Metadata Args
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
constructor(buildFinishedOn: Output<String>? = null, buildInvocationId: Output<String>? = null, buildStartedOn: Output<String>? = null, completeness: Output<CompletenessArgs>? = null, reproducible: Output<Boolean>? = null)
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.