Interface SingleTenantHsmInstanceProposal.RemoveQuorumMemberOrBuilder (2.86.0)

public static interface SingleTenantHsmInstanceProposal.RemoveQuorumMemberOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTwoFactorPublicKeyPem()

public abstract String getTwoFactorPublicKeyPem()

Required. The public key associated with the 2FA key for the quorum member to remove. Public keys must be associated with RSA 2048 keys.

string two_factor_public_key_pem = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The twoFactorPublicKeyPem.

getTwoFactorPublicKeyPemBytes()

public abstract ByteString getTwoFactorPublicKeyPemBytes()

Required. The public key associated with the 2FA key for the quorum member to remove. Public keys must be associated with RSA 2048 keys.

string two_factor_public_key_pem = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for twoFactorPublicKeyPem.