Skip to main content

PasswordChangeResponse

Properties

NameTypeDescriptionNotes
RequestIdStringThe password change request ID[optional]
StateEnum [ "IN_PROGRESS", "FINISHED", "FAILED" ]Password change state[optional]

Examples

  • Prepare the resource
$PasswordChangeResponse = Initialize-PSSailpoint.BetaPasswordChangeResponse  -RequestId 089899f13a8f4da7824996191587bab9 `
-State null
  • Convert the resource to JSON
$PasswordChangeResponse | ConvertTo-JSON

[Back to top]