mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
993 B
993 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-attribute-change | AttributeChange | AttributeChange | AttributeChange | powershellsdk |
|
/tools/sdk/powershell/v2025/models/attribute-change |
|
AttributeChange
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | the attribute name | [optional] |
| PreviousValue | String | the old value of attribute | [optional] |
| NewValue | String | the new value of attribute | [optional] |
Examples
- Prepare the resource
$AttributeChange = Initialize-V2025AttributeChange -Name firstname `
-PreviousValue adam `
-NewValue zampa
- Convert the resource to JSON
$AttributeChange | ConvertTo-JSON