public sealed class SlsaCompleteness : IMessage<SlsaProvenance.Types.SlsaCompleteness>, IEquatable<SlsaProvenance.Types.SlsaCompleteness>, IDeepCloneable<SlsaProvenance.Types.SlsaCompleteness>, IBufferMessage, IMessageIndicates that the builder claims certain fields in this message to be complete.
Implements
IMessage<SlsaProvenance.Types.SlsaCompleteness>, IEquatable<SlsaProvenance.Types.SlsaCompleteness>, IDeepCloneable<SlsaProvenance.Types.SlsaCompleteness>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
SlsaCompleteness()
public SlsaCompleteness()SlsaCompleteness(SlsaProvenance.Types.SlsaCompleteness)
public SlsaCompleteness(SlsaProvenance.Types.SlsaCompleteness other)| Parameter | |
|---|---|
| Name | Description |
other |
SlsaProvenance.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 | |
|---|---|
| Type | Description |
Boolean |
|
Environment
public bool Environment { get; set; }If true, the builder claims that recipe.environment is claimed to be complete.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|