Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PasswordDigitToken.md
2025-02-03 22:09:17 +00:00

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
powershell
PowerShell
sdk
PasswordDigitToken
V2024PasswordDigitToken
/tools/sdk/powershell/v2024/models/password-digit-token
SDK
Software Development Kit
PasswordDigitToken
V2024PasswordDigitToken

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

[Back to top]