models_v2.import_certificate_by_clientcsr_request module¶
-
class
models_v2.import_certificate_by_clientcsr_request.
ImportCertificateByClientcsrRequest
(certificate_server=None, certificate_client=None)[source]¶ Bases:
object
Implementation of the ‘ImportCertificateByClientcsrRequest’ model.
Specifies the request to import a certificate.
- Attributes:
- certificate_server (string): Specifies the server certificate to be
imported.
- certificate_client (string): Specifies the client certificate to be
imported.
-
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.