models_v2.add_tenant_cert_request module

class models_v2.add_tenant_cert_request.AddTenantCertRequest(tenant_id=None, certificate=None, private_key=None, connector_ca_chain=None, passphrase=None)[source]

Bases: object

Implementation of the ‘Add Tenant Cert Request.’ model.

Specifies the parameters to add an Orion tenant certificate.

Attributes:

tenant_id (string): The id of the tenant. certificate (string): Specifies the tenant certificate. private_key (string): Specifies the tenant private key. connector_ca_chain (string): Specifies the CA chain that is used to

sign the connector certificate.

passphrase (string): Specifies the passphrase used to encode the

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.