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."],[[["The `InTotoProvenance` class, part of the `Grafeas.V1` namespace, is available in version 3.3.0 and is used to manage build provenance."],["`InTotoProvenance` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes constructors for creating new instances, either empty or from an existing `InTotoProvenance` object."],["Key properties of `InTotoProvenance` include `BuilderConfig`, `Materials` (a collection of strings), `Metadata`, and `Recipe`, which provide details about the build process."],["The latest version available in this document is version 3.7.0, and earlier versions down to version 2.2.0 are also listed."]]],[]]