mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.3 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-account-status-changed | AccountStatusChanged | AccountStatusChanged | AccountStatusChanged | powershellsdk |
|
/tools/sdk/powershell/v2024/models/account-status-changed |
|
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-PSSailpoint.V2024AccountStatusChanged -EventType null `
-IdentityId null `
-Dt null `
-Account null `
-StatusChange null
- Convert the resource to JSON
$AccountStatusChanged | ConvertTo-JSON