zones_opportunistic_encryption_value

Value of the zone setting. Notes: Default value depends on the zone's plan level.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-opportunistic-encryption-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_opportunistic_encryption_value",
  "title": "zones_opportunistic_encryption_value",
  "default": "on",
  "description": "Value of the zone setting.\nNotes: Default value depends on the zone's plan level.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}