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-PSSailpoint.V2024CertificationReference -Id ef38f94347e94562b5bb8424a56397d8 `
-Name Certification Name `
-Type CERTIFICATION `
-Reviewer null
- Convert the resource to JSON
$CertificationReference | ConvertTo-JSON