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, which is part of the `Grafeas.V1` namespace within the Grafeas.V1.dll assembly and is currently on version 3.0.0, with version 3.7.0 being the latest available."],["The `InTotoProvenance` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors: a default constructor `InTotoProvenance()` and an overloaded one `InTotoProvenance(InTotoProvenance other)` that accepts another `InTotoProvenance` object for parameter initialization."],["Key properties of the `InTotoProvenance` class include `BuilderConfig`, `Materials`, `Metadata`, and `Recipe`, each representing different aspects of build information such as build configuration, influenced artifacts, metadata, and the configuration used for the build."],["Inherited members from the base `Object` class include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, providing basic object operations."]]],[]]