Google Cloud OS Config v1 API - Enum OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter (2.3.0)

public enum OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter

Reference documentation and code samples for the Google Cloud OS Config v1 API enum OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter.

The interpreter to use.

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
None

If an interpreter is not specified, the source is executed directly. This execution, without an interpreter, only succeeds for executables and scripts that have <a href="https://en.wikipedia.org/wiki/Shebang_(Unix)" class="external">shebang lines</a>.

Powershell

Indicates that the script runs with PowerShell.

Shell

Indicates that the script runs with /bin/sh on Linux and cmd.exe on Windows.

Unspecified

Invalid value, the request will return validation error.