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-Certifierresponse  -Id 8a80828f643d484f01643e14202e206f `
-DisplayName John Snow
  • Convert the resource to JSON
$Certifierresponse | ConvertTo-JSON

[Back to top]