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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eEnvironment\u003c/code\u003e class within the Google Cloud Batch v1 API, specifically within the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnvironment\u003c/code\u003e class allows users to define environment variables for tasks, with versioning available from 1.0.0 to 2.13.0, with 2.13.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports three types of environment variables: \u003ccode\u003eVariables\u003c/code\u003e, a map of variable names to their values; \u003ccode\u003eSecretVariables\u003c/code\u003e, which maps variable names to Secret Manager secrets; and \u003ccode\u003eEncryptedVariables\u003c/code\u003e, which allow for encrypted key-value pairs.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements various interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the .NET object class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnvironment\u003c/code\u003e class has two constructors: a default constructor \u003ccode\u003eEnvironment()\u003c/code\u003e, and a copy constructor, \u003ccode\u003eEnvironment(Environment other)\u003c/code\u003e, and it resides in the \u003ccode\u003eGoogle.Cloud.Batch.V1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.Batch.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]