View Source GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret (google_api_container_analysis v0.28.0)

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.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret{
    env: String.t() | nil,
    versionName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.