models_v2.update_certificate_by_csr_request module

class models_v2.update_certificate_by_csr_request.UpdateCertificateByCsrRequest(certificate=None, csr_id=None)[source]

Bases: object

Implementation of the ‘UpdateCertificateByCsrRequest’ model.

Specifies the request to update a certificate.

Attributes:

certificate (string): Specifies the certificate to be imported. csr_id (string): Specifies the id of the csr corresponding to the

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.