AttributesChanged
Properties
Name | Type | Description | Notes |
---|---|---|---|
Changes | []AttributeChange | [optional] | |
EventType | String | the event type | [optional] |
IdentityId | String | the identity id | [optional] |
Dt | String | the date of event | [optional] |
Examples
- Prepare the resource
$AttributesChanged = Initialize-PSSailpoint.V2024AttributesChanged -Changes null `
-EventType null `
-IdentityId null `
-Dt null
- Convert the resource to JSON
$AttributesChanged | ConvertTo-JSON