GoogleApi.Datastream.V1.Model.ServerVerification (google_api_datastream v0.10.0)
View SourceMessage represents the option where Datastream will enforce the encryption and authenticate the server identity. ca_certificate must be set if user selects this option.
Attributes
-
caCertificate
(type:String.t
, default:nil
) - Required. Input only. PEM-encoded server root CA certificate.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.ServerVerification{ caCertificate: String.t() | nil }