Values.ClientCertificateSourceRepresents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
type nonrec t = {clientCertificateId : String_.t option;The identifier of the client certificate.
*)description : String_.t option;The description of the client certificate.
*)pemEncodedCertificate : String_.t option;The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
*)createdDate : Timestamp.t option;The timestamp when the client certificate was created.
*)expirationDate : Timestamp.t option;The timestamp when the client certificate will expire.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `LimitExceededException of LimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `LimitExceededException of LimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `LimitExceededException of LimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]