Skip to main content

SODViolationCreatedPayloadOwner

Properties

NameTypeDescriptionNotes
IdStringOwner ID.[optional]
TypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]DTO type of the owner reference.[optional]

Examples

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

[Back to top]