MetadataResponse

data class MetadataResponse(val buildFinishedOn: String, val buildInvocationId: String, val buildStartedOn: String, val completeness: CompletenessResponse, val reproducible: Boolean)

Other properties of the build.

Constructors

Link copied to clipboard
fun MetadataResponse(buildFinishedOn: String, buildInvocationId: String, buildStartedOn: String, completeness: CompletenessResponse, reproducible: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the build completed.

Link copied to clipboard

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.

Link copied to clipboard

The timestamp of when the build started.

Link copied to clipboard

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

Link copied to clipboard

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