Skip to content

Commit 866e0da

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add permissions for Security monitoring HQ endpoints (#1909)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent cb0c2da commit 866e0da

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-15 19:35:12.685951",
8-
"spec_repo_commit": "ad80112e"
7+
"regenerated": "2024-11-18 20:16:42.118757",
8+
"spec_repo_commit": "1939caa6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-15 19:35:12.704741",
13-
"spec_repo_commit": "ad80112e"
12+
"regenerated": "2024-11-18 20:16:42.137370",
13+
"spec_repo_commit": "1939caa6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27189,6 +27189,7 @@ components:
2718927189
security_monitoring_rules_read: Read Detection Rules.
2719027190
security_monitoring_rules_write: Create and edit Detection Rules.
2719127191
security_monitoring_signals_read: View Security Signals.
27192+
security_monitoring_signals_write: Edit Security Signals.
2719227193
security_monitoring_suppressions_read: Read Rule Suppressions.
2719327194
security_monitoring_suppressions_write: Write Rule Suppressions.
2719427195
security_pipelines_read: View Security Pipelines.
@@ -40801,11 +40802,16 @@ paths:
4080140802
security:
4080240803
- apiKeyAuth: []
4080340804
appKeyAuth: []
40804-
- AuthZ: []
40805+
- AuthZ:
40806+
- security_monitoring_rules_write
4080540807
summary: Run a historical job
4080640808
tags:
4080740809
- Security Monitoring
4080840810
x-codegen-request-body-name: body
40811+
x-permission:
40812+
operator: OR
40813+
permissions:
40814+
- security_monitoring_rules_write
4080940815
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
4081040816

4081140817
Please check the documentation regularly for updates.'
@@ -40835,11 +40841,16 @@ paths:
4083540841
security:
4083640842
- apiKeyAuth: []
4083740843
appKeyAuth: []
40838-
- AuthZ: []
40844+
- AuthZ:
40845+
- security_monitoring_signals_write
4083940846
summary: Convert a job result to a signal
4084040847
tags:
4084140848
- Security Monitoring
4084240849
x-codegen-request-body-name: body
40850+
x-permission:
40851+
operator: OR
40852+
permissions:
40853+
- security_monitoring_signals_write
4084340854
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
4084440855

4084540856
Please check the documentation regularly for updates.'
@@ -40897,10 +40908,15 @@ paths:
4089740908
security:
4089840909
- apiKeyAuth: []
4089940910
appKeyAuth: []
40900-
- AuthZ: []
40911+
- AuthZ:
40912+
- security_monitoring_rules_read
4090140913
summary: Get a job's details
4090240914
tags:
4090340915
- Security Monitoring
40916+
x-permission:
40917+
operator: OR
40918+
permissions:
40919+
- security_monitoring_rules_read
4090440920
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
4090540921

4090640922
Please check the documentation regularly for updates.'
@@ -40928,10 +40944,15 @@ paths:
4092840944
security:
4092940945
- apiKeyAuth: []
4093040946
appKeyAuth: []
40931-
- AuthZ: []
40947+
- AuthZ:
40948+
- security_monitoring_rules_write
4093240949
summary: Cancel a historical job
4093340950
tags:
4093440951
- Security Monitoring
40952+
x-permission:
40953+
operator: OR
40954+
permissions:
40955+
- security_monitoring_rules_write
4093540956
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.
4093640957

4093740958
Please check the documentation regularly for updates.'

0 commit comments

Comments
 (0)