Amazon IoT Core · JSON Structure

Iot Core List Policy Principals Response Structure

The output from the ListPolicyPrincipals operation.

Type: object Properties: 2
Device ManagementIoTMQTTMessage Routing

ListPolicyPrincipalsResponse is a JSON Structure definition published by Amazon IoT Core, 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-core/refs/heads/main/json-structure/iot-core-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."
        }
      ]
    }
  }
}