Skip to main content

TenantPublicKey

Description: Class representing a tenant public key object. This class is used to store information about tenant public keys. Attributes ———- tenant_id (UUID): The tenant id. public_key (str): The public key.

Attributes

NameTypeDescription
idStrictStr
createddatetime.datetime
created_by_idStrictStr
tenant_idStrictStr
public_keyStrictStr

Methods

NameDescription
to_strReturns the string representation of the model using alias
to_jsonReturns the JSON representation of the model using alias
from_jsonCreate an instance of TenantPublicKey from a JSON string
to_dictReturn the dictionary representation of the model using alias.
from_dictCreate an instance of TenantPublicKey from a dict