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]