mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-password-digit-token | PasswordDigitToken | PasswordDigitToken | PasswordDigitToken | powershellsdk |
|
/tools/sdk/powershell/v2024/models/password-digit-token |
|
PasswordDigitToken
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DigitToken | String | The digit token for password management | [optional] |
| RequestId | String | The reference ID of the digit token generation request | [optional] |
Examples
- Prepare the resource
$PasswordDigitToken = Initialize-PSSailpoint.V2024PasswordDigitToken -DigitToken 09087713 `
-RequestId e1267ecd-fcd9-4c73-9c55-12555efad136
- Convert the resource to JSON
$PasswordDigitToken | ConvertTo-JSON