SoftwareRecipeArtifactRemoteResponse

data class SoftwareRecipeArtifactRemoteResponse(val checksum: String, val uri: String)

Specifies an artifact available via some URI.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Must be provided if allow_insecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact. If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any of the steps.

Link copied to clipboard
val uri: String

URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.