View Source GoogleApi.Datastream.V1.Model.OracleSslConfig (google_api_datastream v0.4.0)

Oracle SSL configuration information.

Attributes

  • caCertificate (type: String.t, default: nil) - Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
  • caCertificateSet (type: boolean(), default: nil) - Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.OracleSslConfig{
  caCertificate: String.t() | nil,
  caCertificateSet: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.