View Source GoogleApi.Connectors.V1.Model.SslConfigTemplate (google_api_connectors v0.11.0)

Ssl config details of a connector version

Attributes

  • additionalVariables (type: list(GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t), default: nil) - Any additional fields that need to be rendered
  • clientCertType (type: list(String.t), default: nil) - List of supported Client Cert Types
  • isTlsMandatory (type: boolean(), default: nil) - Boolean for determining if the connector version mandates TLS.
  • serverCertType (type: list(String.t), default: nil) - List of supported Server Cert Types
  • sslType (type: String.t, default: nil) - Controls the ssl type for the given connector version

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.SslConfigTemplate{
  additionalVariables:
    [GoogleApi.Connectors.V1.Model.ConfigVariableTemplate.t()] | nil,
  clientCertType: [String.t()] | nil,
  isTlsMandatory: boolean() | nil,
  serverCertType: [String.t()] | nil,
  sslType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.