@@ -57,7 +57,35 @@ def create(
57
57
destination_conf : str ,
58
58
account_id : str | NotGiven = NOT_GIVEN ,
59
59
zone_id : str | NotGiven = NOT_GIVEN ,
60
- dataset : Optional [str ] | NotGiven = NOT_GIVEN ,
60
+ dataset : Optional [
61
+ Literal [
62
+ "access_requests" ,
63
+ "audit_logs" ,
64
+ "biso_user_actions" ,
65
+ "casb_findings" ,
66
+ "device_posture_results" ,
67
+ "dlp_forensic_copies" ,
68
+ "dns_firewall_logs" ,
69
+ "dns_logs" ,
70
+ "email_security_alerts" ,
71
+ "firewall_events" ,
72
+ "gateway_dns" ,
73
+ "gateway_http" ,
74
+ "gateway_network" ,
75
+ "http_requests" ,
76
+ "magic_ids_detections" ,
77
+ "nel_reports" ,
78
+ "network_analytics_logs" ,
79
+ "page_shield_events" ,
80
+ "sinkhole_http_logs" ,
81
+ "spectrum_events" ,
82
+ "ssh_logs" ,
83
+ "workers_trace_events" ,
84
+ "zaraz_events" ,
85
+ "zero_trust_network_sessions" ,
86
+ ]
87
+ ]
88
+ | NotGiven = NOT_GIVEN ,
61
89
enabled : bool | NotGiven = NOT_GIVEN ,
62
90
frequency : Optional [Literal ["high" , "low" ]] | NotGiven = NOT_GIVEN ,
63
91
kind : Optional [Literal ["edge" ]] | NotGiven = NOT_GIVEN ,
@@ -497,7 +525,35 @@ async def create(
497
525
destination_conf : str ,
498
526
account_id : str | NotGiven = NOT_GIVEN ,
499
527
zone_id : str | NotGiven = NOT_GIVEN ,
500
- dataset : Optional [str ] | NotGiven = NOT_GIVEN ,
528
+ dataset : Optional [
529
+ Literal [
530
+ "access_requests" ,
531
+ "audit_logs" ,
532
+ "biso_user_actions" ,
533
+ "casb_findings" ,
534
+ "device_posture_results" ,
535
+ "dlp_forensic_copies" ,
536
+ "dns_firewall_logs" ,
537
+ "dns_logs" ,
538
+ "email_security_alerts" ,
539
+ "firewall_events" ,
540
+ "gateway_dns" ,
541
+ "gateway_http" ,
542
+ "gateway_network" ,
543
+ "http_requests" ,
544
+ "magic_ids_detections" ,
545
+ "nel_reports" ,
546
+ "network_analytics_logs" ,
547
+ "page_shield_events" ,
548
+ "sinkhole_http_logs" ,
549
+ "spectrum_events" ,
550
+ "ssh_logs" ,
551
+ "workers_trace_events" ,
552
+ "zaraz_events" ,
553
+ "zero_trust_network_sessions" ,
554
+ ]
555
+ ]
556
+ | NotGiven = NOT_GIVEN ,
501
557
enabled : bool | NotGiven = NOT_GIVEN ,
502
558
frequency : Optional [Literal ["high" , "low" ]] | NotGiven = NOT_GIVEN ,
503
559
kind : Optional [Literal ["edge" ]] | NotGiven = NOT_GIVEN ,
0 commit comments