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