Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/AccountStatusChangedStatusChange.md
2025-04-01 09:23:12 -04: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
v2025-account-status-changed-status-change AccountStatusChangedStatusChange AccountStatusChangedStatusChange AccountStatusChangedStatusChange powershellsdk
powershell
PowerShell
sdk
AccountStatusChangedStatusChange
V2025AccountStatusChangedStatusChange
/tools/sdk/powershell/v2025/models/account-status-changed-status-change
SDK
Software Development Kit
AccountStatusChangedStatusChange
V2025AccountStatusChangedStatusChange

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.V2025AccountStatusChangedStatusChange  -PreviousStatus null `
 -NewStatus null
  • Convert the resource to JSON
$AccountStatusChangedStatusChange | ConvertTo-JSON

[Back to top]