ApprovalSettingConfiguration interface

Granular approval setting configuration with policy, minimum approvers, and mandatory approvers.

Properties

approvalPolicy

Approval policy (Required or NotRequired).

mandatoryApprovers

List of mandatory approvers for this approval setting.

minimumApproversRequired

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