MongoDbAuthenticationType type

The authentication type to be used to connect to the MongoDB database.
KnownMongoDbAuthenticationType can be used interchangeably with MongoDbAuthenticationType, this enum contains the known values that the service supports.

Known values supported by the service

Basic: Basic
Anonymous: Anonymous

type MongoDbAuthenticationType = string