AccountAttributesChangedChangesInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
Attribute | String | The name of the attribute. | [required] |
OldValue | AccountAttributesChangedChangesInnerOldValue | [required] | |
NewValue | AccountAttributesChangedChangesInnerNewValue | [required] |
Examples
- Prepare the resource
$AccountAttributesChangedChangesInner = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInner -Attribute sn `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$AccountAttributesChangedChangesInner | ConvertTo-JSON