Show / Hide Table of Contents

Class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation

Identifies the event that kicked off the build.

Inheritance
object
GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX