@@ -261,6 +261,7 @@ const (
261
261
PolicyAlertTypeHTTPAlertOriginError PolicyAlertType = "http_alert_origin_error"
262
262
PolicyAlertTypeIncidentAlert PolicyAlertType = "incident_alert"
263
263
PolicyAlertTypeImageNotification PolicyAlertType = "image_notification"
264
+ PolicyAlertTypeImageResizingNotification PolicyAlertType = "image_resizing_notification"
264
265
PolicyAlertTypeLoadBalancingHealthAlert PolicyAlertType = "load_balancing_health_alert"
265
266
PolicyAlertTypeLoadBalancingPoolEnablementAlert PolicyAlertType = "load_balancing_pool_enablement_alert"
266
267
PolicyAlertTypeLogoMatchAlert PolicyAlertType = "logo_match_alert"
@@ -297,7 +298,7 @@ const (
297
298
298
299
func (r PolicyAlertType ) IsKnown () bool {
299
300
switch r {
300
- case PolicyAlertTypeAccessCustomCertificateExpirationType , PolicyAlertTypeAdvancedDDoSAttackL4Alert , PolicyAlertTypeAdvancedDDoSAttackL7Alert , PolicyAlertTypeAdvancedHTTPAlertError , PolicyAlertTypeBGPHijackNotification , PolicyAlertTypeBillingUsageAlert , PolicyAlertTypeBlockNotificationBlockRemoved , PolicyAlertTypeBlockNotificationNewBlock , PolicyAlertTypeBlockNotificationReviewRejected , PolicyAlertTypeBrandProtectionAlert , PolicyAlertTypeBrandProtectionDigest , PolicyAlertTypeClickhouseAlertFwAnomaly , PolicyAlertTypeClickhouseAlertFwEntAnomaly , PolicyAlertTypeCloudforceOneRequestNotification , PolicyAlertTypeCustomAnalytics , PolicyAlertTypeCustomSSLCertificateEventType , PolicyAlertTypeDedicatedSSLCertificateEventType , PolicyAlertTypeDeviceConnectivityAnomalyAlert , PolicyAlertTypeDosAttackL4 , PolicyAlertTypeDosAttackL7 , PolicyAlertTypeExpiringServiceTokenAlert , PolicyAlertTypeFailingLogpushJobDisabledAlert , PolicyAlertTypeFbmAutoAdvertisement , PolicyAlertTypeFbmDosdAttack , PolicyAlertTypeFbmVolumetricAttack , PolicyAlertTypeHealthCheckStatusNotification , PolicyAlertTypeHostnameAopCustomCertificateExpirationType , PolicyAlertTypeHTTPAlertEdgeError , PolicyAlertTypeHTTPAlertOriginError , PolicyAlertTypeIncidentAlert , PolicyAlertTypeImageNotification , PolicyAlertTypeLoadBalancingHealthAlert , PolicyAlertTypeLoadBalancingPoolEnablementAlert , PolicyAlertTypeLogoMatchAlert , PolicyAlertTypeMagicTunnelHealthCheckEvent , PolicyAlertTypeMagicWANTunnelHealth , PolicyAlertTypeMaintenanceEventNotification , PolicyAlertTypeMTLSCertificateStoreCertificateExpirationType , PolicyAlertTypePagesEventAlert , PolicyAlertTypeRadarNotification , PolicyAlertTypeRealOriginMonitoring , PolicyAlertTypeScriptmonitorAlertNewCodeChangeDetections , PolicyAlertTypeScriptmonitorAlertNewHosts , PolicyAlertTypeScriptmonitorAlertNewMaliciousHosts , PolicyAlertTypeScriptmonitorAlertNewMaliciousScripts , PolicyAlertTypeScriptmonitorAlertNewMaliciousURL , PolicyAlertTypeScriptmonitorAlertNewMaxLengthResourceURL , PolicyAlertTypeScriptmonitorAlertNewResources , PolicyAlertTypeSecondaryDNSAllPrimariesFailing , PolicyAlertTypeSecondaryDNSPrimariesFailing , PolicyAlertTypeSecondaryDNSWarning , PolicyAlertTypeSecondaryDNSZoneSuccessfullyUpdated , PolicyAlertTypeSecondaryDNSZoneValidationWarning , PolicyAlertTypeSentinelAlert , PolicyAlertTypeStreamLiveNotifications , PolicyAlertTypeSyntheticTestLatencyAlert , PolicyAlertTypeSyntheticTestLowAvailabilityAlert , PolicyAlertTypeTrafficAnomaliesAlert , PolicyAlertTypeTunnelHealthEvent , PolicyAlertTypeTunnelUpdateEvent , PolicyAlertTypeUniversalSSLEventType , PolicyAlertTypeWebAnalyticsMetricsUpdate , PolicyAlertTypeZoneAopCustomCertificateExpirationType :
301
+ case PolicyAlertTypeAccessCustomCertificateExpirationType , PolicyAlertTypeAdvancedDDoSAttackL4Alert , PolicyAlertTypeAdvancedDDoSAttackL7Alert , PolicyAlertTypeAdvancedHTTPAlertError , PolicyAlertTypeBGPHijackNotification , PolicyAlertTypeBillingUsageAlert , PolicyAlertTypeBlockNotificationBlockRemoved , PolicyAlertTypeBlockNotificationNewBlock , PolicyAlertTypeBlockNotificationReviewRejected , PolicyAlertTypeBrandProtectionAlert , PolicyAlertTypeBrandProtectionDigest , PolicyAlertTypeClickhouseAlertFwAnomaly , PolicyAlertTypeClickhouseAlertFwEntAnomaly , PolicyAlertTypeCloudforceOneRequestNotification , PolicyAlertTypeCustomAnalytics , PolicyAlertTypeCustomSSLCertificateEventType , PolicyAlertTypeDedicatedSSLCertificateEventType , PolicyAlertTypeDeviceConnectivityAnomalyAlert , PolicyAlertTypeDosAttackL4 , PolicyAlertTypeDosAttackL7 , PolicyAlertTypeExpiringServiceTokenAlert , PolicyAlertTypeFailingLogpushJobDisabledAlert , PolicyAlertTypeFbmAutoAdvertisement , PolicyAlertTypeFbmDosdAttack , PolicyAlertTypeFbmVolumetricAttack , PolicyAlertTypeHealthCheckStatusNotification , PolicyAlertTypeHostnameAopCustomCertificateExpirationType , PolicyAlertTypeHTTPAlertEdgeError , PolicyAlertTypeHTTPAlertOriginError , PolicyAlertTypeIncidentAlert , PolicyAlertTypeImageNotification , PolicyAlertTypeImageResizingNotification , PolicyAlertTypeLoadBalancingHealthAlert , PolicyAlertTypeLoadBalancingPoolEnablementAlert , PolicyAlertTypeLogoMatchAlert , PolicyAlertTypeMagicTunnelHealthCheckEvent , PolicyAlertTypeMagicWANTunnelHealth , PolicyAlertTypeMaintenanceEventNotification , PolicyAlertTypeMTLSCertificateStoreCertificateExpirationType , PolicyAlertTypePagesEventAlert , PolicyAlertTypeRadarNotification , PolicyAlertTypeRealOriginMonitoring , PolicyAlertTypeScriptmonitorAlertNewCodeChangeDetections , PolicyAlertTypeScriptmonitorAlertNewHosts , PolicyAlertTypeScriptmonitorAlertNewMaliciousHosts , PolicyAlertTypeScriptmonitorAlertNewMaliciousScripts , PolicyAlertTypeScriptmonitorAlertNewMaliciousURL , PolicyAlertTypeScriptmonitorAlertNewMaxLengthResourceURL , PolicyAlertTypeScriptmonitorAlertNewResources , PolicyAlertTypeSecondaryDNSAllPrimariesFailing , PolicyAlertTypeSecondaryDNSPrimariesFailing , PolicyAlertTypeSecondaryDNSWarning , PolicyAlertTypeSecondaryDNSZoneSuccessfullyUpdated , PolicyAlertTypeSecondaryDNSZoneValidationWarning , PolicyAlertTypeSentinelAlert , PolicyAlertTypeStreamLiveNotifications , PolicyAlertTypeSyntheticTestLatencyAlert , PolicyAlertTypeSyntheticTestLowAvailabilityAlert , PolicyAlertTypeTrafficAnomaliesAlert , PolicyAlertTypeTunnelHealthEvent , PolicyAlertTypeTunnelUpdateEvent , PolicyAlertTypeUniversalSSLEventType , PolicyAlertTypeWebAnalyticsMetricsUpdate , PolicyAlertTypeZoneAopCustomCertificateExpirationType :
301
302
return true
302
303
}
303
304
return false
@@ -754,6 +755,7 @@ const (
754
755
PolicyNewParamsAlertTypeHTTPAlertOriginError PolicyNewParamsAlertType = "http_alert_origin_error"
755
756
PolicyNewParamsAlertTypeIncidentAlert PolicyNewParamsAlertType = "incident_alert"
756
757
PolicyNewParamsAlertTypeImageNotification PolicyNewParamsAlertType = "image_notification"
758
+ PolicyNewParamsAlertTypeImageResizingNotification PolicyNewParamsAlertType = "image_resizing_notification"
757
759
PolicyNewParamsAlertTypeLoadBalancingHealthAlert PolicyNewParamsAlertType = "load_balancing_health_alert"
758
760
PolicyNewParamsAlertTypeLoadBalancingPoolEnablementAlert PolicyNewParamsAlertType = "load_balancing_pool_enablement_alert"
759
761
PolicyNewParamsAlertTypeLogoMatchAlert PolicyNewParamsAlertType = "logo_match_alert"
@@ -790,7 +792,7 @@ const (
790
792
791
793
func (r PolicyNewParamsAlertType ) IsKnown () bool {
792
794
switch r {
793
- case PolicyNewParamsAlertTypeAccessCustomCertificateExpirationType , PolicyNewParamsAlertTypeAdvancedDDoSAttackL4Alert , PolicyNewParamsAlertTypeAdvancedDDoSAttackL7Alert , PolicyNewParamsAlertTypeAdvancedHTTPAlertError , PolicyNewParamsAlertTypeBGPHijackNotification , PolicyNewParamsAlertTypeBillingUsageAlert , PolicyNewParamsAlertTypeBlockNotificationBlockRemoved , PolicyNewParamsAlertTypeBlockNotificationNewBlock , PolicyNewParamsAlertTypeBlockNotificationReviewRejected , PolicyNewParamsAlertTypeBrandProtectionAlert , PolicyNewParamsAlertTypeBrandProtectionDigest , PolicyNewParamsAlertTypeClickhouseAlertFwAnomaly , PolicyNewParamsAlertTypeClickhouseAlertFwEntAnomaly , PolicyNewParamsAlertTypeCloudforceOneRequestNotification , PolicyNewParamsAlertTypeCustomAnalytics , PolicyNewParamsAlertTypeCustomSSLCertificateEventType , PolicyNewParamsAlertTypeDedicatedSSLCertificateEventType , PolicyNewParamsAlertTypeDeviceConnectivityAnomalyAlert , PolicyNewParamsAlertTypeDosAttackL4 , PolicyNewParamsAlertTypeDosAttackL7 , PolicyNewParamsAlertTypeExpiringServiceTokenAlert , PolicyNewParamsAlertTypeFailingLogpushJobDisabledAlert , PolicyNewParamsAlertTypeFbmAutoAdvertisement , PolicyNewParamsAlertTypeFbmDosdAttack , PolicyNewParamsAlertTypeFbmVolumetricAttack , PolicyNewParamsAlertTypeHealthCheckStatusNotification , PolicyNewParamsAlertTypeHostnameAopCustomCertificateExpirationType , PolicyNewParamsAlertTypeHTTPAlertEdgeError , PolicyNewParamsAlertTypeHTTPAlertOriginError , PolicyNewParamsAlertTypeIncidentAlert , PolicyNewParamsAlertTypeImageNotification , PolicyNewParamsAlertTypeLoadBalancingHealthAlert , PolicyNewParamsAlertTypeLoadBalancingPoolEnablementAlert , PolicyNewParamsAlertTypeLogoMatchAlert , PolicyNewParamsAlertTypeMagicTunnelHealthCheckEvent , PolicyNewParamsAlertTypeMagicWANTunnelHealth , PolicyNewParamsAlertTypeMaintenanceEventNotification , PolicyNewParamsAlertTypeMTLSCertificateStoreCertificateExpirationType , PolicyNewParamsAlertTypePagesEventAlert , PolicyNewParamsAlertTypeRadarNotification , PolicyNewParamsAlertTypeRealOriginMonitoring , PolicyNewParamsAlertTypeScriptmonitorAlertNewCodeChangeDetections , PolicyNewParamsAlertTypeScriptmonitorAlertNewHosts , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaliciousHosts , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaliciousScripts , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaliciousURL , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaxLengthResourceURL , PolicyNewParamsAlertTypeScriptmonitorAlertNewResources , PolicyNewParamsAlertTypeSecondaryDNSAllPrimariesFailing , PolicyNewParamsAlertTypeSecondaryDNSPrimariesFailing , PolicyNewParamsAlertTypeSecondaryDNSWarning , PolicyNewParamsAlertTypeSecondaryDNSZoneSuccessfullyUpdated , PolicyNewParamsAlertTypeSecondaryDNSZoneValidationWarning , PolicyNewParamsAlertTypeSentinelAlert , PolicyNewParamsAlertTypeStreamLiveNotifications , PolicyNewParamsAlertTypeSyntheticTestLatencyAlert , PolicyNewParamsAlertTypeSyntheticTestLowAvailabilityAlert , PolicyNewParamsAlertTypeTrafficAnomaliesAlert , PolicyNewParamsAlertTypeTunnelHealthEvent , PolicyNewParamsAlertTypeTunnelUpdateEvent , PolicyNewParamsAlertTypeUniversalSSLEventType , PolicyNewParamsAlertTypeWebAnalyticsMetricsUpdate , PolicyNewParamsAlertTypeZoneAopCustomCertificateExpirationType :
795
+ case PolicyNewParamsAlertTypeAccessCustomCertificateExpirationType , PolicyNewParamsAlertTypeAdvancedDDoSAttackL4Alert , PolicyNewParamsAlertTypeAdvancedDDoSAttackL7Alert , PolicyNewParamsAlertTypeAdvancedHTTPAlertError , PolicyNewParamsAlertTypeBGPHijackNotification , PolicyNewParamsAlertTypeBillingUsageAlert , PolicyNewParamsAlertTypeBlockNotificationBlockRemoved , PolicyNewParamsAlertTypeBlockNotificationNewBlock , PolicyNewParamsAlertTypeBlockNotificationReviewRejected , PolicyNewParamsAlertTypeBrandProtectionAlert , PolicyNewParamsAlertTypeBrandProtectionDigest , PolicyNewParamsAlertTypeClickhouseAlertFwAnomaly , PolicyNewParamsAlertTypeClickhouseAlertFwEntAnomaly , PolicyNewParamsAlertTypeCloudforceOneRequestNotification , PolicyNewParamsAlertTypeCustomAnalytics , PolicyNewParamsAlertTypeCustomSSLCertificateEventType , PolicyNewParamsAlertTypeDedicatedSSLCertificateEventType , PolicyNewParamsAlertTypeDeviceConnectivityAnomalyAlert , PolicyNewParamsAlertTypeDosAttackL4 , PolicyNewParamsAlertTypeDosAttackL7 , PolicyNewParamsAlertTypeExpiringServiceTokenAlert , PolicyNewParamsAlertTypeFailingLogpushJobDisabledAlert , PolicyNewParamsAlertTypeFbmAutoAdvertisement , PolicyNewParamsAlertTypeFbmDosdAttack , PolicyNewParamsAlertTypeFbmVolumetricAttack , PolicyNewParamsAlertTypeHealthCheckStatusNotification , PolicyNewParamsAlertTypeHostnameAopCustomCertificateExpirationType , PolicyNewParamsAlertTypeHTTPAlertEdgeError , PolicyNewParamsAlertTypeHTTPAlertOriginError , PolicyNewParamsAlertTypeIncidentAlert , PolicyNewParamsAlertTypeImageNotification , PolicyNewParamsAlertTypeImageResizingNotification , PolicyNewParamsAlertTypeLoadBalancingHealthAlert , PolicyNewParamsAlertTypeLoadBalancingPoolEnablementAlert , PolicyNewParamsAlertTypeLogoMatchAlert , PolicyNewParamsAlertTypeMagicTunnelHealthCheckEvent , PolicyNewParamsAlertTypeMagicWANTunnelHealth , PolicyNewParamsAlertTypeMaintenanceEventNotification , PolicyNewParamsAlertTypeMTLSCertificateStoreCertificateExpirationType , PolicyNewParamsAlertTypePagesEventAlert , PolicyNewParamsAlertTypeRadarNotification , PolicyNewParamsAlertTypeRealOriginMonitoring , PolicyNewParamsAlertTypeScriptmonitorAlertNewCodeChangeDetections , PolicyNewParamsAlertTypeScriptmonitorAlertNewHosts , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaliciousHosts , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaliciousScripts , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaliciousURL , PolicyNewParamsAlertTypeScriptmonitorAlertNewMaxLengthResourceURL , PolicyNewParamsAlertTypeScriptmonitorAlertNewResources , PolicyNewParamsAlertTypeSecondaryDNSAllPrimariesFailing , PolicyNewParamsAlertTypeSecondaryDNSPrimariesFailing , PolicyNewParamsAlertTypeSecondaryDNSWarning , PolicyNewParamsAlertTypeSecondaryDNSZoneSuccessfullyUpdated , PolicyNewParamsAlertTypeSecondaryDNSZoneValidationWarning , PolicyNewParamsAlertTypeSentinelAlert , PolicyNewParamsAlertTypeStreamLiveNotifications , PolicyNewParamsAlertTypeSyntheticTestLatencyAlert , PolicyNewParamsAlertTypeSyntheticTestLowAvailabilityAlert , PolicyNewParamsAlertTypeTrafficAnomaliesAlert , PolicyNewParamsAlertTypeTunnelHealthEvent , PolicyNewParamsAlertTypeTunnelUpdateEvent , PolicyNewParamsAlertTypeUniversalSSLEventType , PolicyNewParamsAlertTypeWebAnalyticsMetricsUpdate , PolicyNewParamsAlertTypeZoneAopCustomCertificateExpirationType :
794
796
return true
795
797
}
796
798
return false
@@ -905,6 +907,7 @@ const (
905
907
PolicyUpdateParamsAlertTypeHTTPAlertOriginError PolicyUpdateParamsAlertType = "http_alert_origin_error"
906
908
PolicyUpdateParamsAlertTypeIncidentAlert PolicyUpdateParamsAlertType = "incident_alert"
907
909
PolicyUpdateParamsAlertTypeImageNotification PolicyUpdateParamsAlertType = "image_notification"
910
+ PolicyUpdateParamsAlertTypeImageResizingNotification PolicyUpdateParamsAlertType = "image_resizing_notification"
908
911
PolicyUpdateParamsAlertTypeLoadBalancingHealthAlert PolicyUpdateParamsAlertType = "load_balancing_health_alert"
909
912
PolicyUpdateParamsAlertTypeLoadBalancingPoolEnablementAlert PolicyUpdateParamsAlertType = "load_balancing_pool_enablement_alert"
910
913
PolicyUpdateParamsAlertTypeLogoMatchAlert PolicyUpdateParamsAlertType = "logo_match_alert"
@@ -941,7 +944,7 @@ const (
941
944
942
945
func (r PolicyUpdateParamsAlertType ) IsKnown () bool {
943
946
switch r {
944
- case PolicyUpdateParamsAlertTypeAccessCustomCertificateExpirationType , PolicyUpdateParamsAlertTypeAdvancedDDoSAttackL4Alert , PolicyUpdateParamsAlertTypeAdvancedDDoSAttackL7Alert , PolicyUpdateParamsAlertTypeAdvancedHTTPAlertError , PolicyUpdateParamsAlertTypeBGPHijackNotification , PolicyUpdateParamsAlertTypeBillingUsageAlert , PolicyUpdateParamsAlertTypeBlockNotificationBlockRemoved , PolicyUpdateParamsAlertTypeBlockNotificationNewBlock , PolicyUpdateParamsAlertTypeBlockNotificationReviewRejected , PolicyUpdateParamsAlertTypeBrandProtectionAlert , PolicyUpdateParamsAlertTypeBrandProtectionDigest , PolicyUpdateParamsAlertTypeClickhouseAlertFwAnomaly , PolicyUpdateParamsAlertTypeClickhouseAlertFwEntAnomaly , PolicyUpdateParamsAlertTypeCloudforceOneRequestNotification , PolicyUpdateParamsAlertTypeCustomAnalytics , PolicyUpdateParamsAlertTypeCustomSSLCertificateEventType , PolicyUpdateParamsAlertTypeDedicatedSSLCertificateEventType , PolicyUpdateParamsAlertTypeDeviceConnectivityAnomalyAlert , PolicyUpdateParamsAlertTypeDosAttackL4 , PolicyUpdateParamsAlertTypeDosAttackL7 , PolicyUpdateParamsAlertTypeExpiringServiceTokenAlert , PolicyUpdateParamsAlertTypeFailingLogpushJobDisabledAlert , PolicyUpdateParamsAlertTypeFbmAutoAdvertisement , PolicyUpdateParamsAlertTypeFbmDosdAttack , PolicyUpdateParamsAlertTypeFbmVolumetricAttack , PolicyUpdateParamsAlertTypeHealthCheckStatusNotification , PolicyUpdateParamsAlertTypeHostnameAopCustomCertificateExpirationType , PolicyUpdateParamsAlertTypeHTTPAlertEdgeError , PolicyUpdateParamsAlertTypeHTTPAlertOriginError , PolicyUpdateParamsAlertTypeIncidentAlert , PolicyUpdateParamsAlertTypeImageNotification , PolicyUpdateParamsAlertTypeLoadBalancingHealthAlert , PolicyUpdateParamsAlertTypeLoadBalancingPoolEnablementAlert , PolicyUpdateParamsAlertTypeLogoMatchAlert , PolicyUpdateParamsAlertTypeMagicTunnelHealthCheckEvent , PolicyUpdateParamsAlertTypeMagicWANTunnelHealth , PolicyUpdateParamsAlertTypeMaintenanceEventNotification , PolicyUpdateParamsAlertTypeMTLSCertificateStoreCertificateExpirationType , PolicyUpdateParamsAlertTypePagesEventAlert , PolicyUpdateParamsAlertTypeRadarNotification , PolicyUpdateParamsAlertTypeRealOriginMonitoring , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewCodeChangeDetections , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewHosts , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaliciousHosts , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaliciousScripts , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaliciousURL , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaxLengthResourceURL , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewResources , PolicyUpdateParamsAlertTypeSecondaryDNSAllPrimariesFailing , PolicyUpdateParamsAlertTypeSecondaryDNSPrimariesFailing , PolicyUpdateParamsAlertTypeSecondaryDNSWarning , PolicyUpdateParamsAlertTypeSecondaryDNSZoneSuccessfullyUpdated , PolicyUpdateParamsAlertTypeSecondaryDNSZoneValidationWarning , PolicyUpdateParamsAlertTypeSentinelAlert , PolicyUpdateParamsAlertTypeStreamLiveNotifications , PolicyUpdateParamsAlertTypeSyntheticTestLatencyAlert , PolicyUpdateParamsAlertTypeSyntheticTestLowAvailabilityAlert , PolicyUpdateParamsAlertTypeTrafficAnomaliesAlert , PolicyUpdateParamsAlertTypeTunnelHealthEvent , PolicyUpdateParamsAlertTypeTunnelUpdateEvent , PolicyUpdateParamsAlertTypeUniversalSSLEventType , PolicyUpdateParamsAlertTypeWebAnalyticsMetricsUpdate , PolicyUpdateParamsAlertTypeZoneAopCustomCertificateExpirationType :
947
+ case PolicyUpdateParamsAlertTypeAccessCustomCertificateExpirationType , PolicyUpdateParamsAlertTypeAdvancedDDoSAttackL4Alert , PolicyUpdateParamsAlertTypeAdvancedDDoSAttackL7Alert , PolicyUpdateParamsAlertTypeAdvancedHTTPAlertError , PolicyUpdateParamsAlertTypeBGPHijackNotification , PolicyUpdateParamsAlertTypeBillingUsageAlert , PolicyUpdateParamsAlertTypeBlockNotificationBlockRemoved , PolicyUpdateParamsAlertTypeBlockNotificationNewBlock , PolicyUpdateParamsAlertTypeBlockNotificationReviewRejected , PolicyUpdateParamsAlertTypeBrandProtectionAlert , PolicyUpdateParamsAlertTypeBrandProtectionDigest , PolicyUpdateParamsAlertTypeClickhouseAlertFwAnomaly , PolicyUpdateParamsAlertTypeClickhouseAlertFwEntAnomaly , PolicyUpdateParamsAlertTypeCloudforceOneRequestNotification , PolicyUpdateParamsAlertTypeCustomAnalytics , PolicyUpdateParamsAlertTypeCustomSSLCertificateEventType , PolicyUpdateParamsAlertTypeDedicatedSSLCertificateEventType , PolicyUpdateParamsAlertTypeDeviceConnectivityAnomalyAlert , PolicyUpdateParamsAlertTypeDosAttackL4 , PolicyUpdateParamsAlertTypeDosAttackL7 , PolicyUpdateParamsAlertTypeExpiringServiceTokenAlert , PolicyUpdateParamsAlertTypeFailingLogpushJobDisabledAlert , PolicyUpdateParamsAlertTypeFbmAutoAdvertisement , PolicyUpdateParamsAlertTypeFbmDosdAttack , PolicyUpdateParamsAlertTypeFbmVolumetricAttack , PolicyUpdateParamsAlertTypeHealthCheckStatusNotification , PolicyUpdateParamsAlertTypeHostnameAopCustomCertificateExpirationType , PolicyUpdateParamsAlertTypeHTTPAlertEdgeError , PolicyUpdateParamsAlertTypeHTTPAlertOriginError , PolicyUpdateParamsAlertTypeIncidentAlert , PolicyUpdateParamsAlertTypeImageNotification , PolicyUpdateParamsAlertTypeImageResizingNotification , PolicyUpdateParamsAlertTypeLoadBalancingHealthAlert , PolicyUpdateParamsAlertTypeLoadBalancingPoolEnablementAlert , PolicyUpdateParamsAlertTypeLogoMatchAlert , PolicyUpdateParamsAlertTypeMagicTunnelHealthCheckEvent , PolicyUpdateParamsAlertTypeMagicWANTunnelHealth , PolicyUpdateParamsAlertTypeMaintenanceEventNotification , PolicyUpdateParamsAlertTypeMTLSCertificateStoreCertificateExpirationType , PolicyUpdateParamsAlertTypePagesEventAlert , PolicyUpdateParamsAlertTypeRadarNotification , PolicyUpdateParamsAlertTypeRealOriginMonitoring , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewCodeChangeDetections , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewHosts , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaliciousHosts , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaliciousScripts , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaliciousURL , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewMaxLengthResourceURL , PolicyUpdateParamsAlertTypeScriptmonitorAlertNewResources , PolicyUpdateParamsAlertTypeSecondaryDNSAllPrimariesFailing , PolicyUpdateParamsAlertTypeSecondaryDNSPrimariesFailing , PolicyUpdateParamsAlertTypeSecondaryDNSWarning , PolicyUpdateParamsAlertTypeSecondaryDNSZoneSuccessfullyUpdated , PolicyUpdateParamsAlertTypeSecondaryDNSZoneValidationWarning , PolicyUpdateParamsAlertTypeSentinelAlert , PolicyUpdateParamsAlertTypeStreamLiveNotifications , PolicyUpdateParamsAlertTypeSyntheticTestLatencyAlert , PolicyUpdateParamsAlertTypeSyntheticTestLowAvailabilityAlert , PolicyUpdateParamsAlertTypeTrafficAnomaliesAlert , PolicyUpdateParamsAlertTypeTunnelHealthEvent , PolicyUpdateParamsAlertTypeTunnelUpdateEvent , PolicyUpdateParamsAlertTypeUniversalSSLEventType , PolicyUpdateParamsAlertTypeWebAnalyticsMetricsUpdate , PolicyUpdateParamsAlertTypeZoneAopCustomCertificateExpirationType :
945
948
return true
946
949
}
947
950
return false
0 commit comments