GetRegistrationCodeResponse

The output from the GetRegistrationCode operation.

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
registrationCode object
View JSON Schema on GitHub

JSON Schema

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