mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: beta-identity-certification-task
|
||||
title: IdentityCertificationTask
|
||||
pagination_label: IdentityCertificationTask
|
||||
sidebar_label: IdentityCertificationTask
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityCertificationTask', 'BetaIdentityCertificationTask']
|
||||
slug: /tools/sdk/powershell/beta/models/identity-certification-task
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityCertificationTask', 'BetaIdentityCertificationTask']
|
||||
---
|
||||
|
||||
|
||||
# IdentityCertificationTask
|
||||
|
||||
## Properties
|
||||
|
||||
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]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityCertificationTask = Initialize-PSSailpoint.BetaIdentityCertificationTask -Id abcd-ef12-3456 `
|
||||
-CertificationId ef38f94347e94562b5bb8424a56397d8 `
|
||||
-Type null `
|
||||
-Status null `
|
||||
-Errors []
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityCertificationTask | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user