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 Batch v1 API class `Environment` is designed to manage environment variables for task execution."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer message operations."],["`Environment` offers functionalities to handle encrypted variables via `EncryptedVariables`, secret variables through `SecretVariables`, and general variables using `Variables`, each as a key-value pairing system."],["The documentation provides a list of all versions of the class, ranging from version 1.0.0 to 2.13.0, with the latest version being 2.13.0, each link directed to their respective class page."],["The `Environment` class includes constructors that allow for the creation of new `Environment` objects, either as a default instance or as a copy of another `Environment` object."]]],[]]