Grafeas v1 API - Class InTotoProvenance (3.6.0)

public sealed class InTotoProvenance : IMessage<InTotoProvenance>, IEquatable<InTotoProvenance>, IDeepCloneable<InTotoProvenance>, IBufferMessage, IMessage

Inheritance

object > InTotoProvenance

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

InTotoProvenance()

public InTotoProvenance()

InTotoProvenance(InTotoProvenance)

public InTotoProvenance(InTotoProvenance other)
Parameter
NameDescription
otherInTotoProvenance

Properties

BuilderConfig

public BuilderConfig BuilderConfig { get; set; }

required

Property Value
TypeDescription
BuilderConfig

Materials

public RepeatedField<string> Materials { get; }

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.

Property Value
TypeDescription
RepeatedFieldstring

Metadata

public Metadata Metadata { get; set; }
Property Value
TypeDescription
Metadata

Recipe

public Recipe Recipe { get; set; }

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).

Property Value
TypeDescription
Recipe