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,11 +16,11 @@ tags: ['SDK', 'Software Development Kit', 'IdentityCertificationTask', 'BetaIden
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | The task id | [optional]
|
||||
**CertificationId** | Pointer to **String** | The certification id | [optional]
|
||||
**Type** | Pointer to **Enum** [ "REASSIGN" ] | | [optional]
|
||||
**Status** | Pointer to **Enum** [ "QUEUED", "IN_PROGRESS", "SUCCESS", "ERROR" ] | | [optional]
|
||||
**Errors** | Pointer to **[]String** | Any errors executing the task (Optional). | [optional]
|
||||
**Id** | **String** | The task id | [optional]
|
||||
**CertificationId** | **String** | The certification id | [optional]
|
||||
**Type** | **Enum** [ "REASSIGN" ] | | [optional]
|
||||
**Status** | **Enum** [ "QUEUED", "IN_PROGRESS", "SUCCESS", "ERROR" ] | | [optional]
|
||||
**Errors** | **[]String** | Any errors executing the task (Optional). | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user