Amazon IoT Device Defender · JSON Structure

Iot Device Defender List Role Aliases Response Structure

ListRoleAliasesResponse schema

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

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

Properties

roleAliases 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-defender/refs/heads/main/json-structure/iot-device-defender-list-role-aliases-response-structure.json",
  "name": "ListRoleAliasesResponse",
  "description": "ListRoleAliasesResponse schema",
  "type": "object",
  "properties": {
    "roleAliases": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleAliases"
        },
        {
          "description": "The role aliases."
        }
      ]
    },
    "nextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "A marker used to get the next set of results."
        }
      ]
    }
  }
}