BulkReassignRequestDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApprovalIds | []String | Array of Approval IDs to be bulk reassigned | [optional] |
| Comment | String | Optional comment to include with the bulk reassignment request | [optional] |
| ReassignFrom | String | Identity ID from which the approval requests are being reassigned | [optional] |
| ReassignTo | String | ReassignTo signifies the Identity ID that the approval request is being reassigned to | [optional] |
Examples
- Prepare the resource
$BulkReassignRequestDTO = Initialize-V2025BulkReassignRequestDTO -ApprovalIds [38453251-6be2-5f8f-df93-5ce19e295837, 38453251-6be2-5f8f-df93-5ce19e295838] `
-Comment Bulk reassignment by admin `
-ReassignFrom 12353251-6be2-5f8f-df93-5ce19b6e5837 `
-ReassignTo 32454251-6ce2-5d8f-df93-5ce19e295238
- Convert the resource to JSON
$BulkReassignRequestDTO | ConvertTo-JSON