Image Template Power Shell Validator Response
data class ImageTemplatePowerShellValidatorResponse(val inline: List<String>? = null, val name: String? = null, val runAsSystem: Boolean? = null, val runElevated: Boolean? = null, val scriptUri: String? = null, val sha256Checksum: String? = null, val type: String, val validExitCodes: List<Int>? = null)
Runs the specified PowerShell script during the validation phase (Windows). Corresponds to Packer powershell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.