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."],[[["This document provides reference documentation for the `Environment` class within the Google Cloud Batch v1 API, covering versions from 1.0.0 to 2.13.0."],["The `Environment` class is used to define environment variables for tasks, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Environment` class provides constructors for creating new instances, including an empty constructor and a constructor for copying existing `Environment` objects."],["The class contains three properties for managing environment variables: `EncryptedVariables` for encrypted variables, `SecretVariables` for variables linked to Secret Manager secrets, and `Variables` for standard key-value environment variables."],["The latest version, 2.13.0 is available, with previous versions from 2.12.0 through 1.0.0 also documented."]]],[]]