File tree 3 files changed +8
-8
lines changed
packages/datadog-api-client-v2/models
3 files changed +8
-8
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.6",
7
- "regenerated": "2023-10-26 14:19:53.671257 ",
8
- "spec_repo_commit": "10504fc3 "
7
+ "regenerated": "2023-10-26 15:49:19.532723 ",
8
+ "spec_repo_commit": "0c94b48d "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-10-26 14:19:53.690712 ",
13
- "spec_repo_commit": "10504fc3 "
12
+ "regenerated": "2023-10-26 15:49:19.552654 ",
13
+ "spec_repo_commit": "0c94b48d "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -14072,7 +14072,7 @@ components:
14072
14072
14073
14073
associated values.'
14074
14074
properties:
14075
- attributes :
14075
+ custom :
14076
14076
additionalProperties: {}
14077
14077
description: A JSON object of attributes in the security signal.
14078
14078
example:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class SecurityMonitoringSignalAttributes {
14
14
/**
15
15
* A JSON object of attributes in the security signal.
16
16
*/
17
- "attributes " ?: { [ key : string ] : any } ;
17
+ "custom " ?: { [ key : string ] : any } ;
18
18
/**
19
19
* The message in the security signal defined by the rule that generated the signal.
20
20
*/
@@ -37,8 +37,8 @@ export class SecurityMonitoringSignalAttributes {
37
37
* @ignore
38
38
*/
39
39
static readonly attributeTypeMap : AttributeTypeMap = {
40
- attributes : {
41
- baseName : "attributes " ,
40
+ custom : {
41
+ baseName : "custom " ,
42
42
type : "{ [key: string]: any; }" ,
43
43
} ,
44
44
message : {
You can’t perform that action at this time.
0 commit comments