Skip to main content

SodPolicyAllowedControlsInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "COMPENSATING_CONTROL" ]Control reference type.[optional]
IdStringControl reference ID.[optional]
NameStringControl reference name.[optional]

Examples

  • Prepare the resource
$SodPolicyAllowedControlsInner = Initialize-SodPolicyAllowedControlsInner  -Type COMPENSATING_CONTROL `
-Id 2c9180a46faadee4016fb4e018 `
-Name Mitigating Control 1
  • Convert the resource to JSON
$SodPolicyAllowedControlsInner | ConvertTo-JSON

[Back to top]