Skip to main content

CertificationReference

Properties

NameTypeDescriptionNotes
IdStringThe id of the certification.[optional]
NameStringThe name of the certification.[optional]
TypeEnum [ "CERTIFICATION" ][optional]
ReviewerReviewer[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

[Back to top]