Skip to main content

SODViolationClosedPayloadTarget

Properties

NameTypeDescriptionNotes
IdStringTarget ID.[optional]
TypeEnum [ "IDENTITY" ]Target type.[optional]

Examples

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

[Back to top]