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-PSSailpoint.V2024AttributeChange -Name null `
-PreviousValue null `
-NewValue null
- Convert the resource to JSON
$AttributeChange | ConvertTo-JSON