ListAuthorizersResponse

ListAuthorizersResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
authorizers object
nextMarker object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-list-authorizers-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-list-authorizers-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}