mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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-attributes-changed-changes-inner | AccountAttributesChangedChangesInner | AccountAttributesChangedChangesInner | AccountAttributesChangedChangesInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/account-attributes-changed-changes-inner |
|
AccountAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | The name of the attribute. | [required] |
| OldValue | AccountAttributesChangedChangesInnerOldValue | [required] | |
| NewValue | AccountAttributesChangedChangesInnerNewValue | [required] |
Examples
- Prepare the resource
$AccountAttributesChangedChangesInner = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInner -Attribute sn `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$AccountAttributesChangedChangesInner | ConvertTo-JSON