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-identity-attributes-changed-changes-inner | IdentityAttributesChangedChangesInner | IdentityAttributesChangedChangesInner | IdentityAttributesChangedChangesInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/identity-attributes-changed-changes-inner |
|
IdentityAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | The name of the identity attribute that changed. | [required] |
| OldValue | IdentityAttributesChangedChangesInnerOldValue | [optional] | |
| NewValue | IdentityAttributesChangedChangesInnerNewValue | [optional] |
Examples
- Prepare the resource
$IdentityAttributesChangedChangesInner = Initialize-PSSailpoint.V2024IdentityAttributesChangedChangesInner -Attribute department `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$IdentityAttributesChangedChangesInner | ConvertTo-JSON