Google Cloud Key Management Service v1 API - Class SingleTenantHsmInstanceProposal.Types.AddQuorumMember (3.21.0)

public sealed class SingleTenantHsmInstanceProposal.Types.AddQuorumMember : IMessage<SingleTenantHsmInstanceProposal.Types.AddQuorumMember>, IEquatable<SingleTenantHsmInstanceProposal.Types.AddQuorumMember>, IDeepCloneable<SingleTenantHsmInstanceProposal.Types.AddQuorumMember>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class SingleTenantHsmInstanceProposal.Types.AddQuorumMember.

Add a quorum member to the [SingleTenantHsmInstance][google.cloud.kms.v1.SingleTenantHsmInstance]. This will increase the [total_approver_count][google.cloud.kms.v1.SingleTenantHsmInstance.QuorumAuth.total_approver_count] by 1. The [SingleTenantHsmInstance][google.cloud.kms.v1.SingleTenantHsmInstance] must be in the [ACTIVE][google.cloud.kms.v1.SingleTenantHsmInstance.State.ACTIVE] state to perform this operation.

Inheritance

object > SingleTenantHsmInstanceProposal.Types.AddQuorumMember

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

AddQuorumMember()

public AddQuorumMember()

AddQuorumMember(AddQuorumMember)

public AddQuorumMember(SingleTenantHsmInstanceProposal.Types.AddQuorumMember other)
Parameter
Name Description
other SingleTenantHsmInstanceProposalTypesAddQuorumMember

Properties

TwoFactorPublicKeyPem

public string TwoFactorPublicKeyPem { get; set; }

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.

Property Value
Type Description
string