Amazon WorkSpaces Web · JSON Structure

Workspaces Web Get Ip Access Settings Response Structure

GetIpAccessSettingsResponse schema from Amazon WorkSpaces Web API

Type: object Properties: 1
End User ComputingSecure BrowserVirtual DesktopZero Trust

GetIpAccessSettingsResponse is a JSON Structure definition published by Amazon WorkSpaces Web, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ipAccessSettings

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ipAccessSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAccessSettings"
        },
        {
          "description": "The IP access settings."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "GetIpAccessSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-get-ip-access-settings-response-structure.json",
  "description": "GetIpAccessSettingsResponse schema from Amazon WorkSpaces Web API"
}