IdentityAttributesChanged
Properties
Name | Type | Description | Notes |
---|---|---|---|
Identity | IdentityAttributesChangedIdentity | [required] | |
Changes | []IdentityAttributesChangedChangesInner | A list of one or more identity attributes that changed on the identity. | [required] |
Examples
- Prepare the resource
$IdentityAttributesChanged = Initialize-PSSailpoint.V2024IdentityAttributesChanged -Identity null `
-Changes null
- Convert the resource to JSON
$IdentityAttributesChanged | ConvertTo-JSON