models_v2.mongo_db_auth_type_enum module

class models_v2.mongo_db_auth_type_enum.MongoDBAuthTypeEnum[source]

Bases: object

Implementation of the ‘MongoDBAuthType’ enum.

Enumeration of all the MongoDB Authentication.

Attributes:

SCRAM: TODO: type description here. LDAP: TODO: type description here. NONE: TODO: type description here.

LDAP = 'LDAP'
NONE = 'NONE'
SCRAM = 'SCRAM'