Show / Hide Table of Contents

Class SlsaMetadata

Other properties of the build.

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

Properties

BuildFinishedOn

object representation of BuildFinishedOnRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BuildFinishedOnDateTimeOffset instead.")]
public virtual object BuildFinishedOn { get; set; }
Property Value
Type Description
object

BuildFinishedOnDateTimeOffset

DateTimeOffset representation of BuildFinishedOnRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BuildFinishedOnDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BuildFinishedOnRaw

The timestamp of when the build completed.

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

BuildInvocationId

Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec.

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

BuildStartedOn

object representation of BuildStartedOnRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BuildStartedOnDateTimeOffset instead.")]
public virtual object BuildStartedOn { get; set; }
Property Value
Type Description
object

BuildStartedOnDateTimeOffset

DateTimeOffset representation of BuildStartedOnRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? BuildStartedOnDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

BuildStartedOnRaw

The timestamp of when the build started.

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

Completeness

Indicates that the builder claims certain fields in this message to be complete.

Declaration
[JsonProperty("completeness")]
public virtual SlsaCompleteness Completeness { get; set; }
Property Value
Type Description
SlsaCompleteness

ETag

The ETag of the item.

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

Reproducible

If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.

Declaration
[JsonProperty("reproducible")]
public virtual bool? Reproducible { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX