Amazon IoT Device Management · JSON Structure

Iot Device Management List Authorizers Response Structure

ListAuthorizersResponse schema

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

authorizers nextMarker

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-list-authorizers-response-structure.json",
  "name": "ListAuthorizersResponse",
  "description": "ListAuthorizersResponse schema",
  "type": "object",
  "properties": {
    "authorizers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Authorizers"
        },
        {
          "description": "The authorizers."
        }
      ]
    },
    "nextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "A marker used to get the next set of results."
        }
      ]
    }
  }
}