Skip to main content

GetHistoricalIdentityEventsV1200ResponseInner

Properties

NameTypeDescriptionNotes
CertificationIdStringthe id of the certification item[required]
CertificationNameStringthe certification item name[required]
SignedDateStringthe date ceritification was signed[optional]
Certifiers[]Certifierresponsethis field is deprecated and may go away[optional]
Reviewers[]CertifierresponseThe list of identities who review this certification[optional]
SignerCertifierresponse[optional]
EventTypeStringthe event type[optional]
DateTimeStringthe date of event[optional]
IdentityIdStringthe identity id[optional]
AccessItemAccessitemassociatedAccessItem[required]
GovernanceEventCorrelatedgovernanceevent[required]
AccessItemTypeEnum [ "account", "app", "entitlement", "role", "accessProfile" ]the access item type[optional]
AttributeChanges[]Attributechange[required]
AccessRequestAccessrequestresponse2[required]
AccountAccountstatuschangedAccount[required]
StatusChangeAccountstatuschangedStatusChange[required]

Examples

  • Prepare the resource
$GetHistoricalIdentityEventsV1200ResponseInner = Initialize-GetHistoricalIdentityEventsV1200ResponseInner  -CertificationId 2c91808a77ff216301782327a50f09bf `
-CertificationName Cert name `
-SignedDate 2019-03-08T22:37:33.901Z `
-Certifiers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Signer null `
-EventType AccountStatusChanged `
-DateTime 2019-03-08T22:37:33.901Z `
-IdentityId 8a80828f643d484f01643e14202e206f `
-AccessItem null `
-GovernanceEvent null `
-AccessItemType account `
-AttributeChanges null `
-AccessRequest null `
-Account null `
-StatusChange null
  • Convert the resource to JSON
$GetHistoricalIdentityEventsV1200ResponseInner | ConvertTo-JSON

[Back to top]