GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig (google_api_container v0.57.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.