mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 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-admin-review-reassign-reassign-to | AdminReviewReassignReassignTo | AdminReviewReassignReassignTo | AdminReviewReassignReassignTo | powershellsdk |
|
/tools/sdk/powershell/v2024/models/admin-review-reassign-reassign-to |
|
AdminReviewReassignReassignTo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | The identity ID to which the review is being assigned. | [optional] |
| Type | Enum [ "IDENTITY" ] | The type of the ID provided. | [optional] |
Examples
- Prepare the resource
$AdminReviewReassignReassignTo = Initialize-V2024AdminReviewReassignReassignTo -Id ef38f94347e94562b5bb8424a56397d8 `
-Type IDENTITY
- Convert the resource to JSON
$AdminReviewReassignReassignTo | ConvertTo-JSON