Extended e-mail matching settings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_extended-email-matching", "title": "zero-trust-gateway_extended-email-matching", "description": "Extended e-mail matching settings.", "properties": { "enabled": { "description": "Enable matching all variants of user emails (with + or . modifiers) used as criteria in Firewall policies.", "example": true, "type": "boolean" } }, "type": "object" }