Skip to main content

Reference

Properties

NameTypeDescriptionNotes
IdStringOpaque identifier in the exact form required by the owning service (case, dashes, etc. must be preserved).[required]
TypeStringThe type of object being referenced.[required]
NameStringHuman-readable name for the referenced identity or governance group when known. Omitted when unknown; null is allowed in the schema when clients send or receive explicit nulls.[optional]

Examples

  • Prepare the resource
$Reference = Initialize-Reference  -Id 943a7c57da334d07ba2454bf7fcf144f `
-Type IDENTITY `
-Name John Doe
  • Convert the resource to JSON
$Reference | ConvertTo-JSON

[Back to top]