mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.1 KiB
1.1 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-review-reassign | ReviewReassign | ReviewReassign | ReviewReassign | powershellsdk |
|
/tools/sdk/powershell/v2024/models/review-reassign |
|
ReviewReassign
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
$ReviewReassign = Initialize-PSSailpoint.V2024ReviewReassign -Reassign null `
-ReassignTo ef38f94347e94562b5bb8424a56397d8 `
-Reason reassigned for some reason
- Convert the resource to JSON
$ReviewReassign | ConvertTo-JSON