Amazon IoT Core · JSON Structure

Iot Core Issuer Certificate Identifier Structure

The certificate issuer indentifier.

Type: object Properties: 3
Device ManagementIoTMQTTMessage Routing

IssuerCertificateIdentifier is a JSON Structure definition published by Amazon IoT Core, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

issuerCertificateSubject issuerId issuerCertificateSerialNumber

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-issuer-certificate-identifier-structure.json",
  "name": "IssuerCertificateIdentifier",
  "description": "The certificate issuer indentifier.",
  "type": "object",
  "properties": {
    "issuerCertificateSubject": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IssuerCertificateSubject"
        },
        {
          "description": "The subject of the issuer certificate."
        }
      ]
    },
    "issuerId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IssuerId"
        },
        {
          "description": "The issuer ID."
        }
      ]
    },
    "issuerCertificateSerialNumber": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IssuerCertificateSerialNumber"
        },
        {
          "description": "The issuer certificate serial number."
        }
      ]
    }
  }
}