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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `SlsaProvenance` class, part of the `Grafeas.V1` namespace, represents provenance information for software artifacts and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Version 3.7.0 is the latest version available in this set of documentation, with a range of prior versions listed down to version 2.2.0."],["The class provides constructors to create new `SlsaProvenance` objects, either as a new instance or as a copy of an existing one."],["`SlsaProvenance` contains properties like `Builder`, `Materials`, `Metadata`, and `Recipe`, which describe aspects of the build process and its influencing factors, such as build tools, source code and dependencies."],["The documentation lists inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, showcasing its inheritance structure."]]],[]]