zones_ciphers_value

Value of the zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-ciphers-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_ciphers_value",
  "title": "zones_ciphers_value",
  "default": [],
  "description": "Value of the zone setting.",
  "example": [
    "ECDHE-RSA-AES128-GCM-SHA256",
    "AES128-SHA"
  ],
  "items": {
    "type": "string"
  },
  "type": "array",
  "uniqueItems": true
}