Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/AccessReviewReassignment.md
2025-05-07 14:37:48 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-access-review-reassignment AccessReviewReassignment AccessReviewReassignment AccessReviewReassignment powershellsdk
powershell
PowerShell
sdk
AccessReviewReassignment
V2024AccessReviewReassignment
/tools/sdk/powershell/v2024/models/access-review-reassignment
SDK
Software Development Kit
AccessReviewReassignment
V2024AccessReviewReassignment

AccessReviewReassignment

Properties

Name Type Description Notes
Reassign []ReassignReference [required]
ReassignTo String The ID of the identity to which the certification is reassigned [required]
Reason String The reason comment for why the reassign was made [required]

Examples

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

[Back to top]