models_v2.cassandra_security_info module¶
-
class
models_v2.cassandra_security_info.
CassandraSecurityInfo
(cassandra_authorizer=None, cassandra_auth_required=None, cassandra_auth_type=None, dse_authorization=None, client_encryption=None, server_internode_encryption_type=None, server_encryption_req_client_auth=None)[source]¶ Bases:
object
Implementation of the ‘Cassandra security info.’ model.
Cassandra security related info.
- Attributes:
cassandra_authorizer (string): Cassandra Authenticator/Authorizer. cassandra_auth_required (bool): Is Cassandra authentication required
?
- cassandra_auth_type (CassandraAuthType1Enum): Cassandra Authentication
type.
- dse_authorization (bool): Is DSE Authorization enabled for this
cluster ?
- client_encryption (bool): Is Client Encryption enabled for this
cluster ?
- server_internode_encryption_type (string): ‘Server internal node
Encryption’ type.
- server_encryption_req_client_auth (bool): Is ‘Server encryption
request client authentication’ enabled 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.