GoogleApi.Container.V1.Model.GCPSecretManagerCertificateConfig (google_api_container v0.57.0)
View SourceGCPSecretManagerCertificateConfig 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 }