ApprovalSettingConfiguration interface
Granular approval setting configuration with policy, minimum approvers, and mandatory approvers.
Properties
| approval |
Approval policy (Required or NotRequired). |
| mandatory |
List of mandatory approvers for this approval setting. |
| minimum |
Minimum number of approvers required for this approval setting. |
Property Details
approvalPolicy
Approval policy (Required or NotRequired).
approvalPolicy?: string
Property Value
string
mandatoryApprovers
List of mandatory approvers for this approval setting.
mandatoryApprovers?: MandatoryApprover[]
Property Value
minimumApproversRequired
Minimum number of approvers required for this approval setting.
minimumApproversRequired?: number
Property Value
number