ListIpAccessSettingsResponse

ListIpAccessSettingsResponse schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
ipAccessSettings object
nextToken object
View JSON Schema on GitHub

JSON Schema

workspaces-web-list-ip-access-settings-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ipAccessSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAccessSettingsList"
        },
        {
          "description": "The IP access settings."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The pagination token used to retrieve the next page of results for this operation."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListIpAccessSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-list-ip-access-settings-response-schema.json",
  "description": "ListIpAccessSettingsResponse schema from Amazon WorkSpaces Web API"
}