Show / Hide Table of Contents

Class QuorumParameters

Parameters of quorum approval for the SingleTenantHsmInstanceProposal.

Inheritance
object
QuorumParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX