AccountStatusChangedStatusChange
Properties
Name | Type | Description | Notes |
---|---|---|---|
PreviousStatus | Enum [ "enabled", "disabled", "locked" ] | the previous status of the account | [optional] |
NewStatus | Enum [ "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