Skip to main content

SODViolationMitigatedPayloadOwner

Properties

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

Examples

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

[Back to top]