models_v2.auth_type_3_enum module

class models_v2.auth_type_3_enum.AuthType3Enum[source]

Bases: object

Implementation of the ‘AuthType3’ enum.

MongoDB authentication type.

Attributes:

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

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