models.cassandra_security_info module¶
-
class
models.cassandra_security_info.
CassandraSecurityInfo
(cassandra_auth_required=None, cassandra_auth_type=None, cassandra_authorizer=None, client_encryption=None, dse_authorization=None, server_encryption_req_client_auth=None, server_internode_encryption_type=None)[source]¶ Bases:
object
Implementation of the ‘CassandraSecurityInfo’ model.
Specifies an Object containing information on Cassandra security.
- Attributes:
- cassandra_auth_required (bool): Is Cassandra authentication
required ?
- cassandra_auth_type (CassandraAuthTypeEnum): Cassandra Authentication
type. Enum: [PASSWORD KERBEROS LDAP] Specifies the Cassandra auth type. ‘PASSWORD’ ‘KERBEROS’ ‘LDAP’
cassandra_authorizer (string): Cassandra Authenticator/Authorizer. client_encryption (bool): Is Client Encryption enabled for this
cluster ?
- dse_authorization (bool): Is DSE Authorization enabled for this
cluster ?
- server_encryption_req_client_auth (bool): Is ‘Server encryption
request client authentication’ enabled for this cluster ?
- server_internode_encryption_type (string): ‘’’Server internal node
Encryption’’ type for this cluster.’
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.