Skip to main content

AccountSourceReferenceGovernanceGroup

Properties

NameTypeDescriptionNotes
IdStringID of the governance group.[required]
NameStringName of the governance group.[required]

Examples

  • Prepare the resource
$AccountSourceReferenceGovernanceGroup = Initialize-AccountSourceReferenceGovernanceGroup  -Id group-456 `
-Name governance-group-name
  • Convert the resource to JSON
$AccountSourceReferenceGovernanceGroup | ConvertTo-JSON

[Back to top]