Skip to main content

Accessitemremoved

Properties

NameTypeDescriptionNotes
AccessItemAccessitemassociatedAccessItem[required]
IdentityIdStringthe identity id[optional]
EventTypeStringthe event type[optional]
DateTimeStringthe date of event[optional]
AccessItemTypeEnum [ "account", "app", "entitlement", "role", "accessProfile" ]the access item type[optional]
GovernanceEventCorrelatedgovernanceevent[optional]

Examples

  • Prepare the resource
$Accessitemremoved = Initialize-Accessitemremoved  -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

[Back to top]