QuorumAuth(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for M of N quorum auth.
Attributes |
|
|---|---|
| Name | Description |
total_approver_count |
int
Required. The total number of approvers. This is the N value used for M of N quorum auth. Must be greater than or equal to 3 and less than or equal to 16. |
required_approver_count |
int
Output only. The required numbers of approvers. The M value used for M of N quorum auth. Must be greater than or equal to 2 and less than or equal to total_approver_count - 1. |
two_factor_public_key_pems |
MutableSequence[str]
Output only. The public keys associated with the 2FA keys for M of N quorum auth. |