mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-certification-reference1 | CertificationReference1 | CertificationReference1 | CertificationReference1 | powershellsdk |
|
/tools/sdk/powershell/v2024/models/certification-reference1 |
|
CertificationReference1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "CERTIFICATION" ] | DTO type of certification for review. | [optional] |
| Id | String | ID of certification for review. | [optional] |
| Name | String | Display name of certification for review. | [optional] |
| Reviewer | Reviewer1 | [optional] |
Examples
- Prepare the resource
$CertificationReference1 = Initialize-PSSailpoint.V2024CertificationReference1 -Type IDENTITY `
-Id 7589a83cec4b4f138ce56c1a5ef0756d `
-Name Manager Access for Michael Michaels `
-Reviewer null
- Convert the resource to JSON
$CertificationReference1 | ConvertTo-JSON