mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
987 B
987 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-change | AttributeChange | AttributeChange | AttributeChange | powershellsdk |
|
/tools/sdk/powershell/v2024/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-V2024AttributeChange -Name null `
-PreviousValue null `
-NewValue null
- Convert the resource to JSON
$AttributeChange | ConvertTo-JSON