Show / Hide Table of Contents

Class RequiredActionQuorumParameters

Parameters for an approval that has both required challenges and a quorum.

Inheritance
object
RequiredActionQuorumParameters
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 RequiredActionQuorumParameters : 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>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QuorumChallenges

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("quorumChallenges")]
public virtual IList<Challenge> QuorumChallenges { get; set; }
Property Value
Type Description
IList<Challenge>

RequiredApproverCount

Output only. The required number of quorum 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?

RequiredChallenges

Output only. A list of specific challenges that must be signed. For some operations, this will contain a single challenge.

Declaration
[JsonProperty("requiredChallenges")]
public virtual IList<Challenge> RequiredChallenges { get; set; }
Property Value
Type Description
IList<Challenge>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX