securityProtocol property

String? securityProtocol
getter/setter pair

Security Type for Microsoft SQL Server.

Optional. Possible string values are:

  • "MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED" : Security type not specified.
  • "PLAIN" : Plain text communication.
  • "TLS" : Transport Layer Security.

Implementation

core.String? securityProtocol;