Google Cloud OS Config v1alpha API - Enum OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter (2.0.0-alpha05)

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

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

The interpreter to use.

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Fields

Name Description
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.