Module Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::ExecResource::Exec::Interpreter (v0.2.2)

The interpreter to use.

Constants

INTERPRETER_UNSPECIFIED

value: 0
Defaults to NONE.

NONE

value: 1
If no interpreter is specified the source will be executed directly, which will likely only succeed for executables and scripts with shebang lines. Wikipedia shebang.

SHELL

value: 2
Indicates that the script will be run with /bin/sh on Linux and cmd.exe on windows.

POWERSHELL

value: 3
Indicates that the script will be run with powershell.