Skip to main content

AccountStatusChangedStatusChange

Properties

NameTypeDescriptionNotes
PreviousStatusEnum [ "enabled", "disabled", "locked" ]the previous status of the account[optional]
NewStatusEnum [ "enabled", "disabled", "locked" ]the new status of the account[optional]

Examples

  • Prepare the resource
$AccountStatusChangedStatusChange = Initialize-PSSailpoint.V2024AccountStatusChangedStatusChange  -PreviousStatus null `
-NewStatus null
  • Convert the resource to JSON
$AccountStatusChangedStatusChange | ConvertTo-JSON

[Back to top]