mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| certification-reference | CertificationReference | CertificationReference | CertificationReference | powershellsdk |
|
/tools/sdk/powershell/v3/models/certification-reference |
|
CertificationReference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The id of the certification. | [optional] |
| Name | String | The name of the certification. | [optional] |
| Type | Enum [ "CERTIFICATION" ] | [optional] | |
| Reviewer | Reviewer | [optional] |
Examples
- Prepare the resource
$CertificationReference = Initialize-CertificationReference -Id ef38f94347e94562b5bb8424a56397d8 `
-Name Certification Name `
-Type CERTIFICATION `
-Reviewer null
- Convert the resource to JSON
$CertificationReference | ConvertTo-JSON