@@ -27189,6 +27189,7 @@ components:
27189
27189
security_monitoring_rules_read: Read Detection Rules.
27190
27190
security_monitoring_rules_write: Create and edit Detection Rules.
27191
27191
security_monitoring_signals_read: View Security Signals.
27192
+ security_monitoring_signals_write: Edit Security Signals.
27192
27193
security_monitoring_suppressions_read: Read Rule Suppressions.
27193
27194
security_monitoring_suppressions_write: Write Rule Suppressions.
27194
27195
security_pipelines_read: View Security Pipelines.
@@ -40801,11 +40802,16 @@ paths:
40801
40802
security:
40802
40803
- apiKeyAuth: []
40803
40804
appKeyAuth: []
40804
- - AuthZ: []
40805
+ - AuthZ:
40806
+ - security_monitoring_rules_write
40805
40807
summary: Run a historical job
40806
40808
tags:
40807
40809
- Security Monitoring
40808
40810
x-codegen-request-body-name: body
40811
+ x-permission:
40812
+ operator: OR
40813
+ permissions:
40814
+ - security_monitoring_rules_write
40809
40815
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
40810
40816
40811
40817
Please check the documentation regularly for updates.'
@@ -40835,11 +40841,16 @@ paths:
40835
40841
security:
40836
40842
- apiKeyAuth: []
40837
40843
appKeyAuth: []
40838
- - AuthZ: []
40844
+ - AuthZ:
40845
+ - security_monitoring_signals_write
40839
40846
summary: Convert a job result to a signal
40840
40847
tags:
40841
40848
- Security Monitoring
40842
40849
x-codegen-request-body-name: body
40850
+ x-permission:
40851
+ operator: OR
40852
+ permissions:
40853
+ - security_monitoring_signals_write
40843
40854
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
40844
40855
40845
40856
Please check the documentation regularly for updates.'
@@ -40897,10 +40908,15 @@ paths:
40897
40908
security:
40898
40909
- apiKeyAuth: []
40899
40910
appKeyAuth: []
40900
- - AuthZ: []
40911
+ - AuthZ:
40912
+ - security_monitoring_rules_read
40901
40913
summary: Get a job's details
40902
40914
tags:
40903
40915
- Security Monitoring
40916
+ x-permission:
40917
+ operator: OR
40918
+ permissions:
40919
+ - security_monitoring_rules_read
40904
40920
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
40905
40921
40906
40922
Please check the documentation regularly for updates.'
@@ -40928,10 +40944,15 @@ paths:
40928
40944
security:
40929
40945
- apiKeyAuth: []
40930
40946
appKeyAuth: []
40931
- - AuthZ: []
40947
+ - AuthZ:
40948
+ - security_monitoring_rules_write
40932
40949
summary: Cancel a historical job
40933
40950
tags:
40934
40951
- Security Monitoring
40952
+ x-permission:
40953
+ operator: OR
40954
+ permissions:
40955
+ - security_monitoring_rules_write
40935
40956
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
40936
40957
40937
40958
Please check the documentation regularly for updates.'
0 commit comments