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 `Environment` class in the Google Cloud Batch v1 API is used to define environment variables for executing tasks."],["This page provides reference documentation and code samples for the `Environment` class, which can set both plain and encrypted environment variables."],["The latest version of the class is 2.13.0, and the provided content covers versions ranging from 1.0.0 to 2.13.0."],["`Environment` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to manage encrypted variables (`EncryptedVariables`), secret variables (`SecretVariables`), and standard variables (`Variables`), using key-value maps."]]],[]]