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, specifically version 3.4.0, which can be found in the `Grafeas.V1.dll` assembly."],["The `InTotoProvenance` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is constructible through two constructors, one which is parameterless and one which accepts another `InTotoProvenance` object, in order to copy it."],["Key properties of the class include `BuilderConfig`, `Materials`, `Metadata`, and `Recipe`, each with specified data types and purposes in describing build provenance."],["The website showcases various versions, from 2.2.0 to the latest 3.7.0, along with the current version 3.4.0 in the context of the `InTotoProvenance` class documentation."]]],[]]