Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountStatusChanged.md
2025-05-07 14:37:48 +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
beta-account-status-changed AccountStatusChanged AccountStatusChanged AccountStatusChanged powershellsdk
powershell
PowerShell
sdk
AccountStatusChanged
BetaAccountStatusChanged
/tools/sdk/powershell/beta/models/account-status-changed
SDK
Software Development Kit
AccountStatusChanged
BetaAccountStatusChanged

AccountStatusChanged

Properties

Name Type Description Notes
EventType String the event type [optional]
IdentityId String the identity id [optional]
Dt String the date of event [optional]
Account AccountStatusChangedAccount [optional]
StatusChange AccountStatusChangedStatusChange [optional]

Examples

  • Prepare the resource
$AccountStatusChanged = Initialize-BetaAccountStatusChanged  -EventType null `
 -IdentityId null `
 -Dt null `
 -Account null `
 -StatusChange null
  • Convert the resource to JSON
$AccountStatusChanged | ConvertTo-JSON

[Back to top]