Skip to main content

AccessRequestedStatusChange

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

[Back to top]