Class QuorumParameters
Parameters of quorum approval for the SingleTenantHsmInstanceProposal.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class QuorumParameters : IDirectResponseSchema
Properties
ApprovedTwoFactorPublicKeyPems
Output only. The public keys associated with the 2FA keys that have already approved the SingleTenantHsmInstanceProposal by signing the challenge.
Declaration
[JsonProperty("approvedTwoFactorPublicKeyPems")]
public virtual IList<string> ApprovedTwoFactorPublicKeyPems { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Challenges
Output only. The challenges to be signed by 2FA keys for quorum auth. M of N of these challenges are required to be signed to approve the operation.
Declaration
[JsonProperty("challenges")]
public virtual IList<Challenge> Challenges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Challenge> |
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. This is the M value used for M of N quorum auth. It is less than the number of public keys.
Declaration
[JsonProperty("requiredApproverCount")]
public virtual int? RequiredApproverCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |