From 70090d0f64112332da2c139018ec7b75cf11d760 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 3 Dec 2024 17:58:00 +0000 Subject: [PATCH] Regenerate client from commit 88f11f7c of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 15 +-------------- .../api/client/v2/api/SecurityMonitoringApi.java | 4 ++-- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 3d48d1fbd82..456fba31ae4 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-03 10:17:35.829758", - "spec_repo_commit": "3f8bbb67" + "regenerated": "2024-12-03 17:56:19.168674", + "spec_repo_commit": "88f11f7c" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-03 10:17:35.848888", - "spec_repo_commit": "3f8bbb67" + "regenerated": "2024-12-03 17:56:19.187699", + "spec_repo_commit": "88f11f7c" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index ed720de0d07..40e29d6253a 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -27592,9 +27592,6 @@ components: apm_service_catalog_read: View service catalog and service definitions. apm_service_catalog_write: Add, modify, and delete service catalog definitions when those definitions are maintained by Datadog. - appsec_vm_read: View infrastructure, application code and library vulnerabilities. - This does not restrict access to the vulnerability data source through - the API or inventory SQL. cases_read: View Cases. cases_write: Create and update cases. ci_visibility_pipelines_write: Create CI Visibility pipeline spans using @@ -27619,7 +27616,6 @@ components: incident_notification_settings_write: Configure Incidents Notification settings. incident_read: View incidents in Datadog. - incident_settings_read: View Incident Settings. incident_settings_write: Configure Incident Settings. incident_write: Create, view, and manage incidents in Datadog. metrics_read: View custom metrics. @@ -27640,7 +27636,6 @@ components: security_monitoring_rules_read: Read Detection Rules. security_monitoring_rules_write: Create and edit Detection Rules. security_monitoring_signals_read: View Security Signals. - security_monitoring_signals_write: Edit Security Signals. security_monitoring_suppressions_read: Read Rule Suppressions. security_monitoring_suppressions_write: Write Rule Suppressions. security_pipelines_read: View Security Pipelines. @@ -27665,6 +27660,7 @@ components: Access Manage permission. teams_read: Read Teams data. A User with this permission can view Team names, metadata, and which Users are on each Team. + test_visibility_read: View Test Visibility. timeseries_query: Query Timeseries data. usage_read: View your organization's usage and usage attribution. user_access_invite: Invite other users to your organization. @@ -32043,7 +32039,6 @@ paths: - apiKeyAuth: [] appKeyAuth: [] - AuthZ: - - incident_settings_read - incident_read summary: Get a list of incident types tags: @@ -32051,7 +32046,6 @@ paths: x-permission: operator: OR permissions: - - incident_settings_read - incident_read x-unstable: '**Note**: This endpoint is in public beta. @@ -32160,7 +32154,6 @@ paths: - apiKeyAuth: [] appKeyAuth: [] - AuthZ: - - incident_settings_read - incident_read summary: Get incident type details tags: @@ -32168,7 +32161,6 @@ paths: x-permission: operator: OR permissions: - - incident_settings_read - incident_read x-unstable: '**Note**: This endpoint is in public beta. @@ -41537,11 +41529,6 @@ paths: $ref: '#/components/responses/NotFoundResponse' '429': $ref: '#/components/responses/TooManyRequestsResponse' - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_signals_write summary: Convert a job result to a signal tags: - Security Monitoring diff --git a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java index 437155659c5..790bbddcafd 100644 --- a/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/SecurityMonitoringApi.java @@ -459,7 +459,7 @@ public ApiResponse convertJobResultToSignalWithHttpInfo( localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); return apiClient.invokeAPI( "POST", builder, @@ -516,7 +516,7 @@ public CompletableFuture> convertJobResultToSignalWithHttpInfo localVarHeaderParams, new HashMap(), new String[] {"*/*"}, - new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"}); + new String[] {"apiKeyAuth", "appKeyAuth"}); } catch (ApiException ex) { CompletableFuture> result = new CompletableFuture<>(); result.completeExceptionally(ex);