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]