AccessItemAssociated
Properties
Name | Type | Description | Notes |
---|---|---|---|
EventType | String | the event type | [optional] |
DateTime | String | the date of event | [optional] |
IdentityId | String | the identity id | [optional] |
AccessItem | AccessItemAssociatedAccessItem | [required] | |
GovernanceEvent | CorrelatedGovernanceEvent | [required] | |
AccessItemType | Enum [ "account", "app", "entitlement", "role", "accessProfile" ] | the access item type | [optional] |
Examples
- Prepare the resource
$AccessItemAssociated = Initialize-V2024AccessItemAssociated -EventType AccessItemAssociated `
-DateTime 2019-03-08T22:37:33.901Z `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-AccessItem null `
-GovernanceEvent null `
-AccessItemType account
- Convert the resource to JSON
$AccessItemAssociated | ConvertTo-JSON