Skip to main content

CertificationReference

Properties

NameTypeDescriptionNotes
TypeEnum [ "CERTIFICATION" ]DTO type of certification for review.[optional]
IdStringID of certification for review.[optional]
NameStringDisplay name of certification for review.[optional]
ReviewerReviewer[optional]

Examples

  • Prepare the resource
$CertificationReference = Initialize-PSSailpoint.BetaCertificationReference  -Type IDENTITY `
-Id 7589a83cec4b4f138ce56c1a5ef0756d `
-Name Manager Access for Michael Michaels `
-Reviewer null
  • Convert the resource to JSON
$CertificationReference | ConvertTo-JSON

[Back to top]