Skip to main content

AccountsourcereferenceOwner

Properties

NameTypeDescriptionNotes
IdStringID of the source owner.[required]
NameStringName of the source owner.[required]

Examples

  • Prepare the resource
$AccountsourcereferenceOwner = Initialize-AccountsourcereferenceOwner  -Id owner-123 `
-Name owner-name
  • Convert the resource to JSON
$AccountsourcereferenceOwner | ConvertTo-JSON

[Back to top]