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."],[[["The webpage focuses on the `SlsaProvenance` class within the `Grafeas.V1` namespace, specifically version 3.1.0, and it is the main subject matter."],["`SlsaProvenance` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, with some of its methods listed."],["The class has two constructors, `SlsaProvenance()` and `SlsaProvenance(SlsaProvenance)`, with the second accepting another `SlsaProvenance` object as a parameter."],["The `SlsaProvenance` class includes properties like `Builder`, `Materials`, `Metadata`, and `Recipe`, all of which are vital components to its description and usage."],["There are multiple versions of the `SlsaProvenance` document available, ranging from 2.2.0 up to 3.7.0, with 3.7.0 being the latest."]]],[]]