authMechanism property

AuthMechanismValue? authMechanism
final

The authentication mechanism you use to access the MongoDB source endpoint.

For the default value, in MongoDB version 2.x, "default" is "mongodb_cr". For MongoDB version 3.x or later, "default" is "scram_sha_1". This setting isn't used when AuthType is set to "no".

Implementation

final AuthMechanismValue? authMechanism;