securityProtocol property

String? securityProtocol
getter/setter pair

Security Type for MongoDB.

Optional. Possible string values are:

  • "MONGODB_SECURITY_PROTOCOL_UNSPECIFIED" : Security type not specified.
  • "PLAIN" : Plain text communication.
  • "TLS" : Transport Layer Security.
  • "MTLS" : Mutual Transport Layer Security.

Implementation

core.String? securityProtocol;