Image Template Shell Validator Response
data class ImageTemplateShellValidatorResponse(val inline: List<String>? = null, val name: String? = null, val scriptUri: String? = null, val sha256Checksum: String? = null, val type: String)
Runs the specified shell script during the validation phase (Linux). Corresponds to Packer shell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.