Skip to content

Commit a7f10b8

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add support for workload_activity detection rule type (DataDog#2960)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 74d70aa commit a7f10b8

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53269,12 +53269,14 @@ components:
5326953269
- api_security
5327053270
- application_security
5327153271
- log_detection
53272+
- workload_activity
5327253273
- workload_security
5327353274
type: string
5327453275
x-enum-varnames:
5327553276
- API_SECURITY
5327653277
- APPLICATION_SECURITY
5327753278
- LOG_DETECTION
53279+
- WORKLOAD_ACTIVITY
5327853280
- WORKLOAD_SECURITY
5327953281
SecurityMonitoringRuleTypeRead:
5328053282
description: The rule type.
@@ -53285,6 +53287,7 @@ components:
5328553287
- cloud_configuration
5328653288
- application_security
5328753289
- api_security
53290+
- workload_activity
5328853291
type: string
5328953292
x-enum-varnames:
5329053293
- LOG_DETECTION
@@ -53293,6 +53296,7 @@ components:
5329353296
- CLOUD_CONFIGURATION
5329453297
- APPLICATION_SECURITY
5329553298
- API_SECURITY
53299+
- WORKLOAD_ACTIVITY
5329653300
SecurityMonitoringRuleTypeTest:
5329753301
description: The rule type.
5329853302
enum:

lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class SecurityMonitoringRuleTypeCreate
2424
API_SECURITY = "api_security".freeze
2525
APPLICATION_SECURITY = "application_security".freeze
2626
LOG_DETECTION = "log_detection".freeze
27+
WORKLOAD_ACTIVITY = "workload_activity".freeze
2728
WORKLOAD_SECURITY = "workload_security".freeze
2829
end
2930
end

lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ class SecurityMonitoringRuleTypeRead
2727
CLOUD_CONFIGURATION = "cloud_configuration".freeze
2828
APPLICATION_SECURITY = "application_security".freeze
2929
API_SECURITY = "api_security".freeze
30+
WORKLOAD_ACTIVITY = "workload_activity".freeze
3031
end
3132
end

0 commit comments

Comments
 (0)