Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/GetHistoricalIdentityEvents200ResponseInner.md
2025-02-28 14:46:13 +00:00

2.8 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-get-historical-identity-events200-response-inner GetHistoricalIdentityEvents200ResponseInner GetHistoricalIdentityEvents200ResponseInner GetHistoricalIdentityEvents200ResponseInner powershellsdk
powershell
PowerShell
sdk
GetHistoricalIdentityEvents200ResponseInner
BetaGetHistoricalIdentityEvents200ResponseInner
/tools/sdk/powershell/beta/models/get-historical-identity-events200-response-inner
SDK
Software Development Kit
GetHistoricalIdentityEvents200ResponseInner
BetaGetHistoricalIdentityEvents200ResponseInner

GetHistoricalIdentityEvents200ResponseInner

Properties

Name Type Description Notes
AccessItem AccessItemAssociatedAccessItem [optional]
IdentityId String the identity id [optional]
EventType String the event type [optional]
Dt String the date of event [optional]
GovernanceEvent CorrelatedGovernanceEvent [optional]
Changes []AttributeChange [optional]
AccessRequest AccessRequestResponse1 [optional]
CertificationId String the id of the certification item [optional]
CertificationName String the certification item name [optional]
SignedDate String the date ceritification was signed [optional]
Certifiers []CertifierResponse this field is deprecated and may go away [optional]
Reviewers []CertifierResponse The list of identities who review this certification [optional]
Signer CertifierResponse [optional]
Account AccountStatusChangedAccount [optional]
StatusChange AccountStatusChangedStatusChange [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]