models_v2.create_csr_response module¶
-
class
models_v2.create_csr_response.
CreateCSRResponse
(public_key_server=None, csr_server=None, public_key_client=None, csr_client=None, file_csr_server=None, file_csr_client=None)[source]¶ Bases:
object
Implementation of the ‘Create CSR response’ model.
TODO: type model description here.
- Attributes:
- public_key_server (string): Specifies the public key generated for
this CSR for the server.
csr_server (string): Specifies the CSR generated for the server. public_key_client (string): Specifies the public key generated for
this CSR for the client.
csr_client (string): Specifies the CSR generated for the client. file_csr_server (string): Specifies the path to CSR generated for the
server
- file_csr_client (string): Specifies the path to CSR generated for the
client
-
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.