Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ApproveSingleTenantHsmInstanceProposalRequest::QuorumReply.
The reply to QuorumParameters for approving the proposal.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#challenge_replies
def challenge_replies() -> ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Returns
- (::Array<::Google::Cloud::Kms::V1::ChallengeReply>) — 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.
#challenge_replies=
def challenge_replies=(value) -> ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Parameter
- value (::Array<::Google::Cloud::Kms::V1::ChallengeReply>) — 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.
Returns
- (::Array<::Google::Cloud::Kms::V1::ChallengeReply>) — 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.