Show / Hide Table of Contents

Class BuildOccurrence

Details of a build occurrence.

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

Properties

ETag

The ETag of the item.

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

InTotoSlsaProvenanceV1

In-Toto Slsa Provenance V1 represents a slsa provenance meeting the slsa spec, wrapped in an in-toto statement. This allows for direct jsonification of a to-spec in-toto slsa statement with a to-spec slsa provenance.

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

IntotoProvenance

Deprecated. See InTotoStatement for the replacement. In-toto Provenance representation as defined in spec.

Declaration
[JsonProperty("intotoProvenance")]
public virtual InTotoProvenance IntotoProvenance { get; set; }
Property Value
Type Description
InTotoProvenance

IntotoStatement

In-toto Statement representation as defined in spec. The intoto_statement can contain any type of provenance. The serialized payload of the statement can be stored and signed in the Occurrence's envelope.

Declaration
[JsonProperty("intotoStatement")]
public virtual InTotoStatement IntotoStatement { get; set; }
Property Value
Type Description
InTotoStatement

Provenance

The actual provenance for the build.

Declaration
[JsonProperty("provenance")]
public virtual BuildProvenance Provenance { get; set; }
Property Value
Type Description
BuildProvenance

ProvenanceBytes

Serialized JSON representation of the provenance, used in generating the build signature in the corresponding build note. After verifying the signature, provenance_bytes can be unmarshalled and compared to the provenance to confirm that it is unchanged. A base64-encoded string representation of the provenance bytes is used for the signature in order to interoperate with openssl which expects this format for signature verification. The serialized form is captured both to avoid ambiguity in how the provenance is marshalled to json as well to prevent incompatibilities with future changes.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX