Skip to main content

AdminReviewReassignReassignTo

Properties

NameTypeDescriptionNotes
IdStringThe identity ID to which the review is being assigned.[optional]
TypeEnum [ "IDENTITY" ]The type of the ID provided.[optional]

Examples

  • Prepare the resource
$AdminReviewReassignReassignTo = Initialize-PSSailpoint.V2024AdminReviewReassignReassignTo  -Id ef38f94347e94562b5bb8424a56397d8 `
-Type IDENTITY
  • Convert the resource to JSON
$AdminReviewReassignReassignTo | ConvertTo-JSON

[Back to top]