Show / Hide Table of Contents

Class InTotoProvenance

Inheritance
object
InTotoProvenance
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.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class InTotoProvenance : IDirectResponseSchema

Properties

BuilderConfig

required

Declaration
[JsonProperty("builderConfig")]
public virtual BuilderConfig BuilderConfig { get; set; }
Property Value
Type Description
BuilderConfig

ETag

The ETag of the item.

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

Materials

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.

Declaration
[JsonProperty("materials")]
public virtual IList<string> Materials { get; set; }
Property Value
Type Description
IList<string>

Metadata

Declaration
[JsonProperty("metadata")]
public virtual Metadata Metadata { get; set; }
Property Value
Type Description
Metadata

Recipe

Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required

Declaration
[JsonProperty("recipe")]
public virtual Recipe Recipe { get; set; }
Property Value
Type Description
Recipe

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX