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 `SlsaProvenance` class, part of the `Grafeas.V1` namespace, implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for managing SLSA provenance information."],["Version 3.7.0 is the latest version for `SlsaProvenance`, with previous versions ranging from 2.2.0 to 3.6.0, all detailed within the documentation."],["The class provides properties such as `Builder`, `Materials`, `Metadata`, and `Recipe` to capture essential details about the software build process."],["`SlsaProvenance` has two constructors: a default constructor and one that accepts another `SlsaProvenance` instance for cloning purposes."],["The `Materials` property is a collection that includes sources, dependencies, tools, and base images that influenced the build, though it is incomplete unless `metadata.completeness.materials` is true."]]],[]]