public MapField<string, string> SecretVariables { get; }
A map of environment variable names to Secret Manager secret names.
The VM will access the named secrets to set the value of each environment
variable.
[[["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-17 UTC."],[[["The `Environment` class in the Google Cloud Batch v1 API allows you to define environment variables for tasks, with the latest version being 2.13.0."],["This class supports different types of environment variables, including plain text values, encrypted values, and references to Secret Manager secrets."],["The `Environment` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheritance from `object`."],["The `Environment` class has properties like `EncryptedVariables`, `SecretVariables`, and `Variables`, used to specify different types of environment variables."],["There are various older versions available, from 1.0.0 up to 2.12.0, each with their own documentation, with version 2.9.0 being the main focus of the provided documentation."]]],[]]