RequiredActionQuorumReply(mapping=None, *, ignore_unknown_fields=False, **kwargs)The reply to RequiredActionQuorumParameters for approving the proposal.
Attributes |
|
|---|---|
| Name | Description |
required_challenge_replies |
MutableSequence[google.cloud.kms_v1.types.ChallengeReply]
Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests. |
quorum_challenge_replies |
MutableSequence[google.cloud.kms_v1.types.ChallengeReply]
Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided. |