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.
pem_encoded_certificate
class-attribute
instance-attribute
¶
pem_encoded_certificate: str | None = None
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
tags
class-attribute
instance-attribute
¶
tags: dict[str, str] | None = None
The collection of tags. Each tag element is associated with a given resource.