public sealed class InTotoProvenance : IMessage<InTotoProvenance>, IEquatable<InTotoProvenance>, IDeepCloneable<InTotoProvenance>, IBufferMessage, IMessage
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.
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 webpage details the `InTotoProvenance` class within the `Grafeas.V1` namespace, version 3.6.0, which is a part of the Grafeas.V1.dll assembly, detailing how it is structured."],["The `InTotoProvenance` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the broader Grafeas.V1 set of versions, which range from 2.2.0 to 3.7.0."],["`InTotoProvenance` has properties such as `BuilderConfig`, `Materials`, `Metadata`, and `Recipe`, each serving specific purposes, for example, `Materials` contains the artifacts used in a build."],["It has two constructors, one default `InTotoProvenance()` and one that takes another `InTotoProvenance` as a parameter `InTotoProvenance(InTotoProvenance other)`, allowing for copying instances."],["The page offers documentation for multiple versions of the `InTotoProvenance` class, with version 3.7.0 being the latest, and includes a collection of other versions, in descending order, that are linked for reference, such as 3.5.0, 3.4.0, and so forth."]]],[]]