zero-trust-gateway_extended-email-matching

Extended e-mail matching settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Enable matching all variants of user emails (with + or . modifiers) used as criteria in Firewall policies.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-extended-email-matching-schema.json Raw ↑
{
  "$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"
}