Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/PasswordDigitToken.md
2025-05-07 14:37:48 +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
beta-password-digit-token PasswordDigitToken PasswordDigitToken PasswordDigitToken powershellsdk
powershell
PowerShell
sdk
PasswordDigitToken
BetaPasswordDigitToken
/tools/sdk/powershell/beta/models/password-digit-token
SDK
Software Development Kit
PasswordDigitToken
BetaPasswordDigitToken

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-BetaPasswordDigitToken  -DigitToken 09087713 `
 -RequestId e1267ecd-fcd9-4c73-9c55-12555efad136
  • Convert the resource to JSON
$PasswordDigitToken | ConvertTo-JSON

[Back to top]