Skip to main content

Referenceinput

Properties

NameTypeDescriptionNotes
IdStringOpaque identifier in the exact form required by the owning service (case, dashes, etc. must be preserved).[required]
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]The type of object being referenced.[required]

Examples

  • Prepare the resource
$Referenceinput = Initialize-Referenceinput  -Id 3e07886555ed43cfb83c85c58d2016e6 `
-Type IDENTITY
  • Convert the resource to JSON
$Referenceinput | ConvertTo-JSON

[Back to top]