Grafeas v1 API - Class SlsaProvenance (3.4.0)

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

Inheritance

object > SlsaProvenance

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SlsaProvenance()

public SlsaProvenance()

SlsaProvenance(SlsaProvenance)

public SlsaProvenance(SlsaProvenance other)
Parameter
NameDescription
otherSlsaProvenance

Properties

Builder

public SlsaProvenance.Types.SlsaBuilder Builder { get; set; }

required

Property Value
TypeDescription
SlsaProvenanceTypesSlsaBuilder

Materials

public RepeatedField<SlsaProvenance.Types.Material> 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
RepeatedFieldSlsaProvenanceTypesMaterial

Metadata

public SlsaProvenance.Types.SlsaMetadata Metadata { get; set; }
Property Value
TypeDescription
SlsaProvenanceTypesSlsaMetadata

Recipe

public SlsaProvenance.Types.SlsaRecipe 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
SlsaProvenanceTypesSlsaRecipe