Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/AccountStatusChanged.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
account-status-changed AccountStatusChanged AccountStatusChanged AccountStatusChanged powershellsdk
powershell
PowerShell
sdk
AccountStatusChanged
/tools/sdk/powershell/beta/models/account-status-changed
SDK
Software Development Kit
AccountStatusChanged

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]