Class RequiredActionQuorumReply
The reply to RequiredActionQuorumParameters for approving the proposal.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class RequiredActionQuorumReply : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
QuorumChallengeReplies
Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided.
Declaration
[JsonProperty("quorumChallengeReplies")]
public virtual IList<ChallengeReply> QuorumChallengeReplies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ChallengeReply> |
RequiredChallengeReplies
Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
Declaration
[JsonProperty("requiredChallengeReplies")]
public virtual IList<ChallengeReply> RequiredChallengeReplies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ChallengeReply> |