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 document outlines the `SlsaProvenance` class, which is part of the Grafeas.V1 namespace and is implemented in the Grafeas.V1.dll assembly."],["The `SlsaProvenance` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cSlsaProvenance\u003e`, `IDeepCloneable\u003cSlsaProvenance\u003e`, and `IBufferMessage`."],["The class includes constructors for creating `SlsaProvenance` objects, either with default values or by copying from an existing `SlsaProvenance` instance."],["Key properties of `SlsaProvenance` include `Builder`, `Materials`, `Metadata`, and `Recipe`, which describe various aspects of the build provenance."],["This documentation also lists different versions available, ranging from 2.2.0 to 3.7.0, with 3.7.0 being the most recent version of `SlsaProvenance`."]]],[]]