mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
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 |
|
/tools/sdk/powershell/v2024/models/access-review-reassignment |
|
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-PSSailpoint.V2024AccessReviewReassignment -Reassign null `
-ReassignTo ef38f94347e94562b5bb8424a56397d8 `
-Reason reassigned for some reason
- Convert the resource to JSON
$AccessReviewReassignment | ConvertTo-JSON