Skip to main content

CertificationIdentitySummary

Properties

NameTypeDescriptionNotes
IdStringThe ID of the identity summary[optional]
NameStringName of the linked identity[optional]
IdentityIdStringThe ID of the identity being certified[optional]
CompletedBooleanIndicates whether the review items for the linked identity's certification have been completed[optional]

Examples

  • Prepare the resource
$CertificationIdentitySummary = Initialize-PSSailpoint.V3CertificationIdentitySummary  -Id 2c91808772a504f50172a9540e501ba7 `
-Name Alison Ferguso `
-IdentityId 2c9180857182306001719937377a33de `
-Completed true
  • Convert the resource to JSON
$CertificationIdentitySummary | ConvertTo-JSON

[Back to top]