Skip to content

Commit 63085a6

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5a20b5e2 of spec repo
1 parent 4f12549 commit 63085a6

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
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-12-02 19:29:44.370178",
8-
"spec_repo_commit": "7511c5f0"
7+
"regenerated": "2024-12-02 21:43:18.927687",
8+
"spec_repo_commit": "5a20b5e2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-02 19:29:44.389400",
13-
"spec_repo_commit": "7511c5f0"
12+
"regenerated": "2024-12-02 21:43:18.946586",
13+
"spec_repo_commit": "5a20b5e2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27365,9 +27365,6 @@ components:
2736527365
apm_service_catalog_read: View service catalog and service definitions.
2736627366
apm_service_catalog_write: Add, modify, and delete service catalog definitions
2736727367
when those definitions are maintained by Datadog.
27368-
appsec_vm_read: View infrastructure, application code and library vulnerabilities.
27369-
This does not restrict access to the vulnerability data source through
27370-
the API or inventory SQL.
2737127368
cases_read: View Cases.
2737227369
cases_write: Create and update cases.
2737327370
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
@@ -27392,7 +27389,6 @@ components:
2739227389
incident_notification_settings_write: Configure Incidents Notification
2739327390
settings.
2739427391
incident_read: View incidents in Datadog.
27395-
incident_settings_read: View Incident Settings.
2739627392
incident_settings_write: Configure Incident Settings.
2739727393
incident_write: Create, view, and manage incidents in Datadog.
2739827394
metrics_read: View custom metrics.
@@ -27413,7 +27409,6 @@ components:
2741327409
security_monitoring_rules_read: Read Detection Rules.
2741427410
security_monitoring_rules_write: Create and edit Detection Rules.
2741527411
security_monitoring_signals_read: View Security Signals.
27416-
security_monitoring_signals_write: Edit Security Signals.
2741727412
security_monitoring_suppressions_read: Read Rule Suppressions.
2741827413
security_monitoring_suppressions_write: Write Rule Suppressions.
2741927414
security_pipelines_read: View Security Pipelines.
@@ -27438,6 +27433,7 @@ components:
2743827433
Access Manage permission.
2743927434
teams_read: Read Teams data. A User with this permission can view Team
2744027435
names, metadata, and which Users are on each Team.
27436+
test_visibility_read: View Test Visibility.
2744127437
timeseries_query: Query Timeseries data.
2744227438
usage_read: View your organization's usage and usage attribution.
2744327439
user_access_invite: Invite other users to your organization.
@@ -31650,15 +31646,13 @@ paths:
3165031646
- apiKeyAuth: []
3165131647
appKeyAuth: []
3165231648
- AuthZ:
31653-
- incident_settings_read
3165431649
- incident_read
3165531650
summary: Get a list of incident types
3165631651
tags:
3165731652
- Incidents
3165831653
x-permission:
3165931654
operator: OR
3166031655
permissions:
31661-
- incident_settings_read
3166231656
- incident_read
3166331657
x-unstable: '**Note**: This endpoint is in public beta.
3166431658

@@ -31767,15 +31761,13 @@ paths:
3176731761
- apiKeyAuth: []
3176831762
appKeyAuth: []
3176931763
- AuthZ:
31770-
- incident_settings_read
3177131764
- incident_read
3177231765
summary: Get incident type details
3177331766
tags:
3177431767
- Incidents
3177531768
x-permission:
3177631769
operator: OR
3177731770
permissions:
31778-
- incident_settings_read
3177931771
- incident_read
3178031772
x-unstable: '**Note**: This endpoint is in public beta.
3178131773

@@ -41144,11 +41136,6 @@ paths:
4114441136
$ref: '#/components/responses/NotFoundResponse'
4114541137
'429':
4114641138
$ref: '#/components/responses/TooManyRequestsResponse'
41147-
security:
41148-
- apiKeyAuth: []
41149-
appKeyAuth: []
41150-
- AuthZ:
41151-
- security_monitoring_signals_write
4115241139
summary: Convert a job result to a signal
4115341140
tags:
4115441141
- Security Monitoring

lib/datadog_api_client/v2/api/security_monitoring_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def convert_job_result_to_signal_with_http_info(body, opts = {})
213213
return_type = opts[:debug_return_type]
214214

215215
# auth_names
216-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
216+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
217217

218218
new_options = opts.merge(
219219
:operation => :convert_job_result_to_signal,

0 commit comments

Comments
 (0)