mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.7 KiB
1.7 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-account | AccountStatusChangedAccount | AccountStatusChangedAccount | AccountStatusChangedAccount | powershellsdk |
|
/tools/sdk/powershell/v2024/models/account-status-changed-account |
|
AccountStatusChangedAccount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | the ID of the account in the database | [optional] |
| NativeIdentity | Pointer to String | the native identifier of the account | [optional] |
| DisplayName | Pointer to String | the display name of the account | [optional] |
| SourceId | Pointer to String | the ID of the source for this account | [optional] |
| SourceName | Pointer to String | the name of the source for this account | [optional] |
| EntitlementCount | Pointer to Int32 | the number of entitlements on this account | [optional] |
| AccessType | Pointer to String | this value is always ""account"" | [optional] |
Examples
- Prepare the resource
$AccountStatusChangedAccount = Initialize-PSSailpoint.V2024AccountStatusChangedAccount -Id null `
-NativeIdentity null `
-DisplayName null `
-SourceId null `
-SourceName null `
-EntitlementCount null `
-AccessType null
- Convert the resource to JSON
$AccountStatusChangedAccount | ConvertTo-JSON