Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.05 KB

PolicyRuleAuthorizationGroups.md

File metadata and controls

23 lines (11 loc) · 1.05 KB

PolicyRuleAuthorizationGroups

Properties

Name Type Description Notes
logic string * AND - requires approval of all authorization groups * OR - requires approval of at least one of the authorization groups [optional] [default to undefined]
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] [default to undefined]
groups Array<PolicyRuleAuthorizationGroupsGroupsInner> Groups of entities which can approve the transaction [optional] [default to undefined]

Enum: PolicyRuleAuthorizationGroupsLogicEnum

  • And (value: 'AND')

  • Or (value: 'OR')

[Back to top] [Back to API list] [Back to Model list] [Back to README]