Amazon IoT Device Management · JSON Structure

Iot Device Management Describe Default Authorizer Response Structure

DescribeDefaultAuthorizerResponse schema

Type: object Properties: 1
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

authorizerDescription

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-management/refs/heads/main/json-structure/iot-device-management-describe-default-authorizer-response-structure.json",
  "name": "DescribeDefaultAuthorizerResponse",
  "description": "DescribeDefaultAuthorizerResponse schema",
  "type": "object",
  "properties": {
    "authorizerDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthorizerDescription"
        },
        {
          "description": "The default authorizer's description."
        }
      ]
    }
  }
}