Reference documentation and code samples for the Google Cloud OS Config v1 API enum OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides documentation for the `OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter` enum within the Google Cloud OS Config v1 API, specifically version 2.2.0."],["The `Interpreter` enum specifies how a script or executable should be run, offering options such as `None`, `Powershell`, `Shell`, and `Unspecified`."],["The `None` option means the file will run directly, typically relying on a shebang line, while `Powershell` uses PowerShell, and `Shell` uses `/bin/sh` on Linux or `cmd.exe` on Windows."],["The `Unspecified` value is invalid and will result in a validation error if used in a request."],["The latest version of the documentation is available at version 2.4.0, followed by several other versions, down to version 1.3.0, and all are related to the `OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.Interpreter` enum."]]],[]]