View Source GoogleApi.CloudBuild.V1.Model.SecretManagerSecret (google_api_cloud_build v0.50.1)

Pairs a secret environment variable with a SecretVersion in Secret Manager.

Attributes

  • env (type: String.t, default: nil) - 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.
  • versionName (type: String.t, default: nil) - Resource name of the SecretVersion. In format: projects//secrets//versions/*

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.SecretManagerSecret{
  env: String.t() | nil,
  versionName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.