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

Secrets and secret environment variables.

Attributes

  • inline (type: list(GoogleApi.CloudBuild.V1.Model.InlineSecret.t), default: nil) - Secrets encrypted with KMS key and the associated secret environment variable.
  • secretManager (type: list(GoogleApi.CloudBuild.V1.Model.SecretManagerSecret.t), default: nil) - Secrets in Secret Manager and associated secret environment variable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.Secrets{
  inline: [GoogleApi.CloudBuild.V1.Model.InlineSecret.t()] | nil,
  secretManager: [GoogleApi.CloudBuild.V1.Model.SecretManagerSecret.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.