GoogleApi.Datastream.V1.Model.ServerVerification (google_api_datastream v0.10.0)

View Source

Message 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

t()

@type t() :: %GoogleApi.Datastream.V1.Model.ServerVerification{
  caCertificate: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.