Class: Google::Cloud::Kms::V1::ApproveSingleTenantHsmInstanceProposalRequest::QuorumReply
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ApproveSingleTenantHsmInstanceProposalRequest::QuorumReply
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/hsm_management.rb
Overview
The reply to QuorumParameters for approving the proposal.
Instance Attribute Summary collapse
Instance Attribute Details
#challenge_replies ⇒ ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Returns Required. The challenge replies to approve the proposal. Challenge replies can be sent across multiple requests. The proposal will be approved when required_approver_count challenge replies are provided.
737 738 739 740 |
# File 'proto_docs/google/cloud/kms/v1/hsm_management.rb', line 737 class QuorumReply include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |