Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ApproveSingleTenantHsmInstanceProposalRequest::RequiredActionQuorumReply.
The reply to RequiredActionQuorumParameters for approving the proposal.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#quorum_challenge_replies
def quorum_challenge_replies() -> ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Returns
- (::Array<::Google::Cloud::Kms::V1::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.
#quorum_challenge_replies=
def quorum_challenge_replies=(value) -> ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Parameter
- value (::Array<::Google::Cloud::Kms::V1::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.
Returns
- (::Array<::Google::Cloud::Kms::V1::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.
#required_challenge_replies
def required_challenge_replies() -> ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Returns
- (::Array<::Google::Cloud::Kms::V1::ChallengeReply>) — Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
#required_challenge_replies=
def required_challenge_replies=(value) -> ::Array<::Google::Cloud::Kms::V1::ChallengeReply>
Parameter
- value (::Array<::Google::Cloud::Kms::V1::ChallengeReply>) — Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
Returns
- (::Array<::Google::Cloud::Kms::V1::ChallengeReply>) — Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.