Skip to main content

PasswordDigitToken

Properties

NameTypeDescriptionNotes
DigitTokenStringThe digit token for password management[optional]
RequestIdStringThe reference ID of the digit token generation request[optional]

Examples

  • Prepare the resource
$PasswordDigitToken = Initialize-PSSailpoint.BetaPasswordDigitToken  -DigitToken 09087713 `
-RequestId e1267ecd-fcd9-4c73-9c55-12555efad136
  • Convert the resource to JSON
$PasswordDigitToken | ConvertTo-JSON

[Back to top]