Show / Hide Table of Contents

Class SlsaProvenanceZeroTwo

See full explanation of fields at slsa.dev/provenance/v0.2.

Inheritance
object
SlsaProvenanceZeroTwo
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.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class SlsaProvenanceZeroTwo : IDirectResponseSchema

Properties

BuildConfig

Declaration
[JsonProperty("buildConfig")]
public virtual IDictionary<string, object> BuildConfig { get; set; }
Property Value
Type Description
IDictionary<string, object>

BuildType

Declaration
[JsonProperty("buildType")]
public virtual string BuildType { get; set; }
Property Value
Type Description
string

Builder

Declaration
[JsonProperty("builder")]
public virtual GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder Builder { get; set; }
Property Value
Type Description
GrafeasV1SlsaProvenanceZeroTwoSlsaBuilder

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Invocation

Declaration
[JsonProperty("invocation")]
public virtual GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation Invocation { get; set; }
Property Value
Type Description
GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation

Materials

Declaration
[JsonProperty("materials")]
public virtual IList<GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial> Materials { get; set; }
Property Value
Type Description
IList<GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial>

Metadata

Declaration
[JsonProperty("metadata")]
public virtual GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata Metadata { get; set; }
Property Value
Type Description
GrafeasV1SlsaProvenanceZeroTwoSlsaMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX