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 latest version available for the Batch v1 API class Environment is 2.13.0, and the documentation provided covers versions from 1.0.0 up to the newest release."],["The `Environment` class is designed to manage environment variables for task execution, offering a way to define and set these variables when running tasks."],["The `Environment` class allows the setting of encrypted environment variables via `EncryptedVariables`, as well as the setting of secret variables using `SecretVariables`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The Environment class contains properties such as `EncryptedVariables`, `SecretVariables` and `Variables`, all of which are used to manage environment variable configurations."]]],[]]