@@ -27592,9 +27592,6 @@ components:
27592
27592
apm_service_catalog_read: View service catalog and service definitions.
27593
27593
apm_service_catalog_write: Add, modify, and delete service catalog definitions
27594
27594
when those definitions are maintained by Datadog.
27595
- appsec_vm_read: View infrastructure, application code and library vulnerabilities.
27596
- This does not restrict access to the vulnerability data source through
27597
- the API or inventory SQL.
27598
27595
cases_read: View Cases.
27599
27596
cases_write: Create and update cases.
27600
27597
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
@@ -27619,7 +27616,6 @@ components:
27619
27616
incident_notification_settings_write: Configure Incidents Notification
27620
27617
settings.
27621
27618
incident_read: View incidents in Datadog.
27622
- incident_settings_read: View Incident Settings.
27623
27619
incident_settings_write: Configure Incident Settings.
27624
27620
incident_write: Create, view, and manage incidents in Datadog.
27625
27621
metrics_read: View custom metrics.
@@ -27640,7 +27636,6 @@ components:
27640
27636
security_monitoring_rules_read: Read Detection Rules.
27641
27637
security_monitoring_rules_write: Create and edit Detection Rules.
27642
27638
security_monitoring_signals_read: View Security Signals.
27643
- security_monitoring_signals_write: Edit Security Signals.
27644
27639
security_monitoring_suppressions_read: Read Rule Suppressions.
27645
27640
security_monitoring_suppressions_write: Write Rule Suppressions.
27646
27641
security_pipelines_read: View Security Pipelines.
@@ -27665,6 +27660,7 @@ components:
27665
27660
Access Manage permission.
27666
27661
teams_read: Read Teams data. A User with this permission can view Team
27667
27662
names, metadata, and which Users are on each Team.
27663
+ test_visibility_read: View Test Visibility.
27668
27664
timeseries_query: Query Timeseries data.
27669
27665
usage_read: View your organization's usage and usage attribution.
27670
27666
user_access_invite: Invite other users to your organization.
@@ -32043,15 +32039,13 @@ paths:
32043
32039
- apiKeyAuth: []
32044
32040
appKeyAuth: []
32045
32041
- AuthZ:
32046
- - incident_settings_read
32047
32042
- incident_read
32048
32043
summary: Get a list of incident types
32049
32044
tags:
32050
32045
- Incidents
32051
32046
x-permission:
32052
32047
operator: OR
32053
32048
permissions:
32054
- - incident_settings_read
32055
32049
- incident_read
32056
32050
x-unstable: '**Note**: This endpoint is in public beta.
32057
32051
@@ -32160,15 +32154,13 @@ paths:
32160
32154
- apiKeyAuth: []
32161
32155
appKeyAuth: []
32162
32156
- AuthZ:
32163
- - incident_settings_read
32164
32157
- incident_read
32165
32158
summary: Get incident type details
32166
32159
tags:
32167
32160
- Incidents
32168
32161
x-permission:
32169
32162
operator: OR
32170
32163
permissions:
32171
- - incident_settings_read
32172
32164
- incident_read
32173
32165
x-unstable: '**Note**: This endpoint is in public beta.
32174
32166
@@ -41537,11 +41529,6 @@ paths:
41537
41529
$ref: '#/components/responses/NotFoundResponse'
41538
41530
'429':
41539
41531
$ref: '#/components/responses/TooManyRequestsResponse'
41540
- security:
41541
- - apiKeyAuth: []
41542
- appKeyAuth: []
41543
- - AuthZ:
41544
- - security_monitoring_signals_write
41545
41532
summary: Convert a job result to a signal
41546
41533
tags:
41547
41534
- Security Monitoring
0 commit comments