DescribeCACertificateResponse

The output from the DescribeCACertificate operation.

Device ManagementFleet ManagementIoTOTA Updates

Properties

Name Type Description
certificateDescription object
registrationConfig object
View JSON Schema on GitHub

JSON Schema

iot-device-management-describe-c-a-certificate-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-describe-c-a-certificate-response-schema.json",
  "title": "DescribeCACertificateResponse",
  "description": "The output from the DescribeCACertificate operation.",
  "type": "object",
  "properties": {
    "certificateDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CACertificateDescription"
        },
        {
          "description": "The CA certificate description."
        }
      ]
    },
    "registrationConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistrationConfig"
        },
        {
          "description": "Information about the registration configuration."
        }
      ]
    }
  }
}