Skip to main content

Intelmachineentityref

Properties

NameTypeDescriptionNotes
TypeStringReference type label from upstream (for example IDENTITY or MACHINE_IDENTITY).[required]
IdStringReferenced object identifier.[required]
NameStringDisplay name for the referenced identity or entity.[required]
EmailStringEmail for authorized human holders when available upstream.[optional]

Examples

  • Prepare the resource
$Intelmachineentityref = Initialize-Intelmachineentityref  -Type IDENTITY `
-Id ef38f94347e94562b5bb8424a56397d8 `
-Name Example User `
-Email user@example.com
  • Convert the resource to JSON
$Intelmachineentityref | ConvertTo-JSON

[Back to top]