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.BetaIdentityAttributesChangedChangesInner -Attribute department `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$IdentityAttributesChangedChangesInner | ConvertTo-JSON