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-09-04 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eInTotoProvenance\u003c/code\u003e is 3.7.0, with historical versions dating back to 2.2.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInTotoProvenance\u003c/code\u003e is a sealed class in the \u003ccode\u003eGrafeas.V1\u003c/code\u003e namespace, implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes standard methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has a default constructor and another that accepts an \u003ccode\u003eInTotoProvenance\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInTotoProvenance\u003c/code\u003e includes properties like \u003ccode\u003eBuilderConfig\u003c/code\u003e, \u003ccode\u003eMaterials\u003c/code\u003e, \u003ccode\u003eMetadata\u003c/code\u003e, and \u003ccode\u003eRecipe\u003c/code\u003e, which are used to describe the build's configuration, influencing artifacts, and other relevant information.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class InTotoProvenance (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.InTotoProvenance)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.InTotoProvenance)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.InTotoProvenance)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.InTotoProvenance)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.InTotoProvenance)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.InTotoProvenance)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.InTotoProvenance)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.InTotoProvenance)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.InTotoProvenance)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.InTotoProvenance)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.InTotoProvenance)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.InTotoProvenance)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.InTotoProvenance) \n\n public sealed class InTotoProvenance : IMessage\u003cInTotoProvenance\u003e, IEquatable\u003cInTotoProvenance\u003e, IDeepCloneable\u003cInTotoProvenance\u003e, IBufferMessage, IMessage\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e InTotoProvenance \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[InTotoProvenance](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.InTotoProvenance), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[InTotoProvenance](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.InTotoProvenance), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[InTotoProvenance](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.InTotoProvenance), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nConstructors\n------------\n\n### InTotoProvenance()\n\n public InTotoProvenance()\n\n### InTotoProvenance(InTotoProvenance)\n\n public InTotoProvenance(InTotoProvenance other)\n\nProperties\n----------\n\n### BuilderConfig\n\n public BuilderConfig BuilderConfig { get; set; }\n\nrequired\n\n### Materials\n\n public RepeatedField\u003cstring\u003e Materials { get; }\n\nThe collection of artifacts that influenced the build including sources,\ndependencies, build tools, base images, and so on. This is considered to be\nincomplete unless metadata.completeness.materials is true. Unset or null is\nequivalent to empty.\n\n### Metadata\n\n public Metadata Metadata { get; set; }\n\n### Recipe\n\n public Recipe Recipe { get; set; }\n\nIdentifies the configuration used for the build.\nWhen combined with materials, this SHOULD fully describe the build,\nsuch that re-running this recipe results in bit-for-bit identical output\n(if the build is reproducible)."]]