Skip to content

Commit acacadb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a171e0a8 of spec repo
1 parent ca9b84b commit acacadb

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-18 14:53:51.027723",
8-
"spec_repo_commit": "5f7cad1f"
7+
"regenerated": "2025-06-19 12:11:20.423768",
8+
"spec_repo_commit": "a171e0a8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-18 14:53:51.047793",
13-
"spec_repo_commit": "5f7cad1f"
12+
"regenerated": "2025-06-19 12:11:20.440846",
13+
"spec_repo_commit": "a171e0a8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33412,11 +33412,13 @@ components:
3341233412
SecurityMonitoringRuleTypeCreate:
3341333413
description: The rule type.
3341433414
enum:
33415+
- api_security
3341533416
- application_security
3341633417
- log_detection
3341733418
- workload_security
3341833419
type: string
3341933420
x-enum-varnames:
33421+
- API_SECURITY
3342033422
- APPLICATION_SECURITY
3342133423
- LOG_DETECTION
3342233424
- WORKLOAD_SECURITY
@@ -33428,13 +33430,15 @@ components:
3342833430
- workload_security
3342933431
- cloud_configuration
3343033432
- application_security
33433+
- api_security
3343133434
type: string
3343233435
x-enum-varnames:
3343333436
- LOG_DETECTION
3343433437
- INFRASTRUCTURE_CONFIGURATION
3343533438
- WORKLOAD_SECURITY
3343633439
- CLOUD_CONFIGURATION
3343733440
- APPLICATION_SECURITY
33441+
- API_SECURITY
3343833442
SecurityMonitoringRuleTypeTest:
3343933443
description: The rule type.
3344033444
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)