waft.cf_dashboard.zero_trust.models.enums module¶
File will contain enums for Cloudflare Dashboard API Objects
- class waft.cf_dashboard.zero_trust.models.enums.GatewayRuleOperations(value)¶
Bases:
Enum
All available actions for Gateway Rules
- ALLOW = 'allow'¶
- BLOCK = 'block'¶
- EGRESS = 'egress'¶
- ISOLATE = 'isolate'¶
- L4_OVERRIDE = 'l4_override'¶
- NOISOLATE = 'noisolate'¶
- NOSCAN = 'noscan'¶
- OFF = 'off'¶
- ON = 'on'¶
- OVERRIDE = 'override'¶
- QUARANTINE = 'quarantine'¶
- RESOLVE = 'resolve'¶
- SAFESEARCH = 'safesearch'¶
- SCAN = 'scan'¶
- YTRESTRICTED = 'ytrestricted'¶