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-03-21 UTC."],[[["The provided content details the `Environment` class within the Google Cloud Batch v1 API, specifically its .NET implementation, including its inheritance, interface implementations, namespace, and assembly."],["This class is designed to manage environment variables for executing tasks, offering features like encrypted variables, secret variables from Secret Manager, and a general variable map."],["The document lists various version references of the Environment class, from version 1.0.0 to the latest at version 2.13.0, indicating a history of updates and different features at each point in time."],["The `Environment` class has two constructors, a default one and one that allows creating a copy of an existing `Environment` object, enhancing flexibility."],["The main properties of the `Environment` class include `EncryptedVariables`, `SecretVariables`, and `Variables`, offering different methods for setting and managing environment variables, all with different levels of data security."]]],[]]