Class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation
Identifies the event that kicked off the build.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation : IDirectResponseSchema
Properties
ConfigSource
Describes where the config file that kicked off the build came from.
Declaration
[JsonProperty("configSource")]
public virtual GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSource ConfigSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environment
Any other builder-controlled inputs necessary for correctly evaluating the build.
Declaration
[JsonProperty("environment")]
public virtual IDictionary<string, object> Environment { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Parameters
Collection of all external inputs that influenced the build on top of invocation.configSource.
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |