Class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness
Indicates that the builder claims certain fields in this message to be complete.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompleteness : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environment
If true, the builder claims that invocation.environment is complete.
Declaration
[JsonProperty("environment")]
public virtual bool? Environment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Materials
If true, the builder claims that materials is complete.
Declaration
[JsonProperty("materials")]
public virtual bool? Materials { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Parameters
If true, the builder claims that invocation.parameters is complete.
Declaration
[JsonProperty("parameters")]
public virtual bool? Parameters { get; set; }
Property Value
Type | Description |
---|---|
bool? |