models_v2.import_certificate_response module¶
-
class
models_v2.import_certificate_response.
ImportCertificateResponse
(certificate_server=None, private_key=None, file_server_cert=None)[source]¶ Bases:
object
Implementation of the ‘Import Certificate Response’ model.
Specifies the response to import a certificate.
- Attributes:
certificate_server (string): Specifies the server certificate. private_key (string): Specifies the private key of agent. file_server_cert (string): Specifies the path to the file to be
uploaded to server. This file has the server cert, id and encrypted private key
-
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.