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 available for `InlineSecret` within the `Google.Cloud.CloudBuild.V1` namespace is 2.15.0, with a comprehensive list of previous versions ranging from 2.14.0 down to 1.0.0 also available."],["`InlineSecret` is a class in the Cloud Build v1 API used for pairing secret environment variables with encrypted values and the Cloud KMS key required for decryption."],["The `InlineSecret` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The class includes properties like `EnvMap`, a map of environment variable names to encrypted values, and `KmsKeyName`, which specifies the Cloud KMS crypto key used for decrypting the encrypted values, and `KmsKeyNameAsCryptoKeyName`, which provides a typed view over the KmsKeyName."],["Constructors are available for creating new `InlineSecret` instances, either default or by cloning an existing `InlineSecret` object, to then be used in the Cloud Build environment."]]],[]]