Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::SingleTenantHsmInstanceProposal::AddQuorumMember.
Add a quorum member to the SingleTenantHsmInstance. This will increase the total_approver_count by 1. The SingleTenantHsmInstance must be in the ACTIVE state to perform this operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#two_factor_public_key_pem
def two_factor_public_key_pem() -> ::String
Returns
- (::String) — Required. The public key associated with the 2FA key for the new quorum member to add. Public keys must be associated with RSA 2048 keys.
#two_factor_public_key_pem=
def two_factor_public_key_pem=(value) -> ::String
Parameter
- value (::String) — Required. The public key associated with the 2FA key for the new quorum member to add. Public keys must be associated with RSA 2048 keys.
Returns
- (::String) — Required. The public key associated with the 2FA key for the new quorum member to add. Public keys must be associated with RSA 2048 keys.