mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'Certification', 'Certification']
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | id of the certification | [optional]
|
||||
**Name** | Pointer to **String** | name of the certification | [optional]
|
||||
**Campaign** | Pointer to [**CampaignReference**](campaign-reference) | | [optional]
|
||||
**Completed** | Pointer to **Boolean** | Have all decisions been made? | [optional]
|
||||
**IdentitiesCompleted** | Pointer to **Int32** | The number of identities for whom all decisions have been made and are complete. | [optional]
|
||||
**IdentitiesTotal** | Pointer to **Int32** | The total number of identities in the Certification, both complete and incomplete. | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | created date | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | modified date | [optional]
|
||||
**DecisionsMade** | Pointer to **Int32** | The number of approve/revoke/acknowledge decisions that have been made. | [optional]
|
||||
**DecisionsTotal** | Pointer to **Int32** | The total number of approve/revoke/acknowledge decisions. | [optional]
|
||||
**Due** | Pointer to **System.DateTime** | The due date of the certification. | [optional]
|
||||
**Signed** | Pointer to **System.DateTime** | The date the reviewer signed off on the Certification. | [optional]
|
||||
**Reviewer** | Pointer to [**Reviewer**](reviewer) | | [optional]
|
||||
**Reassignment** | Pointer to [**Reassignment**](reassignment) | | [optional]
|
||||
**HasErrors** | Pointer to **Boolean** | Identifies if the certification has an error | [optional]
|
||||
**ErrorMessage** | Pointer to **String** | Description of the certification error | [optional]
|
||||
**Phase** | Pointer to [**CertificationPhase**](certification-phase) | | [optional]
|
||||
**Id** | **String** | id of the certification | [optional]
|
||||
**Name** | **String** | name of the certification | [optional]
|
||||
**Campaign** | [**CampaignReference**](campaign-reference) | | [optional]
|
||||
**Completed** | **Boolean** | Have all decisions been made? | [optional]
|
||||
**IdentitiesCompleted** | **Int32** | The number of identities for whom all decisions have been made and are complete. | [optional]
|
||||
**IdentitiesTotal** | **Int32** | The total number of identities in the Certification, both complete and incomplete. | [optional]
|
||||
**Created** | **System.DateTime** | created date | [optional]
|
||||
**Modified** | **System.DateTime** | modified date | [optional]
|
||||
**DecisionsMade** | **Int32** | The number of approve/revoke/acknowledge decisions that have been made. | [optional]
|
||||
**DecisionsTotal** | **Int32** | The total number of approve/revoke/acknowledge decisions. | [optional]
|
||||
**Due** | **System.DateTime** | The due date of the certification. | [optional]
|
||||
**Signed** | **System.DateTime** | The date the reviewer signed off on the Certification. | [optional]
|
||||
**Reviewer** | [**Reviewer**](reviewer) | | [optional]
|
||||
**Reassignment** | [**Reassignment**](reassignment) | | [optional]
|
||||
**HasErrors** | **Boolean** | Identifies if the certification has an error | [optional]
|
||||
**ErrorMessage** | **String** | Description of the certification error | [optional]
|
||||
**Phase** | [**CertificationPhase**](certification-phase) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user