Skip to main content

Referenceresponse

Properties

NameTypeDescriptionNotes
IdStringThe unique identifier of the referenced object.[required]
NameStringOptional display name when metadata resolves. Omitted when unknown or not resolvable.[optional] [readonly]
TypeStringThe type of the referenced object.[required]

Examples

  • Prepare the resource
$Referenceresponse = Initialize-Referenceresponse  -Id 3e07886555ed43cfb83c85c58d2016e6 `
-Name John Doe `
-Type IDENTITY
  • Convert the resource to JSON
$Referenceresponse | ConvertTo-JSON

[Back to top]