Google Devtools Containeranalysis V1alpha1Slsa Provenance Zero Two Slsa Metadata Args
data class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs(val buildFinishedOn: Output<String>? = null, val buildInvocationId: Output<String>? = null, val buildStartedOn: Output<String>? = null, val completeness: Output<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs>? = null, val reproducible: Output<Boolean>? = null) : ConvertibleToJava<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadataArgs>
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<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs>? = null, reproducible: Output<Boolean>? = null)
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: Output<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs>? = null
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.