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."],[[["This webpage details the `SlsaProvenance` class, which is part of the `Grafeas.V1` namespace in version 3.6.0 of the .NET documentation."],["`SlsaProvenance` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class contains properties for `Builder`, `Materials`, `Metadata`, and `Recipe`, each providing different information about the software build process and its provenance."],["The `Materials` property provides a collection of key artifacts that played a role during the build process, such as sources, dependencies, and tools."],["The webpage shows a historical versioning of the `SlsaProvenance` with a link to the most up-to-date version, 3.7.0, as well as previous versions going as far back as version 2.2.0."]]],[]]