Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::SingleTenantHsmInstanceProposal::RemoveQuorumMember (v1.10.0)

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::SingleTenantHsmInstanceProposal::RemoveQuorumMember.

Remove a quorum member from the SingleTenantHsmInstance. This will reduce 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 quorum member to remove. 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 quorum member to remove. Public keys must be associated with RSA 2048 keys.
Returns
  • (::String) — Required. The public key associated with the 2FA key for the quorum member to remove. Public keys must be associated with RSA 2048 keys.