Skip to content

Commit 0cab872

Browse files
chore(api): update composite API spec
1 parent 36c1def commit 0cab872

File tree

3 files changed

+196
-99
lines changed

3 files changed

+196
-99
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1802
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e581e5f97f2de43098da4d30544af20d8a4bcd418981435b48ee862c14317273.yml
3-
openapi_spec_hash: 04daf40bd8b3e63b6caa81de24e765dc
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9deae24d13b0c6ab1dee39ca28bfcc3075482843b369d47510976bd2e7c33172.yml
3+
openapi_spec_hash: b494277f0af559cde1530dde36a00371
44
config_hash: 7f7d0989caf43ee0fc1a934907e4db8a

src/resources/zero-trust/gateway/configurations/configurations.ts

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/
411416
export 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
*/
438448
export 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

Comments
 (0)