public ExecStepConfig.Types.Interpreter Interpreter { get; set; }
The script interpreter to use to run the script. If no interpreter is
specified the script will be executed directly, which will likely
only succeed for scripts with shebang lines.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExecStepConfig\u003c/code\u003e class provides common configurations for an execution step within the Google Cloud OS Config API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for enhanced functionality and compatibility.\u003c/p\u003e\n"],["\u003cp\u003eIt supports specifying an executable either through a Cloud Storage object (\u003ccode\u003eGcsObject\u003c/code\u003e) or via a direct local path (\u003ccode\u003eLocalPath\u003c/code\u003e) on the VM.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecStepConfig\u003c/code\u003e allows for defining a list of allowed return values (\u003ccode\u003eAllowedSuccessCodes\u003c/code\u003e) to determine if an execution step was successful, defaulting to only 0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterpreter\u003c/code\u003e property allows for specifying the type of script interpreter to be used.\u003c/p\u003e\n"]]],[],null,[]]