Class QuorumAuth
Configuration for M of N quorum auth.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class QuorumAuth : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequiredApproverCount
Output only. The required numbers of approvers. The M value used for M of N quorum auth. Must be greater than or equal to 2 and less than or equal to total_approver_count - 1.
Declaration
[JsonProperty("requiredApproverCount")]
public virtual int? RequiredApproverCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TotalApproverCount
Required. The total number of approvers. This is the N value used for M of N quorum auth. Must be greater than or equal to 3 and less than or equal to 16.
Declaration
[JsonProperty("totalApproverCount")]
public virtual int? TotalApproverCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TwoFactorPublicKeyPems
Output only. The public keys associated with the 2FA keys for M of N quorum auth.
Declaration
[JsonProperty("twoFactorPublicKeyPems")]
public virtual IList<string> TwoFactorPublicKeyPems { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |