Skip to main content

AccessReviewReassignment

Properties

NameTypeDescriptionNotes
Reassign[]ReassignReference[required]
ReassignToStringThe ID of the identity to which the certification is reassigned[required]
ReasonStringThe reason comment for why the reassign was made[required]

Examples

  • Prepare the resource
$AccessReviewReassignment = Initialize-PSSailpoint.V2024AccessReviewReassignment  -Reassign null `
-ReassignTo ef38f94347e94562b5bb8424a56397d8 `
-Reason reassigned for some reason
  • Convert the resource to JSON
$AccessReviewReassignment | ConvertTo-JSON

[Back to top]