mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-certification-task | IdentityCertificationTask | IdentityCertificationTask | IdentityCertificationTask | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-certification-task |
|
IdentityCertificationTask
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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
- Prepare the resource
$IdentityCertificationTask = Initialize-BetaIdentityCertificationTask -Id abcd-ef12-3456 `
-CertificationId ef38f94347e94562b5bb8424a56397d8 `
-Type null `
-Status null `
-Errors []
- Convert the resource to JSON
$IdentityCertificationTask | ConvertTo-JSON