Skip to content

Commit e8b5f75

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bc474f02 of spec repo
1 parent 2396c68 commit e8b5f75

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.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 09:42:18.735692",
8-
"spec_repo_commit": "b6151f30"
7+
"regenerated": "2025-06-18 12:13:37.835453",
8+
"spec_repo_commit": "bc474f02"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-18 09:42:18.752679",
13-
"spec_repo_commit": "b6151f30"
12+
"regenerated": "2025-06-18 12:13:37.852427",
13+
"spec_repo_commit": "bc474f02"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33254,11 +33254,13 @@ components:
3325433254
SecurityMonitoringRuleTypeCreate:
3325533255
description: The rule type.
3325633256
enum:
33257+
- api_security
3325733258
- application_security
3325833259
- log_detection
3325933260
- workload_security
3326033261
type: string
3326133262
x-enum-varnames:
33263+
- API_SECURITY
3326233264
- APPLICATION_SECURITY
3326333265
- LOG_DETECTION
3326433266
- WORKLOAD_SECURITY
@@ -33270,13 +33272,15 @@ components:
3327033272
- workload_security
3327133273
- cloud_configuration
3327233274
- application_security
33275+
- api_security
3327333276
type: string
3327433277
x-enum-varnames:
3327533278
- LOG_DETECTION
3327633279
- INFRASTRUCTURE_CONFIGURATION
3327733280
- WORKLOAD_SECURITY
3327833281
- CLOUD_CONFIGURATION
3327933282
- APPLICATION_SECURITY
33283+
- API_SECURITY
3328033284
SecurityMonitoringRuleTypeTest:
3328133285
description: The rule type.
3328233286
enum:

api/datadogV2/model_security_monitoring_rule_type_create.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ type SecurityMonitoringRuleTypeCreate string
1515

1616
// List of SecurityMonitoringRuleTypeCreate.
1717
const (
18+
SECURITYMONITORINGRULETYPECREATE_API_SECURITY SecurityMonitoringRuleTypeCreate = "api_security"
1819
SECURITYMONITORINGRULETYPECREATE_APPLICATION_SECURITY SecurityMonitoringRuleTypeCreate = "application_security"
1920
SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION SecurityMonitoringRuleTypeCreate = "log_detection"
2021
SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY SecurityMonitoringRuleTypeCreate = "workload_security"
2122
)
2223

2324
var allowedSecurityMonitoringRuleTypeCreateEnumValues = []SecurityMonitoringRuleTypeCreate{
25+
SECURITYMONITORINGRULETYPECREATE_API_SECURITY,
2426
SECURITYMONITORINGRULETYPECREATE_APPLICATION_SECURITY,
2527
SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION,
2628
SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY,

api/datadogV2/model_security_monitoring_rule_type_read.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const (
2020
SECURITYMONITORINGRULETYPEREAD_WORKLOAD_SECURITY SecurityMonitoringRuleTypeRead = "workload_security"
2121
SECURITYMONITORINGRULETYPEREAD_CLOUD_CONFIGURATION SecurityMonitoringRuleTypeRead = "cloud_configuration"
2222
SECURITYMONITORINGRULETYPEREAD_APPLICATION_SECURITY SecurityMonitoringRuleTypeRead = "application_security"
23+
SECURITYMONITORINGRULETYPEREAD_API_SECURITY SecurityMonitoringRuleTypeRead = "api_security"
2324
)
2425

2526
var allowedSecurityMonitoringRuleTypeReadEnumValues = []SecurityMonitoringRuleTypeRead{
@@ -28,6 +29,7 @@ var allowedSecurityMonitoringRuleTypeReadEnumValues = []SecurityMonitoringRuleTy
2829
SECURITYMONITORINGRULETYPEREAD_WORKLOAD_SECURITY,
2930
SECURITYMONITORINGRULETYPEREAD_CLOUD_CONFIGURATION,
3031
SECURITYMONITORINGRULETYPEREAD_APPLICATION_SECURITY,
32+
SECURITYMONITORINGRULETYPEREAD_API_SECURITY,
3133
}
3234

3335
// GetAllowedValues reeturns the list of possible values.

0 commit comments

Comments
 (0)