mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +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] |
| DateTime | String | the date of event | [optional] |
| Account | AccessRequestedAccount | [required] | |
| StatusChange | AccessRequestedStatusChange | [required] |
Examples
- Prepare the resource
$AccountStatusChanged = Initialize-V2024AccountStatusChanged -EventType AccountStatusChanged `
-IdentityId 8a80828f643d484f01643e14202e206f `
-DateTime 2019-03-08T22:37:33.901Z `
-Account null `
-StatusChange null
- Convert the resource to JSON
$AccountStatusChanged | ConvertTo-JSON