Akamai API Security · JSON Structure

Api Security Url Protection Client List Category Structure

Defines a `CLIENT_LIST` load shedding category for a URL protection policy.

Type: object Properties: 3 Required: 1
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection

url-protection-client-list-category is a JSON Structure definition published by Akamai API Security, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

listIds positiveMatch type

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/akamai-api-security/refs/heads/main/json-structure/api-security-url-protection-client-list-category-structure.json",
  "name": "url-protection-client-list-category",
  "description": "Defines a `CLIENT_LIST` load shedding category for a URL protection policy.",
  "type": "object",
  "properties": {
    "listIds": {
      "description": "A list of client list identifiers to match on.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "positiveMatch": {
      "description": "Whether the selected client lists match.",
      "type": "boolean"
    },
    "type": {
      "description": "Specify `CLIENT_LIST` to match on a client list.",
      "enum": [
        "CLIENT_LIST"
      ],
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false
}