Amazon IoT Device Defender · JSON Structure

Iot Device Defender Get Registration Code Response Structure

The output from the GetRegistrationCode operation.

Type: object Properties: 1
ComplianceIoTSecurityVulnerability Management

GetRegistrationCodeResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

registrationCode

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-device-defender/refs/heads/main/json-structure/iot-device-defender-get-registration-code-response-structure.json",
  "name": "GetRegistrationCodeResponse",
  "description": "The output from the GetRegistrationCode operation.",
  "type": "object",
  "properties": {
    "registrationCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistrationCode"
        },
        {
          "description": "The CA certificate registration code."
        }
      ]
    }
  }
}