BuildTypeResponse

data class BuildTypeResponse(val builderVersion: String, val signature: BuildSignatureResponse)

Note holding the version of the provider's builder and the signature of the provenance message in linked BuildDetails.

Constructors

Link copied to clipboard
fun BuildTypeResponse(builderVersion: String, signature: BuildSignatureResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Version of the builder which produced this Note.

Link copied to clipboard

Signature of the build in Occurrences pointing to the Note containing this BuilderDetails.