Show / Hide Table of Contents

Class SlsaProvenanceV1

Keep in sync with schema at https://github.com/slsa-framework/slsa/blob/main/docs/provenance/schema/v1/provenance.proto Builder renamed to ProvenanceBuilder because of Java conflicts.

Inheritance
object
SlsaProvenanceV1
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 SlsaProvenanceV1 : IDirectResponseSchema

Properties

BuildDefinition

Declaration
[JsonProperty("buildDefinition")]
public virtual BuildDefinition BuildDefinition { get; set; }
Property Value
Type Description
BuildDefinition

ETag

The ETag of the item.

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

RunDetails

Declaration
[JsonProperty("runDetails")]
public virtual RunDetails RunDetails { get; set; }
Property Value
Type Description
RunDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX