@maxim_mazurok/gapi.client.websecurityscanner-v1 0.0.20241102 → 0.0.20250105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +7 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://websecurityscanner.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250105
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -170,11 +170,12 @@ declare namespace gapi.client {
|
|
|
170
170
|
exportToSecurityCommandCenter?: string;
|
|
171
171
|
/** Whether to keep scanning even if most requests return HTTP error codes. */
|
|
172
172
|
ignoreHttpStatusErrors?: boolean;
|
|
173
|
+
latestRun?: ScanRun;
|
|
173
174
|
/** Whether the scan config is managed by Web Security Scanner, output only. */
|
|
174
175
|
managedScan?: boolean;
|
|
175
176
|
/** The maximum QPS during scanning. A valid value ranges from 5 to 20 inclusively. If the field is unspecified or its value is set 0, server will default to 15. Other values outside of [5, 20] range will be rejected with INVALID_ARGUMENT error. */
|
|
176
177
|
maxQps?: number;
|
|
177
|
-
/** The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */
|
|
178
|
+
/** Identifier. The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */
|
|
178
179
|
name?: string;
|
|
179
180
|
/** The risk level selected for the scan */
|
|
180
181
|
riskLevel?: string;
|
|
@@ -184,6 +185,8 @@ declare namespace gapi.client {
|
|
|
184
185
|
startingUrls?: string[];
|
|
185
186
|
/** Whether the scan configuration has enabled static IP address scan feature. If enabled, the scanner will access applications from static IP addresses. */
|
|
186
187
|
staticIpScan?: boolean;
|
|
188
|
+
/** Set of Google Cloud platforms targeted by the scan. If empty, APP_ENGINE will be used as a default. */
|
|
189
|
+
targetPlatforms?: string[];
|
|
187
190
|
/** The user agent used during scanning. */
|
|
188
191
|
userAgent?: string;
|
|
189
192
|
}
|
|
@@ -672,7 +675,7 @@ declare namespace gapi.client {
|
|
|
672
675
|
fields?: string;
|
|
673
676
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
674
677
|
key?: string;
|
|
675
|
-
/** The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */
|
|
678
|
+
/** Identifier. The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */
|
|
676
679
|
name: string;
|
|
677
680
|
/** OAuth 2.0 token for the current user. */
|
|
678
681
|
oauth_token?: string;
|
|
@@ -703,7 +706,7 @@ declare namespace gapi.client {
|
|
|
703
706
|
fields?: string;
|
|
704
707
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
705
708
|
key?: string;
|
|
706
|
-
/** The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */
|
|
709
|
+
/** Identifier. The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */
|
|
707
710
|
name: string;
|
|
708
711
|
/** OAuth 2.0 token for the current user. */
|
|
709
712
|
oauth_token?: string;
|