GoogleApi.Datastream.V1.Model.PostgresqlSslConfig (google_api_datastream v0.10.0)
View SourcePostgreSQL SSL configuration information.
Attributes
-
serverAndClientVerification
(type:GoogleApi.Datastream.V1.Model.ServerAndClientVerification.t
, default:nil
) - If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated. -
serverVerification
(type:GoogleApi.Datastream.V1.Model.ServerVerification.t
, default:nil
) - If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.PostgresqlSslConfig{ serverAndClientVerification: GoogleApi.Datastream.V1.Model.ServerAndClientVerification.t() | nil, serverVerification: GoogleApi.Datastream.V1.Model.ServerVerification.t() | nil }