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-AccessReviewReassignment  -Reassign null `
 -ReassignTo ef38f94347e94562b5bb8424a56397d8 `
 -Reason reassigned for some reason
- Convert the resource to JSON
$AccessReviewReassignment | ConvertTo-JSON