Guest Policies Recipe Update Step Script Run
data class GuestPoliciesRecipeUpdateStepScriptRun(val allowedExitCodes: List<Int>? = null, val interpreter: String? = null, val script: String)
Properties
Link copied to clipboard
Return codes that indicate that the software installed or updated successfully. Behaviour defaults to 0
Link copied to clipboard
The script interpreter to use to run the script. If no interpreter is specified the script is executed directly, which likely only succeed for scripts with shebang lines. Possible values are: SHELL
, POWERSHELL
.