Amazon IoT SiteWise · JSON Structure

Iot Sitewise List Access Policies Response Structure

ListAccessPoliciesResponse schema

Type: object Properties: 2 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

ListAccessPoliciesResponse is a JSON Structure definition published by Amazon IoT SiteWise, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accessPolicySummaries nextToken

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-sitewise/refs/heads/main/json-structure/iot-sitewise-list-access-policies-response-structure.json",
  "name": "ListAccessPoliciesResponse",
  "description": "ListAccessPoliciesResponse schema",
  "type": "object",
  "properties": {
    "accessPolicySummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessPolicySummaries"
        },
        {
          "description": "A list that summarizes each access policy."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or null if there are no additional results."
        }
      ]
    }
  },
  "required": [
    "accessPolicySummaries"
  ]
}