You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/security_monitoring/src/v2/SecurityMonitoringApi.ts
-28Lines changed: 0 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -3057,16 +3057,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
3057
3057
): Promise<RequestContext>{
3058
3058
const_config=_options||this.configuration;
3059
3059
3060
-
if(
3061
-
!_config.unstableOperations[
3062
-
"SecurityMonitoringApi.v2.listSecurityFindings"
3063
-
]
3064
-
){
3065
-
thrownewError(
3066
-
"Unstable operation 'listSecurityFindings' is disabled. Enable it by setting `configuration.unstableOperations['SecurityMonitoringApi.v2.listSecurityFindings'] = true`",
3067
-
);
3068
-
}
3069
-
3070
3060
// Path Params
3071
3061
constlocalVarPath="/api/v2/security/findings";
3072
3062
@@ -4349,16 +4339,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
4349
4339
): Promise<RequestContext>{
4350
4340
const_config=_options||this.configuration;
4351
4341
4352
-
if(
4353
-
!_config.unstableOperations[
4354
-
"SecurityMonitoringApi.v2.searchSecurityFindings"
4355
-
]
4356
-
){
4357
-
thrownewError(
4358
-
"Unstable operation 'searchSecurityFindings' is disabled. Enable it by setting `configuration.unstableOperations['SecurityMonitoringApi.v2.searchSecurityFindings'] = true`",
4359
-
);
4360
-
}
4361
-
4362
4342
// verify required parameter 'body' is not null or undefined
@@ -12062,10 +12042,6 @@ export class SecurityMonitoringApi {
12062
12042
/**
12063
12043
* Get a list of security findings that match a search query.
12064
12044
*
12065
-
* This endpoint requires one of the following permissions:
12066
-
* - `security_monitoring_findings_read`
12067
-
* - `appsec_vm_read`
12068
-
*
12069
12045
* ### Query Syntax
12070
12046
*
12071
12047
* This endpoint uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
@@ -12632,10 +12608,6 @@ export class SecurityMonitoringApi {
12632
12608
/**
12633
12609
* Get a list of security findings that match a search query.
12634
12610
*
12635
-
* This endpoint requires one of the following permissions:
12636
-
* - `security_monitoring_findings_read`
12637
-
* - `appsec_vm_read`
12638
-
*
12639
12611
* ### Query Syntax
12640
12612
*
12641
12613
* The API uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
0 commit comments