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

Secrets and secret environment variables.

Attributes

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

Functions

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

Unwrap a decoded JSON object into its complex fields.