Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval

BuildApproval describes a build's approval configuration, state, and result.

Inheritance
System.Object
ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildApproval : IDirectResponseSchema

Properties

Config

Output only. Configuration for manual approval of this build.

Declaration
[JsonProperty("config")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalConfig Config { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalConfig

ETag

The ETag of the item.

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

Result

Output only. Result of manual approval for this Build.

Declaration
[JsonProperty("result")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult Result { get; set; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult

State

Output only. The state of this build's approval.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top