View Source GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1Secrets (google_api_run v0.30.0)

Secrets and secret environment variables.

Attributes

  • inline (type: list(GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1InlineSecret.t), default: nil) - Secrets encrypted with KMS key and the associated secret environment variable.
  • secretManager (type: list(GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1SecretManagerSecret.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.Run.V1.Model.GoogleDevtoolsCloudbuildV1Secrets{
  inline:
    [GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1InlineSecret.t()] | nil,
  secretManager:
    [GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1SecretManagerSecret.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.