Defines the transaction approval terms
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] |
Name | Value |
---|---|
AND | "AND" |
OR | "OR" |