Skip to main content

Appliedcontrolcreate

Properties

NameTypeDescriptionNotes
ControlStringThe unique identifier of the compensating control to apply.[required]
CommentsStringOptional comments to capture when applying the control.[optional]

Examples

  • Prepare the resource
$Appliedcontrolcreate = Initialize-Appliedcontrolcreate  -Control 3e07886555ed43cfb83c85c58d2016e6 `
-Comments Some comments about the applied control
  • Convert the resource to JSON
$Appliedcontrolcreate | ConvertTo-JSON

[Back to top]