Skip to main content

AccountSourceReference

Properties

NameTypeDescriptionNotes
IdStringThe unique ID of the source.[required]
NameStringThe name of the source.[required]
AliasStringThe alias of the source.[required]
OwnerAccountSourceReferenceOwner[required]
GovernanceGroupAccountSourceReferenceGovernanceGroup[required]

Examples

  • Prepare the resource
$AccountSourceReference = Initialize-AccountSourceReference  -Id 2c918082814e693601816e09471b29b6 `
-Name Active Directory `
-Alias AD `
-Owner null `
-GovernanceGroup null
  • Convert the resource to JSON
$AccountSourceReference | ConvertTo-JSON

[Back to top]