public sealed class SecretManagerSecret : IMessage<SecretManagerSecret>, IEquatable<SecretManagerSecret>, IDeepCloneable<SecretManagerSecret>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class SecretManagerSecret.
Pairs a secret environment variable with a SecretVersion in Secret Manager.
Environment variable name to associate with the secret.
Secret environment variables must be unique across all of a build's
secrets, and must be used by at least one build step.
[[["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 webpage provides documentation for the `SecretManagerSecret` class within the Google Cloud Build v1 API, with the latest version being 2.15.0."],["The `SecretManagerSecret` class, found in the `Google.Cloud.CloudBuild.V1` namespace, is used to pair a secret environment variable with a specific version in Secret Manager."],["The `SecretManagerSecret` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `SecretManagerSecret` class include `Env` (environment variable name), `VersionName` (resource name of the secret version), and `VersionNameAsSecretVersionName` (typed view over the VersionName property)."],["The page lists all the available versions of the class from version 1.0.0 all the way up to 2.15.0."]]],[]]