models_v2.tenant_dmaas_certificate module¶
-
class
models_v2.tenant_dmaas_certificate.
TenantDmaasCertificate
(tenant_id=None, certificate=None, private_key=None, connector_ca_chain=None, passphrase=None)[source]¶ Bases:
object
Implementation of the ‘Tenant Dmaas Certificate.’ model.
Specifies the parameters to of a 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.