public RepeatedField<SlsaProvenance.Types.Material> Materials { get; }
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.
public SlsaProvenance.Types.SlsaRecipe Recipe { get; set; }
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `SlsaProvenance` class within the `Grafeas.V1` namespace, version 3.5.0, which is a part of the Grafeas.V1.dll assembly, and also features links to older versions."],["The `SlsaProvenance` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the base `object` class."],["The class includes two constructors, `SlsaProvenance()` and `SlsaProvenance(SlsaProvenance other)`, which enables the creation of a new `SlsaProvenance` object and a copy of an existing `SlsaProvenance` respectively."],["Key properties of the `SlsaProvenance` class include `Builder`, `Materials`, `Metadata`, and `Recipe`, each holding specific data related to the build process and its components, and their associated Types."],["The `Materials` property is a `RepeatedField` that lists the artifacts that affected the build, while the `Recipe` property describes the build configuration, and the `Metadata` Property describe the metadata of the build."]]],[]]