ClientCertificate¶
Structure Class¶
ClientCertificate
dataclass
¶
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
Attributes¶
client_certificate_id
class-attribute
instance-attribute
¶
client_certificate_id: str | None = None
The identifier of the client certificate.
created_date
class-attribute
instance-attribute
¶
created_date: datetime | None = None
The timestamp when the client certificate was created.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the client certificate.
expiration_date
class-attribute
instance-attribute
¶
expiration_date: datetime | None = None
The timestamp when the client certificate will expire.