models_v2.cassandra_auth_type_1_enum module

class models_v2.cassandra_auth_type_1_enum.CassandraAuthType1Enum[source]

Bases: object

Implementation of the ‘CassandraAuthType1’ enum.

Cassandra Authentication type.

Attributes:

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

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