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."],[[["This webpage provides reference documentation for the `Environment` class within the Google Cloud Batch v1 API, which is used to define environment variables for executing tasks."],["The `Environment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class has two constructors: a default constructor `Environment()` and a copy constructor `Environment(Environment other)`, which takes another `Environment` object as a parameter."],["Key properties of the `Environment` class include `EncryptedVariables` (for encrypted environment variables), `SecretVariables` (for variables sourced from Secret Manager), and `Variables` (for standard environment variables)."],["The page showcases all the available versions of this documentation, with version 2.13.0 being the latest and 1.0.0 the oldest, allowing one to browse and compare them."]]],[]]