Class 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.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class AddQuorumMember : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TwoFactorPublicKeyPem
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.
Declaration
[JsonProperty("twoFactorPublicKeyPem")]
public virtual string TwoFactorPublicKeyPem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |