models.cassandra_auth_type_enum module

class models.cassandra_auth_type_enum.CassandraAuthTypeEnum[source]

Bases: object

Implementation of the ‘CassandraAuthType’ enum.

Cassandra Authentication type. Enum: [PASSWORD KERBEROS LDAP] Specifies the Cassandra auth type. ‘PASSWORD’ ‘KERBEROS’ ‘LDAP’

Attributes:

PASSWORD: TODO: type description here. KERBEROS: TODO: type description here. LDAP: TODO: type description here.

KERBEROS = 'KERBEROS'
LDAP = 'LDAP'
PASSWORD = 'PASSWORD'