Skip to content

Commit 70168bf

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d53d3320 of spec repo
1 parent cd3970d commit 70168bf

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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": "2025-06-13 19:38:19.691417",
8-
"spec_repo_commit": "6eb36f2b"
7+
"regenerated": "2025-06-16 10:36:54.368677",
8+
"spec_repo_commit": "d53d3320"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-13 19:38:19.708710",
13-
"spec_repo_commit": "6eb36f2b"
12+
"regenerated": "2025-06-16 10:36:54.385229",
13+
"spec_repo_commit": "d53d3320"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33203,11 +33203,13 @@ components:
3320333203
SecurityMonitoringRuleTypeCreate:
3320433204
description: The rule type.
3320533205
enum:
33206+
- api_security
3320633207
- application_security
3320733208
- log_detection
3320833209
- workload_security
3320933210
type: string
3321033211
x-enum-varnames:
33212+
- API_SECURITY
3321133213
- APPLICATION_SECURITY
3321233214
- LOG_DETECTION
3321333215
- WORKLOAD_SECURITY
@@ -33219,13 +33221,15 @@ components:
3321933221
- workload_security
3322033222
- cloud_configuration
3322133223
- application_security
33224+
- api_security
3322233225
type: string
3322333226
x-enum-varnames:
3322433227
- LOG_DETECTION
3322533228
- INFRASTRUCTURE_CONFIGURATION
3322633229
- WORKLOAD_SECURITY
3322733230
- CLOUD_CONFIGURATION
3322833231
- APPLICATION_SECURITY
33232+
- API_SECURITY
3322933233
SecurityMonitoringRuleTypeTest:
3323033234
description: The rule type.
3323133235
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
@@ -21,6 +21,7 @@ module DatadogAPIClient::V2
2121
class SecurityMonitoringRuleTypeCreate
2222
include BaseEnumModel
2323

24+
API_SECURITY = "api_security".freeze
2425
APPLICATION_SECURITY = "application_security".freeze
2526
LOG_DETECTION = "log_detection".freeze
2627
WORKLOAD_SECURITY = "workload_security".freeze

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
@@ -26,5 +26,6 @@ class SecurityMonitoringRuleTypeRead
2626
WORKLOAD_SECURITY = "workload_security".freeze
2727
CLOUD_CONFIGURATION = "cloud_configuration".freeze
2828
APPLICATION_SECURITY = "application_security".freeze
29+
API_SECURITY = "api_security".freeze
2930
end
3031
end

0 commit comments

Comments
 (0)