@@ -406,12 +406,7 @@ export interface CustomCertificateSettingsParam {
406406}
407407
408408/**
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.
409+ * Specify user emails settings for the firewall policies.
415410 */
416411export interface ExtendedEmailMatching {
417412 /**
@@ -438,12 +433,7 @@ export interface ExtendedEmailMatching {
438433}
439434
440435/**
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.
436+ * Specify user emails settings for the firewall policies.
447437 */
448438export interface ExtendedEmailMatchingParam {
449439 /**
@@ -515,12 +505,7 @@ export interface GatewayConfigurationSettings {
515505 custom_certificate ?: CustomCertificateSettings | null ;
516506
517507 /**
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.
508+ * Specify user emails settings for the firewall policies.
524509 */
525510 extended_email_matching ?: ExtendedEmailMatching | null ;
526511
@@ -651,12 +636,7 @@ export interface GatewayConfigurationSettingsParam {
651636 custom_certificate ?: CustomCertificateSettingsParam | null ;
652637
653638 /**
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.
639+ * Specify user emails settings for the firewall policies.
660640 */
661641 extended_email_matching ?: ExtendedEmailMatchingParam | null ;
662642
0 commit comments