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

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 +13 -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: 20250315
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -190,6 +190,10 @@ declare namespace gapi.client {
190
190
  /** 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
191
  storagePool?: string;
192
192
  }
193
+ interface Chokepoint {
194
+ /** 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. */
195
+ relatedFindings?: string[];
196
+ }
193
197
  interface CloudArmor {
194
198
  /** Information about potential Layer 7 DDoS attacks identified by [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview). */
195
199
  adaptiveProtection?: AdaptiveProtection;
@@ -503,6 +507,8 @@ declare namespace gapi.client {
503
507
  canonicalName?: string;
504
508
  /** The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION" */
505
509
  category?: string;
510
+ /** 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. */
511
+ chokepoint?: Chokepoint;
506
512
  /** Fields related to Cloud Armor findings. */
507
513
  cloudArmor?: CloudArmor;
508
514
  /** Cloud DLP data profile that is associated with the finding. */
@@ -1106,6 +1112,10 @@ declare namespace gapi.client {
1106
1112
  subjects?: GoogleCloudSecuritycenterV2Subject[];
1107
1113
  }
1108
1114
  interface GoogleCloudSecuritycenterV2BulkMuteFindingsResponse {}
1115
+ interface GoogleCloudSecuritycenterV2Chokepoint {
1116
+ /** 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. */
1117
+ relatedFindings?: string[];
1118
+ }
1109
1119
  interface GoogleCloudSecuritycenterV2CloudArmor {
1110
1120
  /** Information about potential Layer 7 DDoS attacks identified by [Google Cloud Armor Adaptive Protection](https://cloud.google.com/armor/docs/adaptive-protection-overview). */
1111
1121
  adaptiveProtection?: GoogleCloudSecuritycenterV2AdaptiveProtection;
@@ -1379,6 +1389,8 @@ declare namespace gapi.client {
1379
1389
  canonicalName?: string;
1380
1390
  /** Immutable. The additional taxonomy group within findings from a given source. Example: "XSS_FLASH_INJECTION" */
1381
1391
  category?: string;
1392
+ /** 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. */
1393
+ chokepoint?: GoogleCloudSecuritycenterV2Chokepoint;
1382
1394
  /** Fields related to Cloud Armor findings. */
1383
1395
  cloudArmor?: GoogleCloudSecuritycenterV2CloudArmor;
1384
1396
  /** 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.20250315",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",