DescribeCertificateResponse

The output of the DescribeCertificate operation.

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
certificateDescription object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-describe-certificate-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-describe-certificate-response-schema.json",
  "title": "DescribeCertificateResponse",
  "description": "The output of the DescribeCertificate operation.",
  "type": "object",
  "properties": {
    "certificateDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateDescription"
        },
        {
          "description": "The description of the certificate."
        }
      ]
    }
  }
}