@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250308 → 0.0.20250326

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.
Files changed (2) hide show
  1. package/index.d.ts +25 -1
  2. 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: 20250308
12
+ // Revision: 20250326
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[];
@@ -190,6 +194,10 @@ declare namespace gapi.client {
190
194
  /** The name of the Backup and DR storage pool that the backup and recovery appliance is storing data in. The storage pool could be of type Cloud, Primary, Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools). For example, `DiskPoolOne`. */
191
195
  storagePool?: string;
192
196
  }
197
+ interface Chokepoint {
198
+ /** List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings. */
199
+ relatedFindings?: string[];
200
+ }
193
201
  interface CloudArmor {
194
202
  /** Information about potential Layer 7 DDoS attacks identified by [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview). */
195
203
  adaptiveProtection?: AdaptiveProtection;
@@ -493,6 +501,8 @@ declare namespace gapi.client {
493
501
  interface Finding {
494
502
  /** Access details associated with the finding, such as more information on the caller, which method was accessed, and from where. */
495
503
  access?: Access;
504
+ /** AffectedResources associated with the finding. */
505
+ affectedResources?: AffectedResources;
496
506
  /** Represents an application associated with the finding. */
497
507
  application?: Application;
498
508
  /** The results of an attack path simulation relevant to this finding. */
@@ -503,6 +513,8 @@ declare namespace gapi.client {
503
513
  canonicalName?: string;
504
514
  /** The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION" */
505
515
  category?: string;
516
+ /** Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on [attack path simulations] (https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_path_simulations). This field cannot be updated. Its value is ignored in all update requests. */
517
+ chokepoint?: Chokepoint;
506
518
  /** Fields related to Cloud Armor findings. */
507
519
  cloudArmor?: CloudArmor;
508
520
  /** Cloud DLP data profile that is associated with the finding. */
@@ -959,6 +971,10 @@ declare namespace gapi.client {
959
971
  /** 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. */
960
972
  confidence?: number;
961
973
  }
974
+ interface GoogleCloudSecuritycenterV2AffectedResources {
975
+ /** The count of resources affected by the finding. */
976
+ count?: string;
977
+ }
962
978
  interface GoogleCloudSecuritycenterV2Allowed {
963
979
  /** Optional. Optional list of allowed IP rules. */
964
980
  ipRules?: GoogleCloudSecuritycenterV2IpRule[];
@@ -1106,6 +1122,10 @@ declare namespace gapi.client {
1106
1122
  subjects?: GoogleCloudSecuritycenterV2Subject[];
1107
1123
  }
1108
1124
  interface GoogleCloudSecuritycenterV2BulkMuteFindingsResponse {}
1125
+ interface GoogleCloudSecuritycenterV2Chokepoint {
1126
+ /** List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings. */
1127
+ relatedFindings?: string[];
1128
+ }
1109
1129
  interface GoogleCloudSecuritycenterV2CloudArmor {
1110
1130
  /** Information about potential Layer 7 DDoS attacks identified by [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview). */
1111
1131
  adaptiveProtection?: GoogleCloudSecuritycenterV2AdaptiveProtection;
@@ -1369,6 +1389,8 @@ declare namespace gapi.client {
1369
1389
  interface GoogleCloudSecuritycenterV2Finding {
1370
1390
  /** Access details associated with the finding, such as more information on the caller, which method was accessed, and from where. */
1371
1391
  access?: GoogleCloudSecuritycenterV2Access;
1392
+ /** AffectedResources associated with the finding. */
1393
+ affectedResources?: GoogleCloudSecuritycenterV2AffectedResources;
1372
1394
  /** Represents an application associated with the finding. */
1373
1395
  application?: GoogleCloudSecuritycenterV2Application;
1374
1396
  /** The results of an attack path simulation relevant to this finding. */
@@ -1379,6 +1401,8 @@ declare namespace gapi.client {
1379
1401
  canonicalName?: string;
1380
1402
  /** Immutable. The additional taxonomy group within findings from a given source. Example: "XSS_FLASH_INJECTION" */
1381
1403
  category?: string;
1404
+ /** Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on [attack path simulations] (https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_path_simulations). This field cannot be updated. Its value is ignored in all update requests. */
1405
+ chokepoint?: GoogleCloudSecuritycenterV2Chokepoint;
1382
1406
  /** Fields related to Cloud Armor findings. */
1383
1407
  cloudArmor?: GoogleCloudSecuritycenterV2CloudArmor;
1384
1408
  /** Cloud DLP data profile that is associated with the finding. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20250308",
3
+ "version": "0.0.20250326",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",