Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountStatusChanged.md
2025-01-28 13:29:29 -05:00

1.3 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 Pointer to String the event type [optional]
IdentityId Pointer to String the identity id [optional]
Dt Pointer to String the date of event [optional]
Account Pointer to AccountStatusChangedAccount [optional]
StatusChange Pointer to AccountStatusChangedStatusChange [optional]

Examples

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

[Back to top]