File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-06-13 19:38:21.038974 ",
8- "spec_repo_commit": "6eb36f2b "
7+ "regenerated": "2025-06-16 10:57:00.745830 ",
8+ "spec_repo_commit": "d53d3320 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-06-13 19:38:21.056601 ",
13- "spec_repo_commit": "6eb36f2b "
12+ "regenerated": "2025-06-16 10:57:00.761718 ",
13+ "spec_repo_commit": "d53d3320 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ type SecurityMonitoringRuleTypeCreate string
1515
1616// List of SecurityMonitoringRuleTypeCreate.
1717const (
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
2324var allowedSecurityMonitoringRuleTypeCreateEnumValues = []SecurityMonitoringRuleTypeCreate {
25+ SECURITYMONITORINGRULETYPECREATE_API_SECURITY ,
2426 SECURITYMONITORINGRULETYPECREATE_APPLICATION_SECURITY ,
2527 SECURITYMONITORINGRULETYPECREATE_LOG_DETECTION ,
2628 SECURITYMONITORINGRULETYPECREATE_WORKLOAD_SECURITY ,
Original file line number Diff line number Diff 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
2526var 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.
You can’t perform that action at this time.
0 commit comments