Skip to main content

Sodpolicydto2

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOD_POLICY" ]SOD policy DTO type.[optional]
IdStringSOD policy ID.[optional]
NameStringSOD policy display name.[optional]

Examples

  • Prepare the resource
$Sodpolicydto2 = Initialize-Sodpolicydto2  -Type SOD_POLICY `
-Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
-Name Business SOD Policy
  • Convert the resource to JSON
$Sodpolicydto2 | ConvertTo-JSON

[Back to top]