Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccountStatusChangedStatusChange.md
2025-02-03 22:09:17 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-account-status-changed-status-change AccountStatusChangedStatusChange AccountStatusChangedStatusChange AccountStatusChangedStatusChange powershellsdk
powershell
PowerShell
sdk
AccountStatusChangedStatusChange
V2024AccountStatusChangedStatusChange
/tools/sdk/powershell/v2024/models/account-status-changed-status-change
SDK
Software Development Kit
AccountStatusChangedStatusChange
V2024AccountStatusChangedStatusChange

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

[Back to top]