RequiredActionQuorumParameters(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Parameters for an approval that has both required challenges and a quorum.
Attributes |
|
|---|---|
| Name | Description |
required_challenges |
MutableSequence[google.cloud.kms_v1.types.Challenge]
Output only. A list of specific challenges that must be signed. For some operations, this will contain a single challenge. |
required_approver_count |
int
Output only. The required number of quorum approvers. This is the M value used for M of N quorum auth. It is less than the number of public keys. |
quorum_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. |