AccessRequestedStatusChange
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
$AccessRequestedStatusChange = Initialize-V2024AccessRequestedStatusChange -PreviousStatus enabled `
-NewStatus disabled
- Convert the resource to JSON
$AccessRequestedStatusChange | ConvertTo-JSON