Skip to main content

SODViolationMitigatedPayloadAppliedControlsInnerApplier

Properties

NameTypeDescriptionNotes
IdStringApplier ID.[optional]
TypeEnum [ "IDENTITY" ]DTO type of the applier reference.[optional]

Examples

  • Prepare the resource
$SODViolationMitigatedPayloadAppliedControlsInnerApplier = Initialize-SODViolationMitigatedPayloadAppliedControlsInnerApplier -Id 2c918088837fe14901838062029a04bf `
-Type IDENTITY
  • Convert the resource to JSON
$SODViolationMitigatedPayloadAppliedControlsInnerApplier | ConvertTo-JSON

[Back to top]