Skip to main content

AccessItemRemoved

Properties

NameTypeDescriptionNotes
AccessItemAccessItemAssociatedAccessItem[optional]
IdentityIdStringthe identity id[optional]
EventTypeStringthe event type[optional]
DtStringthe date of event[optional]
GovernanceEventCorrelatedGovernanceEvent[optional]

Examples

  • Prepare the resource
$AccessItemRemoved = Initialize-PSSailpoint.BetaAccessItemRemoved  -AccessItem null `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-EventType AccessItemRemoved `
-Dt 2019-03-08T22:37:33.901Z `
-GovernanceEvent null
  • Convert the resource to JSON
$AccessItemRemoved | ConvertTo-JSON

[Back to top]