public MapField<string, ByteString> EnvMap { get; }
Map of environment variable name to its encrypted value.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step. Values can be at most
64 KB in size. There can be at most 100 secret values across all of a
build's secrets.
[[["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-03-21 UTC."],[[["The latest version of the `InlineSecret` class in the Google Cloud Build V1 library is 2.15.0, and version 1.3.0 is also represented in the provided document."],["`InlineSecret` is a class that manages secret environment variables and their encrypted values, using a Cloud KMS key for decryption."],["The `EnvMap` property of the `InlineSecret` class stores a map of environment variable names to their corresponding encrypted values, with a maximum size of 64 KB per value and a limit of 100 secret values per build."],["The `KmsKeyName` property specifies the resource name of the Cloud KMS crypto key used for decryption, while the `KmsKeyNameAsCryptoKeyName` offers a `CryptoKeyName`-typed view of this resource name."],["The `InlineSecret` class implements several interfaces including IMessage\u003cInlineSecret\u003e, IEquatable\u003cInlineSecret\u003e, IDeepCloneable\u003cInlineSecret\u003e, IBufferMessage, and IMessage."]]],[]]