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,14 +16,14 @@ tags: ['SDK', 'Software Development Kit', 'IdentityCertified', 'V2025IdentityCer
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**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]
|
||||
**EventType** | **String** | the event type | [optional]
|
||||
**Dt** | **String** | the date of event | [optional]
|
||||
**DateTime** | **String** | the date of event | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -36,7 +36,7 @@ $IdentityCertified = Initialize-V2025IdentityCertified -CertificationId 2c91808
|
||||
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
|
||||
-Signer null `
|
||||
-EventType IdentityCertified `
|
||||
-Dt 2019-03-08T22:37:33.901Z
|
||||
-DateTime 2019-03-08T22:37:33.901Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user