Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 802 Bytes

File metadata and controls

34 lines (22 loc) · 802 Bytes

VerdictConfig

Verdict configuration

Properties

Name Type Description Notes
action ActionEnum Verdict action
approvers ApproversConfig [optional]
designatedSigners DesignatedSignersConfig [optional]

Enum: ActionEnum

Name Value
ALLOW "ALLOW"
BLOCK "BLOCK"
_2_TIER "2-TIER"
ACCEPT "ACCEPT"
REJECT "REJECT"
ALERT "ALERT"
SCREEN "SCREEN"
PASS "PASS"
WAIT "WAIT"
FREEZE "FREEZE"
CANCEL "CANCEL"