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]