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