diff --git a/.apigentools-info b/.apigentools-info index 038b1a959935..ef6d666764e3 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-13 19:38:19.691417", - "spec_repo_commit": "6eb36f2b" + "regenerated": "2025-06-16 10:36:54.368677", + "spec_repo_commit": "d53d3320" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-06-13 19:38:19.708710", - "spec_repo_commit": "6eb36f2b" + "regenerated": "2025-06-16 10:36:54.385229", + "spec_repo_commit": "d53d3320" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 3bb674967f6e..4bc9e7caafdd 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -33203,11 +33203,13 @@ components: SecurityMonitoringRuleTypeCreate: description: The rule type. enum: + - api_security - application_security - log_detection - workload_security type: string x-enum-varnames: + - API_SECURITY - APPLICATION_SECURITY - LOG_DETECTION - WORKLOAD_SECURITY @@ -33219,6 +33221,7 @@ components: - workload_security - cloud_configuration - application_security + - api_security type: string x-enum-varnames: - LOG_DETECTION @@ -33226,6 +33229,7 @@ components: - WORKLOAD_SECURITY - CLOUD_CONFIGURATION - APPLICATION_SECURITY + - API_SECURITY SecurityMonitoringRuleTypeTest: description: The rule type. enum: diff --git a/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb b/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb index 4819bb11f6b8..1d110df5b409 100644 --- a/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb +++ b/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb @@ -21,6 +21,7 @@ module DatadogAPIClient::V2 class SecurityMonitoringRuleTypeCreate include BaseEnumModel + API_SECURITY = "api_security".freeze APPLICATION_SECURITY = "application_security".freeze LOG_DETECTION = "log_detection".freeze WORKLOAD_SECURITY = "workload_security".freeze diff --git a/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb b/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb index 361e1523ee83..a1b0b9d4a047 100644 --- a/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb +++ b/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb @@ -26,5 +26,6 @@ class SecurityMonitoringRuleTypeRead WORKLOAD_SECURITY = "workload_security".freeze CLOUD_CONFIGURATION = "cloud_configuration".freeze APPLICATION_SECURITY = "application_security".freeze + API_SECURITY = "api_security".freeze end end