models.ssl_certificate_config module¶
-
class
models.ssl_certificate_config.
SslCertificateConfig
(certificate=None, last_update_time_msecs=None, private_key=None)[source]¶ Bases:
object
Implementation of the ‘SslCertificateConfig’ model.
SslCertificateConfig represents the SSL certificate object exposed to the user.
- Attributes:
- certificate (string): Certificate is a SSL certificate used by Iris
HTTPS webserver.
- last_update_time_msecs (long|int): LastUpdateTimeMsecs is a time in
milliseconds at which certificate was last updated.
- private_key (string): PrivateKey is a matching private key of the
above certificate.
-
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.