tlsAuthentication property

String? tlsAuthentication
getter/setter pair

This field indicates the TLS authentication type of the connection.

Output only. Possible string values are:

  • "TLS_AUTHENTICATION_UNSPECIFIED" : Default unspecified value.
  • "SERVER" : Server
  • "MUTUAL" : Mutual

Implementation

core.String? tlsAuthentication;