public enum OSPolicy.Types.Resource.Types.ExecResource.Types.Exec.Types.InterpreterReference 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.V1Assembly
Google.Cloud.OsConfig.V1.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 |
Unspecified |
Invalid value, the request will return validation error. |