UpdateClientCertificateResponse

Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the client certificate.

Link copied to clipboard

The timestamp when the client certificate was created.

Link copied to clipboard

The description of the client certificate.

Link copied to clipboard

The timestamp when the client certificate will expire.

Link copied to clipboard

The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .

Link copied to clipboard

The collection of tags. Each tag element is associated with a given resource.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String