Class SlsaProvenance.Types.SlsaCompleteness (3.0.0)

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

Indicates that the builder claims certain fields in this message to be complete.

Inheritance

Object > SlsaProvenance.Types.SlsaCompleteness

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SlsaCompleteness()

public SlsaCompleteness()

SlsaCompleteness(SlsaProvenance.Types.SlsaCompleteness)

public SlsaCompleteness(SlsaProvenance.Types.SlsaCompleteness other)
Parameter
NameDescription
otherSlsaProvenance.Types.SlsaCompleteness

Properties

Arguments

public bool Arguments { get; set; }

If true, the builder claims that recipe.arguments is complete, meaning that all external inputs are properly captured in the recipe.

Property Value
TypeDescription
Boolean

Environment

public bool Environment { get; set; }

If true, the builder claims that recipe.environment is claimed to be complete.

Property Value
TypeDescription
Boolean

Materials

public bool Materials { get; set; }

If true, the builder claims that materials are complete, usually through some controls to prevent network access. Sometimes called "hermetic".

Property Value
TypeDescription
Boolean