View Source GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig (google_api_container v0.55.0)

GCPSecretManagerCertificateConfig configures a secret from Google Secret Manager.

Attributes

  • secretUri (type: String.t, default: nil) - Secret URI, in the form "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION". Version can be fixed (e.g. "2") or "latest"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig{
  secretUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.