File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed
packages/datadog-api-client-v1/apis Expand file tree Collapse file tree 3 files changed +4
-18
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.2",
7
- "regenerated": "2022-05-26 16:07:25.397102 ",
8
- "spec_repo_commit": "55b88fd3 "
7
+ "regenerated": "2022-06-01 08:09:47.676672 ",
8
+ "spec_repo_commit": "921d5a27 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.2",
12
- "regenerated": "2022-05-26 16:07:25.410523 ",
13
- "spec_repo_commit": "55b88fd3 "
12
+ "regenerated": "2022-06-01 08:09:47.689138 ",
13
+ "spec_repo_commit": "921d5a27 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -16742,8 +16742,6 @@ components:
16742
16742
downtimes.
16743
16743
monitors_read: View monitors.
16744
16744
monitors_write: Edit, mute, and delete individual monitors.
16745
- security_monitoring_signals_read: View Security Signals.
16746
- security_monitoring_signals_write: Modify Security Signals.
16747
16745
synthetics_global_variable_read: View, search, and use in tests the list
16748
16746
of global variables available for Synthetics.
16749
16747
synthetics_global_variable_write: Create, edit, and delete global variables
@@ -23405,11 +23403,6 @@ paths:
23405
23403
description: Not Found
23406
23404
'429':
23407
23405
$ref: '#/components/responses/TooManyRequestsResponse'
23408
- security:
23409
- - AuthZ:
23410
- - security_monitoring_signals_write
23411
- apiKeyAuth: []
23412
- appKeyAuth: []
23413
23406
summary: Modify the triage assignee of a security signal
23414
23407
tags:
23415
23408
- Security Monitoring
@@ -23456,11 +23449,6 @@ paths:
23456
23449
description: Not Found
23457
23450
'429':
23458
23451
$ref: '#/components/responses/TooManyRequestsResponse'
23459
- security:
23460
- - AuthZ:
23461
- - security_monitoring_signals_write
23462
- apiKeyAuth: []
23463
- appKeyAuth: []
23464
23452
summary: Change the triage state of a security signal
23465
23453
tags:
23466
23454
- Security Monitoring
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
123
123
124
124
// Apply auth methods
125
125
applySecurityAuthentication ( _config , requestContext , [
126
- "AuthZ" ,
127
126
"apiKeyAuth" ,
128
127
"appKeyAuth" ,
129
128
] ) ;
@@ -180,7 +179,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
180
179
181
180
// Apply auth methods
182
181
applySecurityAuthentication ( _config , requestContext , [
183
- "AuthZ" ,
184
182
"apiKeyAuth" ,
185
183
"appKeyAuth" ,
186
184
] ) ;
You can’t perform that action at this time.
0 commit comments