zones_security_level_value

Value of the zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-security-level-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_security_level_value",
  "title": "zones_security_level_value",
  "default": "medium",
  "description": "Value of the zone setting.",
  "enum": [
    "off",
    "essentially_off",
    "low",
    "medium",
    "high",
    "under_attack"
  ],
  "type": "string"
}