Enable Opportunistic Encryption for a zone

Enables the Opportunistic Encryption feature for a zone.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-opportunistic-encryption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_opportunistic_encryption",
  "title": "Enable Opportunistic Encryption for a zone",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "opportunistic_encryption"
          ],
          "example": "opportunistic_encryption"
        },
        "value": {
          "$ref": "#/components/schemas/zones_opportunistic_encryption_value"
        }
      }
    }
  ],
  "description": "Enables the Opportunistic Encryption feature for a zone."
}