Amazon IoT Device Management · JSON Structure

Iot Device Management List Policy Principals Response Structure

The output from the ListPolicyPrincipals operation.

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

ListPolicyPrincipalsResponse 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

principals 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-policy-principals-response-structure.json",
  "name": "ListPolicyPrincipalsResponse",
  "description": "The output from the ListPolicyPrincipals operation.",
  "type": "object",
  "properties": {
    "principals": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Principals"
        },
        {
          "description": "The descriptions of the principals."
        }
      ]
    },
    "nextMarker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "The marker for the next set of results, or null if there are no additional results."
        }
      ]
    }
  }
}