Class QuorumParameters (3.10.0)

QuorumParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters of quorum approval for the SingleTenantHsmInstanceProposal.

Attributes

Name Description
required_approver_count int
Output only. The required numbers of approvers. This is the M value used for M of N quorum auth. It is less than the number of public keys.
challenges MutableSequence[google.cloud.kms_v1.types.Challenge]
Output only. The challenges to be signed by 2FA keys for quorum auth. M of N of these challenges are required to be signed to approve the operation.
approved_two_factor_public_key_pems MutableSequence[str]
Output only. The public keys associated with the 2FA keys that have already approved the SingleTenantHsmInstanceProposal by signing the challenge.