Class SlsaProvenance
SlsaProvenance is the slsa provenance as defined by the slsa spec.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class SlsaProvenance : IDirectResponseSchema
Properties
Builder
builder is the builder of this provenance
Declaration
[JsonProperty("builder")]
public virtual SlsaBuilder Builder { get; set; }
Property Value
Type | Description |
---|---|
SlsaBuilder |
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<Material> Materials { get; set; }
Property Value
Type | Description |
---|---|
IList<Material> |
Metadata
metadata is the metadata of the provenance
Declaration
[JsonProperty("metadata")]
public virtual SlsaMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
SlsaMetadata |
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).
Declaration
[JsonProperty("recipe")]
public virtual SlsaRecipe Recipe { get; set; }
Property Value
Type | Description |
---|---|
SlsaRecipe |