View Source GoogleApi.AlloyDB.V1.Model.SslConfig (google_api_alloy_db v0.2.0)

SSL configuration.

Attributes

  • caSource (type: String.t, default: nil) - Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
  • sslMode (type: String.t, default: nil) - Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.SslConfig{
  caSource: String.t() | nil,
  sslMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.