Contains the response to a successful GetServerCertificate request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetServerCertificateResponse", "title": "GetServerCertificateResponse", "type": "object", "required": [ "ServerCertificate" ], "properties": { "ServerCertificate": { "allOf": [ { "$ref": "#/components/schemas/ServerCertificate" }, { "description": "A structure containing details about the server certificate." } ] } }, "description": "Contains the response to a successful <a>GetServerCertificate</a> request. " }