Skip to main content

GetHistoricalIdentityEvents200ResponseInner

Properties

NameTypeDescriptionNotes
AccessItemAccessItemAssociatedAccessItem[optional]
IdentityIdStringthe identity id[optional]
EventTypeStringthe event type[optional]
DtStringthe date of event[optional]
GovernanceEventCorrelatedGovernanceEvent[optional]
Changes[]AttributeChange[optional]
AccessRequestAccessRequestResponse1[optional]
CertificationIdStringthe id of the certification item[optional]
CertificationNameStringthe certification item name[optional]
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]
AccountAccountStatusChangedAccount[optional]
StatusChangeAccountStatusChangedStatusChange[optional]

Examples

  • Prepare the resource
$GetHistoricalIdentityEvents200ResponseInner = Initialize-PSSailpoint.BetaGetHistoricalIdentityEvents200ResponseInner  -AccessItem null `
-IdentityId null `
-EventType null `
-Dt null `
-GovernanceEvent null `
-Changes null `
-AccessRequest null `
-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 `
-Account null `
-StatusChange null
  • Convert the resource to JSON
$GetHistoricalIdentityEvents200ResponseInner | ConvertTo-JSON

[Back to top]