models_v2.trusted_ca_request module

class models_v2.trusted_ca_request.TrustedCaRequest(certificate=None, name=None, description=None)[source]

Bases: object

Implementation of the ‘TrustedCaRequest’ model.

Specifies the basic info about CA Root Certificate.

Attributes:
certificate (string): Specifies the certificate to be imported.

Certificate should be in PEM format.

name (string): Descriptive name of the certificate. description (string): Description of 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.