Skip to main content

SODViolationCreatedPayloadTarget

Properties

NameTypeDescriptionNotes
IdStringTarget ID.[optional]
TypeEnum [ "IDENTITY" ]DTO type of the target reference.[optional]

Examples

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

[Back to top]