Enum ExecStepConfig.Types.Interpreter (1.6.0)

public enum Interpreter

The interpreter used to execute the a file.

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
Powershell

Indicates that the file is run with PowerShell flags -NonInteractive, -NoProfile, and -ExecutionPolicy Bypass.

Shell

Indicates that the script is run with /bin/sh on Linux and cmd on Windows.

Unspecified

Invalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the interpreter will be parsed from the shebang line of the script if unspecified.