ForwardApprovalDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NewOwnerId | String | The Id of the new owner | [required] |
| Comment | String | The comment provided by the forwarder | [required] |
Examples
- Prepare the resource
$ForwardApprovalDto = Initialize-BetaForwardApprovalDto -NewOwnerId null `
-Comment null
- Convert the resource to JSON
$ForwardApprovalDto | ConvertTo-JSON