@@ -406,7 +406,12 @@ export interface CustomCertificateSettingsParam {
406406}
407407
408408/**
409- * Specify user emails settings for the firewall policies.
409+ * Specify user email settings for the firewall policies. When this is enabled, we
410+ * standardize the email addresses in the identity part of the rule, so that they
411+ * match the extended email variants in the firewall policies. When this setting is
412+ * turned off, the email addresses in the identity part of the rule will be matched
413+ * exactly as provided. If your email has `.` or `+` modifiers, you should enable
414+ * this setting.
410415 */
411416export interface ExtendedEmailMatching {
412417 /**
@@ -433,7 +438,12 @@ export interface ExtendedEmailMatching {
433438}
434439
435440/**
436- * Specify user emails settings for the firewall policies.
441+ * Specify user email settings for the firewall policies. When this is enabled, we
442+ * standardize the email addresses in the identity part of the rule, so that they
443+ * match the extended email variants in the firewall policies. When this setting is
444+ * turned off, the email addresses in the identity part of the rule will be matched
445+ * exactly as provided. If your email has `.` or `+` modifiers, you should enable
446+ * this setting.
437447 */
438448export interface ExtendedEmailMatchingParam {
439449 /**
@@ -505,7 +515,12 @@ export interface GatewayConfigurationSettings {
505515 custom_certificate ?: CustomCertificateSettings | null ;
506516
507517 /**
508- * Specify user emails settings for the firewall policies.
518+ * Specify user email settings for the firewall policies. When this is enabled, we
519+ * standardize the email addresses in the identity part of the rule, so that they
520+ * match the extended email variants in the firewall policies. When this setting is
521+ * turned off, the email addresses in the identity part of the rule will be matched
522+ * exactly as provided. If your email has `.` or `+` modifiers, you should enable
523+ * this setting.
509524 */
510525 extended_email_matching ?: ExtendedEmailMatching | null ;
511526
@@ -636,7 +651,12 @@ export interface GatewayConfigurationSettingsParam {
636651 custom_certificate ?: CustomCertificateSettingsParam | null ;
637652
638653 /**
639- * Specify user emails settings for the firewall policies.
654+ * Specify user email settings for the firewall policies. When this is enabled, we
655+ * standardize the email addresses in the identity part of the rule, so that they
656+ * match the extended email variants in the firewall policies. When this setting is
657+ * turned off, the email addresses in the identity part of the rule will be matched
658+ * exactly as provided. If your email has `.` or `+` modifiers, you should enable
659+ * this setting.
640660 */
641661 extended_email_matching ?: ExtendedEmailMatchingParam | null ;
642662
0 commit comments