mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update PowerShell SDK docs: 16507204442
This commit is contained in:
@@ -16,39 +16,41 @@ tags: ['SDK', 'Software Development Kit', 'GetHistoricalIdentityEvents200Respons
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccessItem** | [**AccessItemAssociatedAccessItem**](access-item-associated-access-item) | | [optional]
|
||||
**IdentityId** | **String** | the identity id | [optional]
|
||||
**EventType** | **String** | the event type | [optional]
|
||||
**Dt** | **String** | the date of event | [optional]
|
||||
**GovernanceEvent** | [**CorrelatedGovernanceEvent**](correlated-governance-event) | | [optional]
|
||||
**Changes** | [**[]AttributeChange**](attribute-change) | | [optional]
|
||||
**AccessRequest** | [**AccessRequestResponse1**](access-request-response1) | | [optional]
|
||||
**CertificationId** | **String** | the id of the certification item | [optional]
|
||||
**CertificationName** | **String** | the certification item name | [optional]
|
||||
**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**](certifier-response) | this field is deprecated and may go away | [optional]
|
||||
**Reviewers** | [**[]CertifierResponse**](certifier-response) | The list of identities who review this certification | [optional]
|
||||
**Signer** | [**CertifierResponse**](certifier-response) | | [optional]
|
||||
**Account** | [**AccountStatusChangedAccount**](account-status-changed-account) | | [optional]
|
||||
**StatusChange** | [**AccountStatusChangedStatusChange**](account-status-changed-status-change) | | [optional]
|
||||
**EventType** | **String** | the event type | [optional]
|
||||
**DateTime** | **String** | the date of event | [optional]
|
||||
**IdentityId** | **String** | the identity id | [optional]
|
||||
**AccessItem** | [**AccessItemAssociatedAccessItem**](access-item-associated-access-item) | | [required]
|
||||
**GovernanceEvent** | [**CorrelatedGovernanceEvent**](correlated-governance-event) | | [required]
|
||||
**AccessItemType** | **Enum** [ "account", "app", "entitlement", "role", "accessProfile" ] | the access item type | [optional]
|
||||
**AttributeChanges** | [**[]AttributeChange**](attribute-change) | | [required]
|
||||
**AccessRequest** | [**AccessRequestResponse1**](access-request-response1) | | [required]
|
||||
**Account** | [**AccountStatusChangedAccount**](account-status-changed-account) | | [required]
|
||||
**StatusChange** | [**AccountStatusChangedStatusChange**](account-status-changed-status-change) | | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$GetHistoricalIdentityEvents200ResponseInner = Initialize-V2025GetHistoricalIdentityEvents200ResponseInner -AccessItem null `
|
||||
-IdentityId null `
|
||||
-EventType null `
|
||||
-Dt null `
|
||||
-GovernanceEvent null `
|
||||
-Changes null `
|
||||
-AccessRequest null `
|
||||
-CertificationId 2c91808a77ff216301782327a50f09bf `
|
||||
$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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user