sslType property

String? sslType
getter/setter pair

Controls the ssl type for the given connector version Possible string values are:

  • "SSL_TYPE_UNSPECIFIED" : No SSL configuration required.
  • "TLS" : TLS Handshake
  • "MTLS" : mutual TLS (MTLS) Handshake

Implementation

core.String? sslType;