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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-account-attributes-changed | AccountAttributesChanged | AccountAttributesChanged | AccountAttributesChanged | powershellsdk |
|
/tools/sdk/powershell/beta/models/account-attributes-changed |
|
AccountAttributesChanged
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | AccountAttributesChangedIdentity | [required] | |
| Source | AccountAttributesChangedSource | [required] | |
| Account | AccountAttributesChangedAccount | [required] | |
| Changes | []AccountAttributesChangedChangesInner | A list of attributes that changed. | [required] |
Examples
- Prepare the resource
$AccountAttributesChanged = Initialize-BetaAccountAttributesChanged -Identity null `
-Source null `
-Account null `
-Changes null
- Convert the resource to JSON
$AccountAttributesChanged | ConvertTo-JSON