Enables the Opportunistic Encryption feature for a zone.
{ "$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." }