Module: Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
Overview
Enum for Security Type for Microsoft SQL Server.
Constant Summary collapse
- MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED =
Security type not specified.
0- PLAIN =
Plain text communication.
1- TLS =
Transport Layer Security.
2