MetadataArgs

data class MetadataArgs(val buildFinishedOn: Output<String>? = null, val buildInvocationId: Output<String>? = null, val buildStartedOn: Output<String>? = null, val completeness: Output<CompletenessArgs>? = null, val reproducible: Output<Boolean>? = null) : ConvertibleToJava<MetadataArgs>

Other properties of the build.

Constructors

Link copied to clipboard
fun MetadataArgs(buildFinishedOn: Output<String>? = null, buildInvocationId: Output<String>? = null, buildStartedOn: Output<String>? = null, completeness: Output<CompletenessArgs>? = null, reproducible: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): MetadataArgs

Properties

Link copied to clipboard
val buildFinishedOn: Output<String>? = null

The timestamp of when the build completed.

Link copied to clipboard
val buildInvocationId: Output<String>? = null

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
val buildStartedOn: Output<String>? = null

The timestamp of when the build started.

Link copied to clipboard
val completeness: Output<CompletenessArgs>? = null

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

Link copied to clipboard
val reproducible: Output<Boolean>? = null

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