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` manages environment variables for executing tasks, offering functionalities to define these variables."],["The `Environment` class is part of the `Google.Cloud.Batch.V1` namespace and is found in the `Google.Cloud.Batch.V1.dll` assembly, with its most current version being 2.13.0."],["You can utilize encrypted JSON dictionaries, Secret Manager secret names, or a map of key-value pairs to define environment variables within the `Environment` class, offering various properties such as `EncryptedVariables`, `SecretVariables`, and `Variables` to allow these definitions."],["The `Environment` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the class also inherits from the `object` class."],["The documentation provides a detailed history of the class versions for the user, ranging from 1.0.0 to the latest version 2.13.0, giving the user access to the previous implementations."]]],[]]