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] |
-
And
(value:'AND'
) -
Or
(value:'OR'
)
[Back to top] [Back to API list] [Back to Model list] [Back to README]