Skip to main content

Reassigninput

Properties

NameTypeDescriptionNotes
AssigneeIdStringThe unique identifier of the identity or governance group receiving the violation.[required]
AssigneeTypeEnum [ "IDENTITY", "GOVERNANCE_GROUP" ]The type of assignee receiving the violation.[required]

Examples

  • Prepare the resource
$Reassigninput = Initialize-Reassigninput  -AssigneeId 3e07886555ed43cfb83c85c58d2016e6 `
-AssigneeType IDENTITY
  • Convert the resource to JSON
$Reassigninput | ConvertTo-JSON

[Back to top]