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-Passwordchangeresponse  -RequestId 089899f13a8f4da7824996191587bab9 `
-State IN_PROGRESS
  • Convert the resource to JSON
$Passwordchangeresponse | ConvertTo-JSON

[Back to top]