Skip to main content

CertifierResponse

Properties

NameTypeDescriptionNotes
IdStringthe id of the certifier[optional]
DisplayNameStringthe name of the certifier[optional]

Examples

  • Prepare the resource
$CertifierResponse = Initialize-PSSailpoint.BetaCertifierResponse  -Id 8a80828f643d484f01643e14202e206f `
-DisplayName John Snow
  • Convert the resource to JSON
$CertifierResponse | ConvertTo-JSON

[Back to top]