diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 040612a150d8..2994c0bb30b6 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -62654,23 +62654,19 @@ components: - DONE - TIMEOUT SecurityMonitoringContentPackActivation: - description: The activation status of a content pack. + description: The activation status of a content pack enum: - never_activated - activated - deactivated example: activated type: string - x-enum-descriptions: - - Pack has never been activated for this organization. - - Pack is currently activated. - - Pack was previously activated but has since been deactivated. x-enum-varnames: - NEVER_ACTIVATED - ACTIVATED - DEACTIVATED SecurityMonitoringContentPackIntegrationStatus: - description: The installation status of the related integration. + description: The installation status of the related integration enum: - installed - available @@ -62679,12 +62675,6 @@ components: - error example: installed type: string - x-enum-descriptions: - - Integration is fully installed. - - Integration exists in the catalog but is not installed. - - Integration is only partially configured. - - Integration detected (for example, logs are flowing) but not explicitly installed. - - Integration is in an error state. x-enum-varnames: - INSTALLED - AVAILABLE @@ -62701,9 +62691,7 @@ components: cp_activation: $ref: "#/components/schemas/SecurityMonitoringContentPackActivation" filters_configured_for_logs: - description: |- - Whether filters (Security Filters or Index Query depending on the pricing model) are - present and correctly configured to route logs into Cloud SIEM. + description: Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs example: true type: boolean integration_installed_status: @@ -62711,7 +62699,7 @@ components: logs_last_collected: $ref: "#/components/schemas/SecurityMonitoringContentPackTimestampBucket" logs_seen_from_any_index: - description: Whether logs for this content pack have been seen in any Datadog index within the last 72 hours. + description: Whether logs have been seen from any index example: true type: boolean state: @@ -62776,7 +62764,7 @@ components: - meta type: object SecurityMonitoringContentPackStatus: - description: The current operational status of a content pack. + description: The current status of a content pack enum: - install - activate @@ -62786,13 +62774,6 @@ components: - broken example: active type: string - x-enum-descriptions: - - Not activated; no logs detected in the last 72 hours. - - Not activated; logs are flowing into a Datadog index but not yet routed through Cloud SIEM. - - Activated; awaiting first log ingestion. - - Activated; logs received within the last 24 hours. - - Activated; integration not installed or logs last seen 24 to 72 hours ago. - - Activated; no logs for over 72 hours, filter missing, or Cloud SIEM index incorrectly ordered. x-enum-varnames: - INSTALL - ACTIVATE @@ -62801,7 +62782,7 @@ components: - WARNING - BROKEN SecurityMonitoringContentPackTimestampBucket: - description: Timestamp bucket indicating when logs were last collected. + description: Timestamp bucket indicating when logs were last collected enum: - not_seen - within_24_hours @@ -62810,12 +62791,6 @@ components: - over_30d example: within_24_hours type: string - x-enum-descriptions: - - No logs observed. - - Logs received within the last 24 hours. - - Logs last seen 24 to 72 hours ago. - - Logs last seen 3 to 30 days ago. - - Logs last seen more than 30 days ago. x-enum-varnames: - NOT_SEEN - WITHIN_24_HOURS @@ -63906,7 +63881,7 @@ components: - $ref: "#/components/schemas/SecurityMonitoringSignalRulePayload" - $ref: "#/components/schemas/CloudConfigurationRulePayload" SecurityMonitoringSKU: - description: The Cloud SIEM pricing model (SKU) for the organization. + description: The SIEM pricing model (SKU) for the organization enum: - per_gb_analyzed - per_event_in_siem_index_2023 @@ -83444,6 +83419,10 @@ paths: requestBody: content: multipart/form-data: + examples: + default: + value: + openapi_spec_file: openapi-spec.yaml schema: $ref: "#/components/schemas/OpenAPIFile" required: true @@ -83499,6 +83478,10 @@ paths: requestBody: content: multipart/form-data: + examples: + default: + value: + openapi_spec_file: openapi-spec.yaml schema: $ref: "#/components/schemas/OpenAPIFile" required: true @@ -87738,6 +87721,34 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + attempt_to_fix: + retries: 3 + disabled: + enabled: false + quarantined: + auto_quarantine_rule: + enabled: true + window_seconds: 3600 + branch_rule: + branches: + - main + enabled: true + excluded_branches: [] + excluded_test_services: [] + enabled: true + failure_rate_rule: + branches: + - main + enabled: true + min_runs: 10 + threshold: 0.5 + repository_id: "github.com/example-org/example-repo" + type: test_optimization_update_flaky_tests_management_policies_request schema: $ref: "#/components/schemas/TestOptimizationFlakyTestsManagementPoliciesUpdateRequest" required: true @@ -87778,6 +87789,13 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + repository_id: "github.com/example-org/example-repo" + type: test_optimization_get_flaky_tests_management_policies_request schema: $ref: "#/components/schemas/TestOptimizationFlakyTestsManagementPoliciesGetRequest" required: true @@ -90883,7 +90901,7 @@ paths: content: application/json: examples: - json-request-body: + default: value: data: attributes: @@ -91036,7 +91054,7 @@ paths: content: application/json: examples: - json-request-body: + default: value: data: attributes: @@ -101007,6 +101025,15 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + description: Queue for annotating customer support traces + name: My annotation queue + project_id: a33671aa-24fd-4dcd-9b33-a8ec7dde7751 + type: queues schema: $ref: "#/components/schemas/LLMObsAnnotationQueueRequest" description: Create annotation queue payload. @@ -101094,6 +101121,14 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + description: Updated description + name: Updated queue name + type: queues schema: $ref: "#/components/schemas/LLMObsAnnotationQueueUpdateRequest" description: Update annotation queue payload. @@ -101199,6 +101234,15 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + interactions: + - content_id: trace-abc-123 + type: trace + type: interactions schema: $ref: "#/components/schemas/LLMObsAnnotationQueueInteractionsRequest" description: Add interactions payload. @@ -101254,6 +101298,15 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + interaction_ids: + - 00000000-0000-0000-0000-000000000000 + - 00000000-0000-0000-0000-000000000001 + type: interactions schema: $ref: "#/components/schemas/LLMObsDeleteAnnotationQueueInteractionsRequest" description: Delete interactions payload. @@ -109479,6 +109532,17 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + expires_at: "2025-12-31T23:59:59+00:00" + name: My Personal Access Token + scopes: + - dashboards_read + - dashboards_write + type: personal_access_tokens schema: $ref: "#/components/schemas/PersonalAccessTokenCreateRequest" required: true @@ -109584,6 +109648,17 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + name: Updated Personal Access Token + scopes: + - dashboards_read + - dashboards_write + id: 00112233-4455-6677-8899-aabbccddeeff + type: personal_access_tokens schema: $ref: "#/components/schemas/PersonalAccessTokenUpdateRequest" required: true @@ -118729,8 +118804,9 @@ paths: /api/v2/security_monitoring/content_packs/states: get: description: |- - Get the activation state, integration status, and log collection status - for all Cloud SIEM content packs. + Get the activation and configuration states for all security monitoring content packs. + This endpoint returns status information about each content pack including activation state, + integration status, and log collection status. operationId: GetContentPacksStates responses: "200": @@ -118753,31 +118829,21 @@ paths: description: Not Found "429": $ref: "#/components/responses/TooManyRequestsResponse" - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_filters_read summary: Get content pack states tags: - Security Monitoring - "x-permission": - operator: OR - permissions: - - security_monitoring_filters_read - - logs_read_index_data x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/security_monitoring/content_packs/{content_pack_id}/activate: put: description: |- - Activate a Cloud SIEM content pack. This operation configures the necessary + Activate a security monitoring content pack. This operation configures the necessary log filters or security filters depending on the pricing model and updates the content pack activation state. operationId: ActivateContentPack parameters: - - description: The ID of the content pack to activate (for example, `aws-cloudtrail`). + - description: The ID of the content pack to activate. in: path name: content_pack_id required: true @@ -118801,30 +118867,20 @@ paths: description: Not Found "429": $ref: "#/components/responses/TooManyRequestsResponse" - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_filters_write summary: Activate content pack tags: - Security Monitoring - "x-permission": - operator: OR - permissions: - - security_monitoring_filters_write - - logs_modify_indexes x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/security_monitoring/content_packs/{content_pack_id}/deactivate: put: description: |- - Deactivate a Cloud SIEM content pack. This operation removes the content pack's + Deactivate a security monitoring content pack. This operation removes the content pack's configuration from log filters or security filters and updates the content pack activation state. operationId: DeactivateContentPack parameters: - - description: The ID of the content pack to deactivate (for example, `aws-cloudtrail`). + - description: The ID of the content pack to deactivate. in: path name: content_pack_id required: true @@ -118848,19 +118904,9 @@ paths: description: Not Found "429": $ref: "#/components/responses/TooManyRequestsResponse" - security: - - apiKeyAuth: [] - appKeyAuth: [] - - AuthZ: - - security_monitoring_filters_write summary: Deactivate content pack tags: - Security Monitoring - "x-permission": - operator: OR - permissions: - - security_monitoring_filters_write - - logs_modify_indexes x-unstable: |- **Note**: This endpoint is in preview and is subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). @@ -118912,6 +118958,37 @@ paths: requestBody: content: "application/json": + examples: + default: + value: + cases: + - condition: "a > 0" + name: "" + notifications: [] + status: info + filters: [] + hasExtendedTitle: true + isEnabled: true + message: Test rule + name: My security monitoring rule. + options: + evaluationWindow: 900 + keepAlive: 3600 + maxSignalDuration: 86400 + queries: + - aggregation: count + distinctFields: [] + groupByFields: [] + metric: "" + query: "@test:true" + referenceTables: + - checkPresence: true + columnName: value + logFieldPath: testtag + ruleQueryName: a + tableName: synthetics_test_reference_table_dont_delete + tags: [] + type: log_detection schema: $ref: "#/components/schemas/SecurityMonitoringRuleCreatePayload" required: true @@ -119360,6 +119437,29 @@ paths: requestBody: content: "application/json": + examples: + default: + value: + cases: + - condition: "a > 0" + name: "" + notifications: [] + status: info + filters: [] + isEnabled: true + message: Test rule + name: My security monitoring rule. + options: + evaluationWindow: 900 + keepAlive: 3600 + maxSignalDuration: 86400 + queries: + - aggregation: count + distinctFields: [] + groupByFields: [] + metrics: [] + query: "@test:true" + tags: [] schema: $ref: "#/components/schemas/SecurityMonitoringRuleUpdatePayload" required: true @@ -119441,6 +119541,47 @@ paths: requestBody: content: "application/json": + examples: + default: + value: + rule: + cases: + - condition: "a > 0" + name: "" + notifications: [] + status: info + hasExtendedTitle: true + isEnabled: true + message: My security monitoring rule message. + name: My security monitoring rule. + options: + decreaseCriticalityBasedOnEnv: false + detectionMethod: threshold + evaluationWindow: 0 + keepAlive: 0 + maxSignalDuration: 0 + queries: + - aggregation: count + distinctFields: [] + groupByFields: + - "@userIdentity.assumed_role" + name: "" + query: "source:source_here" + tags: + - "env:prod" + - "team:security" + type: log_detection + ruleQueryPayloads: + - expectedResult: true + index: 0 + payload: + ddsource: source_here + ddtags: "env:staging,version:5.1" + hostname: i-012345678 + message: "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World" + service: payment + userIdentity: + assumed_role: fake assumed_role schema: $ref: "#/components/schemas/SecurityMonitoringRuleTestRequest" required: true @@ -119655,6 +119796,15 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + - attributes: + archive_reason: none + state: archived + id: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA + type: signal schema: $ref: "#/components/schemas/SecurityMonitoringSignalsBulkUpdateRequest" description: Attributes describing the signal updates. @@ -120023,6 +120173,14 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + archive_reason: none + state: archived + type: signal_metadata schema: $ref: "#/components/schemas/SecurityMonitoringSignalUpdateRequest" description: Attributes describing the signal triage state or assignee update. @@ -120078,6 +120236,14 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + resource_ids: + - abc-123-def + type: bulk_export_resources schema: $ref: "#/components/schemas/SecurityMonitoringTerraformBulkExportRequest" description: The resource IDs to export. @@ -120127,6 +120293,18 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + resource_json: + enabled: true + name: Example-Security-Monitoring + rule_query: "source:cloudtrail" + suppression_query: "env:test" + id: abc-123 + type: convert_resource schema: $ref: "#/components/schemas/SecurityMonitoringTerraformConvertRequest" description: The resource JSON to convert. @@ -120899,6 +121077,16 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + name: Service Account Access Token + scopes: + - dashboards_read + - dashboards_write + type: personal_access_tokens schema: $ref: "#/components/schemas/ServiceAccountAccessTokenCreateRequest" required: true @@ -121011,6 +121199,17 @@ paths: requestBody: content: application/json: + examples: + default: + value: + data: + attributes: + name: Updated Personal Access Token + scopes: + - dashboards_read + - dashboards_write + id: 00112233-4455-6677-8899-aabbccddeeff + type: personal_access_tokens schema: $ref: "#/components/schemas/PersonalAccessTokenUpdateRequest" required: true @@ -121735,6 +121934,16 @@ paths: requestBody: content: "application/json": + examples: + default: + value: + filter: + from: "2019-01-02T09:42:36.320Z" + query: "security:attack status:high" + to: "2019-01-03T09:42:36.320Z" + page: + limit: 25 + sort: timestamp schema: $ref: "#/components/schemas/SecurityMonitoringSignalListRequest" required: false @@ -121852,6 +122061,34 @@ paths: requestBody: content: "application/json": + examples: + default: + value: + data: + attributes: + jobDefinition: + cases: + - condition: "a > 1" + name: Condition 1 + notifications: [] + status: info + from: 1730387522611 + index: main + message: "A large number of failed login attempts." + name: "Excessive number of failed attempts." + options: + evaluationWindow: 900 + keepAlive: 3600 + maxSignalDuration: 86400 + queries: + - aggregation: count + distinctFields: [] + groupByFields: [] + query: "source:non_existing_src_weekend" + tags: [] + to: 1730391122611 + type: log_detection + type: historicalDetectionsJobCreate schema: $ref: "#/components/schemas/RunHistoricalJobRequest" required: true @@ -121895,6 +122132,18 @@ paths: requestBody: content: "application/json": + examples: + default: + value: + data: + attributes: + jobResultIds: + - "" + notifications: + - "" + signalMessage: A large number of failed login attempts. + signalSeverity: critical + type: historicalDetectionsJobResultSignalConversion schema: $ref: "#/components/schemas/ConvertJobResultsToSignalsRequest" required: true diff --git a/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts b/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts index dcef2459dd1d..b1fd77130fc3 100644 --- a/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts +++ b/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts @@ -162,7 +162,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory { applySecurityAuthentication(_config, requestContext, [ "apiKeyAuth", "appKeyAuth", - "AuthZ", ]); return requestContext; @@ -1217,7 +1216,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory { applySecurityAuthentication(_config, requestContext, [ "apiKeyAuth", "appKeyAuth", - "AuthZ", ]); return requestContext; @@ -1879,7 +1877,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory { applySecurityAuthentication(_config, requestContext, [ "apiKeyAuth", "appKeyAuth", - "AuthZ", ]); return requestContext; @@ -11450,7 +11447,7 @@ export class SecurityMonitoringApiResponseProcessor { export interface SecurityMonitoringApiActivateContentPackRequest { /** - * The ID of the content pack to activate (for example, `aws-cloudtrail`). + * The ID of the content pack to activate. * @type string */ contentPackId: string; @@ -11634,7 +11631,7 @@ export interface SecurityMonitoringApiCreateVulnerabilityNotificationRuleRequest export interface SecurityMonitoringApiDeactivateContentPackRequest { /** - * The ID of the content pack to deactivate (for example, `aws-cloudtrail`). + * The ID of the content pack to deactivate. * @type string */ contentPackId: string; @@ -12889,7 +12886,7 @@ export class SecurityMonitoringApi { } /** - * Activate a Cloud SIEM content pack. This operation configures the necessary + * Activate a security monitoring content pack. This operation configures the necessary * log filters or security filters depending on the pricing model and updates the content * pack activation state. * @param param The request object @@ -13420,7 +13417,7 @@ export class SecurityMonitoringApi { } /** - * Deactivate a Cloud SIEM content pack. This operation removes the content pack's + * Deactivate a security monitoring content pack. This operation removes the content pack's * configuration from log filters or security filters and updates the content pack activation state. * @param param The request object */ @@ -13769,8 +13766,9 @@ export class SecurityMonitoringApi { } /** - * Get the activation state, integration status, and log collection status - * for all Cloud SIEM content packs. + * Get the activation and configuration states for all security monitoring content packs. + * This endpoint returns status information about each content pack including activation state, + * integration status, and log collection status. * @param param The request object */ public getContentPacksStates( diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackActivation.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackActivation.ts index d1620ff79faf..093db5c19515 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackActivation.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackActivation.ts @@ -7,7 +7,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** - * The activation status of a content pack. + * The activation status of a content pack */ export type SecurityMonitoringContentPackActivation = diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackIntegrationStatus.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackIntegrationStatus.ts index 8406719dcf73..fe084f9281c4 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackIntegrationStatus.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackIntegrationStatus.ts @@ -7,7 +7,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** - * The installation status of the related integration. + * The installation status of the related integration */ export type SecurityMonitoringContentPackIntegrationStatus = diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateAttributes.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateAttributes.ts index 6a195934e1e6..3d9fc59192a4 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateAttributes.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateAttributes.ts @@ -19,28 +19,27 @@ export class SecurityMonitoringContentPackStateAttributes { */ "cloudSiemIndexIncorrect": boolean; /** - * The activation status of a content pack. + * The activation status of a content pack */ "cpActivation": SecurityMonitoringContentPackActivation; /** - * Whether filters (Security Filters or Index Query depending on the pricing model) are - * present and correctly configured to route logs into Cloud SIEM. + * Whether filters (Security Filters or Index Query depending on the pricing model) are configured for logs */ "filtersConfiguredForLogs": boolean; /** - * The installation status of the related integration. + * The installation status of the related integration */ "integrationInstalledStatus"?: SecurityMonitoringContentPackIntegrationStatus; /** - * Timestamp bucket indicating when logs were last collected. + * Timestamp bucket indicating when logs were last collected */ "logsLastCollected": SecurityMonitoringContentPackTimestampBucket; /** - * Whether logs for this content pack have been seen in any Datadog index within the last 72 hours. + * Whether logs have been seen from any index */ "logsSeenFromAnyIndex": boolean; /** - * The current operational status of a content pack. + * The current status of a content pack */ "state": SecurityMonitoringContentPackStatus; diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateMeta.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateMeta.ts index e2604332fea7..7539147ca32b 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateMeta.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStateMeta.ts @@ -16,7 +16,7 @@ export class SecurityMonitoringContentPackStateMeta { */ "cloudSiemIndexIncorrect": boolean; /** - * The Cloud SIEM pricing model (SKU) for the organization. + * The SIEM pricing model (SKU) for the organization */ "sku": SecurityMonitoringSKU; diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStatus.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStatus.ts index a8637968028f..c5cb878bb0a8 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStatus.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackStatus.ts @@ -7,7 +7,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** - * The current operational status of a content pack. + * The current status of a content pack */ export type SecurityMonitoringContentPackStatus = diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackTimestampBucket.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackTimestampBucket.ts index 8eff06bf7e07..23cee6c58441 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackTimestampBucket.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringContentPackTimestampBucket.ts @@ -7,7 +7,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** - * Timestamp bucket indicating when logs were last collected. + * Timestamp bucket indicating when logs were last collected */ export type SecurityMonitoringContentPackTimestampBucket = diff --git a/packages/datadog-api-client-v2/models/SecurityMonitoringSKU.ts b/packages/datadog-api-client-v2/models/SecurityMonitoringSKU.ts index 1b3230e5b020..1542fa491e7a 100644 --- a/packages/datadog-api-client-v2/models/SecurityMonitoringSKU.ts +++ b/packages/datadog-api-client-v2/models/SecurityMonitoringSKU.ts @@ -7,7 +7,7 @@ import { UnparsedObject } from "../../datadog-api-client-common/util"; /** - * The Cloud SIEM pricing model (SKU) for the organization. + * The SIEM pricing model (SKU) for the organization */ export type SecurityMonitoringSKU =