models.ssl_verification module¶
- 
class 
models.ssl_verification.SslVerification(ca_certificate=None, is_enabled=None)[source]¶ Bases:
objectImplementation of the ‘SslVerification’ model.
Specifies information about SSL verification when registering certain sources.
- Attributes:
 ca_certificate (string): Contains the contents of CA cert/cert chain. is_enabled (bool): Whether SSL verification should be performed.
- 
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.