models.auth_type_mongodb_connect_params_enum module¶
-
class
models.auth_type_mongodb_connect_params_enum.AuthTypeMongoDBConnectParamsEnum[source]¶ Bases:
objectImplementation of the ‘AuthType_MongoDBConnectParams’ enum.
Specifies whether authentication is configured on this MongoDB cluster. Specifies the type of an MongoDB source entity. ‘SCRAM’ ‘LDAP’ ‘NONE’
- Attributes:
SCRAM: TODO: type description here. LDAP: TODO: type description here. NONE: TODO: type description here. KERBEROS: TODO: type description here.
-
KERBEROS= 'KERBEROS'¶
-
LDAP= 'LDAP'¶
-
NONE= 'NONE'¶
-
SCRAM= 'SCRAM'¶