Class QuorumReply
The reply to QuorumParameters for approving the proposal.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class QuorumReply : IDirectResponseSchema
Properties
ChallengeReplies
Required. The challenge replies to approve the proposal. Challenge replies can be sent across multiple requests. The proposal will be approved when required_approver_count challenge replies are provided.
Declaration
[JsonProperty("challengeReplies")]
public virtual IList<ChallengeReply> ChallengeReplies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ChallengeReply> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |