@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250315 → 0.0.20250411
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 +13 -19
- 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://securitycenter.googleapis.com/$discovery/rest?version=v1beta2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250411
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -72,6 +72,10 @@ declare namespace gapi.client {
|
|
|
72
72
|
/** A score of 0 means that there is low confidence that the detected event is an actual attack. A score of 1 means that there is high confidence that the detected event is an attack. See the [Adaptive Protection documentation](https://cloud.google.com/armor/docs/adaptive-protection-overview#configure-alert-tuning) for further explanation. */
|
|
73
73
|
confidence?: number;
|
|
74
74
|
}
|
|
75
|
+
interface AffectedResources {
|
|
76
|
+
/** The count of resources affected by the finding. */
|
|
77
|
+
count?: string;
|
|
78
|
+
}
|
|
75
79
|
interface Allowed {
|
|
76
80
|
/** Optional. Optional list of allowed IP rules. */
|
|
77
81
|
ipRules?: IpRule[];
|
|
@@ -242,24 +246,6 @@ declare namespace gapi.client {
|
|
|
242
246
|
/** Version of the standard or benchmark, for example, 1.1 */
|
|
243
247
|
version?: string;
|
|
244
248
|
}
|
|
245
|
-
interface ComplianceSnapshot {
|
|
246
|
-
/** The category of Findings matching. */
|
|
247
|
-
category?: string;
|
|
248
|
-
/** The cloud provider for the compliance snapshot. */
|
|
249
|
-
cloudProvider?: string;
|
|
250
|
-
/** The compliance standard (ie CIS). */
|
|
251
|
-
complianceStandard?: string;
|
|
252
|
-
/** The compliance version (ie 1.3) in CIS 1.3. */
|
|
253
|
-
complianceVersion?: string;
|
|
254
|
-
/** Total count of findings for the given properties. */
|
|
255
|
-
count?: string;
|
|
256
|
-
/** The leaf container resource name that is closest to the snapshot. */
|
|
257
|
-
leafContainerResource?: string;
|
|
258
|
-
/** The compliance snapshot name. Format: //sources//complianceSnapshots/ */
|
|
259
|
-
name?: string;
|
|
260
|
-
/** The snapshot time of the snapshot. */
|
|
261
|
-
snapshotTime?: string;
|
|
262
|
-
}
|
|
263
249
|
interface Config {
|
|
264
250
|
/** The state of enablement for the module at its level of the resource hierarchy. */
|
|
265
251
|
moduleEnablementState?: string;
|
|
@@ -497,6 +483,8 @@ declare namespace gapi.client {
|
|
|
497
483
|
interface Finding {
|
|
498
484
|
/** Access details associated with the finding, such as more information on the caller, which method was accessed, and from where. */
|
|
499
485
|
access?: Access;
|
|
486
|
+
/** AffectedResources associated with the finding. */
|
|
487
|
+
affectedResources?: AffectedResources;
|
|
500
488
|
/** Represents an application associated with the finding. */
|
|
501
489
|
application?: Application;
|
|
502
490
|
/** The results of an attack path simulation relevant to this finding. */
|
|
@@ -965,6 +953,10 @@ declare namespace gapi.client {
|
|
|
965
953
|
/** A score of 0 means that there is low confidence that the detected event is an actual attack. A score of 1 means that there is high confidence that the detected event is an attack. See the [Adaptive Protection documentation](https://cloud.google.com/armor/docs/adaptive-protection-overview#configure-alert-tuning) for further explanation. */
|
|
966
954
|
confidence?: number;
|
|
967
955
|
}
|
|
956
|
+
interface GoogleCloudSecuritycenterV2AffectedResources {
|
|
957
|
+
/** The count of resources affected by the finding. */
|
|
958
|
+
count?: string;
|
|
959
|
+
}
|
|
968
960
|
interface GoogleCloudSecuritycenterV2Allowed {
|
|
969
961
|
/** Optional. Optional list of allowed IP rules. */
|
|
970
962
|
ipRules?: GoogleCloudSecuritycenterV2IpRule[];
|
|
@@ -1379,6 +1371,8 @@ declare namespace gapi.client {
|
|
|
1379
1371
|
interface GoogleCloudSecuritycenterV2Finding {
|
|
1380
1372
|
/** Access details associated with the finding, such as more information on the caller, which method was accessed, and from where. */
|
|
1381
1373
|
access?: GoogleCloudSecuritycenterV2Access;
|
|
1374
|
+
/** AffectedResources associated with the finding. */
|
|
1375
|
+
affectedResources?: GoogleCloudSecuritycenterV2AffectedResources;
|
|
1382
1376
|
/** Represents an application associated with the finding. */
|
|
1383
1377
|
application?: GoogleCloudSecuritycenterV2Application;
|
|
1384
1378
|
/** The results of an attack path simulation relevant to this finding. */
|