Class Build
Note holding the version of the provider's builder and the signature of the provenance message in the build details occurrence.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Build : IDirectResponseSchema
Properties
BuilderVersion
Required. Immutable. Version of the builder which produced this build.
Declaration
[JsonProperty("builderVersion")]
public virtual string BuilderVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Signature
Signature of the build in occurrences pointing to this build note containing build details.
Declaration
[JsonProperty("signature")]
public virtual BuildSignature Signature { get; set; }
Property Value
Type | Description |
---|---|
BuildSignature |