Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 883 Bytes

PolicyRuleAuthorizationGroups.md

File metadata and controls

25 lines (13 loc) · 883 Bytes

PolicyRuleAuthorizationGroups

Defines the transaction approval terms

Properties

Name Type Description Notes
logic LogicEnum * AND - requires approval of all authorization groups * OR - requires approval of at least one of the authorization groups [optional]
allowOperatorAsAuthorizer Boolean Defines whether the user who initiates a transaction can approve their own transaction and count toward the approval threshold for their transaction [optional]
groups List<PolicyRuleAuthorizationGroupsGroupsInner> Groups of entities which can approve the transaction [optional]

Enum: LogicEnum

Name Value
AND "AND"
OR "OR"