Approval2ApprovalCriteria
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | Type of approval criteria, such as SERIAL or PARALLEL | [optional] |
| Approval | Approval2ApprovalCriteriaApproval | [optional] | |
| Rejection | Approval2ApprovalCriteriaRejection | [optional] |
Examples
- Prepare the resource
$Approval2ApprovalCriteria = Initialize-Approval2ApprovalCriteria -Type SERIAL `
-Approval null `
-Rejection null
- Convert the resource to JSON
$Approval2ApprovalCriteria | ConvertTo-JSON