Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/GetHistoricalIdentityEvents200ResponseInner.md
2025-07-24 20:31:57 +00:00

3.1 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
v2025-get-historical-identity-events200-response-inner GetHistoricalIdentityEvents200ResponseInner GetHistoricalIdentityEvents200ResponseInner GetHistoricalIdentityEvents200ResponseInner powershellsdk
powershell
PowerShell
sdk
GetHistoricalIdentityEvents200ResponseInner
V2025GetHistoricalIdentityEvents200ResponseInner
/tools/sdk/powershell/v2025/models/get-historical-identity-events200-response-inner
SDK
Software Development Kit
GetHistoricalIdentityEvents200ResponseInner
V2025GetHistoricalIdentityEvents200ResponseInner

GetHistoricalIdentityEvents200ResponseInner

Properties

Name Type Description Notes
CertificationId String the id of the certification item [required]
CertificationName String the certification item name [required]
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]
EventType String the event type [optional]
DateTime String the date of event [optional]
IdentityId String the identity id [optional]
AccessItem AccessItemAssociatedAccessItem [required]
GovernanceEvent CorrelatedGovernanceEvent [required]
AccessItemType Enum [ "account", "app", "entitlement", "role", "accessProfile" ] the access item type [optional]
AttributeChanges []AttributeChange [required]
AccessRequest AccessRequestResponse1 [required]
Account AccountStatusChangedAccount [required]
StatusChange AccountStatusChangedStatusChange [required]

Examples

  • Prepare the resource
$GetHistoricalIdentityEvents200ResponseInner = Initialize-V2025GetHistoricalIdentityEvents200ResponseInner  -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
$GetHistoricalIdentityEvents200ResponseInner | ConvertTo-JSON

[Back to top]