File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-03-01 19:51:33.215767 ",
8
- "spec_repo_commit": "fc9468ac "
7
+ "regenerated": "2023-03-01 20:14:28.329805 ",
8
+ "spec_repo_commit": "d6815e0a "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-03-01 19:51:33.227958 ",
13
- "spec_repo_commit": "fc9468ac "
12
+ "regenerated": "2023-03-01 20:14:28.342350 ",
13
+ "spec_repo_commit": "d6815e0a "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10242,12 +10242,14 @@ components:
10242
10242
- infrastructure_configuration
10243
10243
- workload_security
10244
10244
- cloud_configuration
10245
+ - application_security
10245
10246
type: string
10246
10247
x-enum-varnames:
10247
10248
- LOG_DETECTION
10248
10249
- INFRASTRUCTURE_CONFIGURATION
10249
10250
- WORKLOAD_SECURITY
10250
10251
- CLOUD_CONFIGURATION
10252
+ - APPLICATION_SECURITY
10251
10253
SecurityMonitoringRuleUpdatePayload:
10252
10254
description: Update an existing rule.
10253
10255
properties:
Original file line number Diff line number Diff line change @@ -942,6 +942,7 @@ const enumsMap: { [key: string]: any[] } = {
942
942
"infrastructure_configuration" ,
943
943
"workload_security" ,
944
944
"cloud_configuration" ,
945
+ "application_security" ,
945
946
] ,
946
947
SecurityMonitoringSignalArchiveReason : [
947
948
"none" ,
Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ export type SecurityMonitoringRuleTypeRead =
15
15
| typeof INFRASTRUCTURE_CONFIGURATION
16
16
| typeof WORKLOAD_SECURITY
17
17
| typeof CLOUD_CONFIGURATION
18
+ | typeof APPLICATION_SECURITY
18
19
| UnparsedObject ;
19
20
export const LOG_DETECTION = "log_detection" ;
20
21
export const INFRASTRUCTURE_CONFIGURATION = "infrastructure_configuration" ;
21
22
export const WORKLOAD_SECURITY = "workload_security" ;
22
23
export const CLOUD_CONFIGURATION = "cloud_configuration" ;
24
+ export const APPLICATION_SECURITY = "application_security" ;
You can’t perform that action at this time.
0 commit comments