firewall_header_op

The operator used when matching: `eq` means "equal" and `ne` means "not equal".

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-header-op-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_header_op",
  "title": "firewall_header_op",
  "description": "The operator used when matching: `eq` means \"equal\" and `ne` means \"not equal\".",
  "enum": [
    "eq",
    "ne"
  ],
  "example": "ne",
  "type": "string"
}