mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.0 KiB
1.0 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-attribute-change | AttributeChange | AttributeChange | AttributeChange | powershellsdk |
|
/tools/sdk/powershell/v2024/models/attribute-change |
|
AttributeChange
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to String | the attribute name | [optional] |
| PreviousValue | Pointer to String | the old value of attribute | [optional] |
| NewValue | Pointer to String | the new value of attribute | [optional] |
Examples
- Prepare the resource
$AttributeChange = Initialize-PSSailpoint.V2024AttributeChange -Name null `
-PreviousValue null `
-NewValue null
- Convert the resource to JSON
$AttributeChange | ConvertTo-JSON