An object that represents the client's certificate.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ClientTlsCertificate", "description": "An object that represents the client's certificate.", "type": "object", "properties": { "file": {}, "sds": {} } }