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, which is part of the Grafeas.V1 namespace within the Grafeas.V1.dll assembly, specifically in version 3.3.0."],["The `SlsaProvenance` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cSlsaProvenance\u003e`, `IDeepCloneable\u003cSlsaProvenance\u003e`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `SlsaProvenance` class include `Builder`, `Materials`, `Metadata`, and `Recipe`, which collectively describe the build's configuration, influenced artifacts, and metadata."],["There are multiple versions of `SlsaProvenance` listed on the webpage, ranging from version 2.2.0 all the way to the most recent version of 3.7.0, however this specific page's context is version 3.3.0."]]],[]]