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 latest version of the Batch v1 API class Environment is 2.13.0, with multiple previous versions available for reference."],["The Environment class in the Batch v1 API is designed to define the collection of environment variables for task execution."],["The class offers encrypted variables, denoted as EncryptedVariables, that utilizes a JSON dictionary for environment variable names and values."],["It allows mapping environment variable names to Secret Manager secret names, using the SecretVariables property to grant access to the named secrets."],["The class features a Variables property, enabling a direct map of environment variable names to their respective values for task execution."]]],[]]