Google Devtools Containeranalysis V1alpha1Slsa Provenance Zero Two Slsa Metadata Response
data class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataResponse(val buildFinishedOn: String, val buildInvocationId: String, val buildStartedOn: String, val completeness: GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessResponse, val reproducible: Boolean)
Other properties of the build.
Constructors
Link copied to clipboard
constructor(buildFinishedOn: String, buildInvocationId: String, buildStartedOn: String, completeness: GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessResponse, reproducible: Boolean)
Properties
Link copied to clipboard
The timestamp of when the build completed.
Link copied to clipboard
Identifies this particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis.
Link copied to clipboard
The timestamp of when the build started.
Link copied to clipboard
val completeness: GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessResponse
Indicates that the builder claims certain fields in this message to be complete.
Link copied to clipboard
If true, the builder claims that running invocation on materials will produce bit-for-bit identical output.