Skip to main content

SodPolicySecondaryOwnerRefsInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]Secondary Owner Type[optional]
IdStringSecondary Owner ID[optional]
NameStringSecondary Owner Name[optional]

Examples

  • Prepare the resource
$SodPolicySecondaryOwnerRefsInner = Initialize-SodPolicySecondaryOwnerRefsInner  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support
  • Convert the resource to JSON
$SodPolicySecondaryOwnerRefsInner | ConvertTo-JSON

[Back to top]