AccessItemAssociated
Properties
Name | Type | Description | Notes |
---|---|---|---|
AccessItem | AccessItemAssociatedAccessItem | [optional] | |
IdentityId | String | the identity id | [optional] |
EventType | String | the event type | [optional] |
Dt | String | the date of event | [optional] |
GovernanceEvent | CorrelatedGovernanceEvent | [optional] |
Examples
- Prepare the resource
$AccessItemAssociated = Initialize-PSSailpoint.BetaAccessItemAssociated -AccessItem null `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-EventType AccessItemAssociated `
-Dt 2019-03-08T22:37:33.901Z `
-GovernanceEvent null
- Convert the resource to JSON
$AccessItemAssociated | ConvertTo-JSON