@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20250714 → 0.0.20250725

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 +78 -2
  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: 20250714
12
+ // Revision: 20250725
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -232,6 +232,16 @@ declare namespace gapi.client {
232
232
  /** Distinguish between volumetric & protocol DDoS attack and application layer attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7" for Layer 7 DDoS attacks. */
233
233
  threatVector?: string;
234
234
  }
235
+ interface CloudControl {
236
+ /** Name of the CloudControl associated with the finding. */
237
+ cloudControlName?: string;
238
+ /** Policy type of the CloudControl */
239
+ policyType?: string;
240
+ /** Type of cloud control. */
241
+ type?: string;
242
+ /** Version of the Cloud Control */
243
+ version?: number;
244
+ }
235
245
  interface CloudDlpDataProfile {
236
246
  /** Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`. */
237
247
  dataProfile?: string;
@@ -266,6 +276,14 @@ declare namespace gapi.client {
266
276
  /** Version of the standard or benchmark, for example, 1.1 */
267
277
  version?: string;
268
278
  }
279
+ interface ComplianceDetails {
280
+ /** CloudControl associated with the finding */
281
+ cloudControl?: CloudControl;
282
+ /** Cloud Control Deployments associated with the finding. For example, organizations/123/locations/global/cloudControlDeployments/deploymentIdentifier */
283
+ cloudControlDeploymentNames?: string[];
284
+ /** Details of Frameworks associated with the finding */
285
+ frameworks?: Framework[];
286
+ }
269
287
  interface Config {
270
288
  /** The state of enablement for the module at its level of the resource hierarchy. */
271
289
  moduleEnablementState?: string;
@@ -316,6 +334,12 @@ declare namespace gapi.client {
316
334
  /** Output only. The time the settings were last updated. */
317
335
  updateTime?: string;
318
336
  }
337
+ interface Control {
338
+ /** Name of the Control */
339
+ controlName?: string;
340
+ /** Display name of the control. For example, AU-02. */
341
+ displayName?: string;
342
+ }
319
343
  interface Cve {
320
344
  /** Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document */
321
345
  cvssv3?: Cvssv3;
@@ -546,6 +570,8 @@ declare namespace gapi.client {
546
570
  cloudDlpDataProfile?: CloudDlpDataProfile;
547
571
  /** Cloud Data Loss Prevention (Cloud DLP) inspection results that are associated with the finding. */
548
572
  cloudDlpInspection?: CloudDlpInspection;
573
+ /** Details about the compliance implications of the finding. */
574
+ complianceDetails?: ComplianceDetails;
549
575
  /** Contains compliance information for security standards associated to the finding. */
550
576
  compliances?: Compliance[];
551
577
  /** Contains information about the IP connection associated with the finding. */
@@ -653,6 +679,18 @@ declare namespace gapi.client {
653
679
  /** The user defined display name for this folder. */
654
680
  resourceFolderDisplayName?: string;
655
681
  }
682
+ interface Framework {
683
+ /** Category of the framework associated with the finding. E.g. Security Benchmark, or Assured Workloads */
684
+ category?: string[];
685
+ /** The controls associated with the framework. */
686
+ controls?: Control[];
687
+ /** Display name of the framework. For a standard framework, this will look like e.g. PCI DSS 3.2.1, whereas for a custom framework it can be a user defined string like MyFramework */
688
+ displayName?: string;
689
+ /** Name of the framework associated with the finding */
690
+ name?: string;
691
+ /** Type of the framework associated with the finding, to specify whether the framework is built-in (pre-defined and immutable) or a custom framework defined by the customer (equivalent to security posture) */
692
+ type?: string;
693
+ }
656
694
  interface GcpMetadata {
657
695
  /** Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization. */
658
696
  folders?: GoogleCloudSecuritycenterV2Folder[];
@@ -1183,6 +1221,16 @@ declare namespace gapi.client {
1183
1221
  /** Distinguish between volumetric & protocol DDoS attack and application layer attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7" for Layer 7 DDoS attacks. */
1184
1222
  threatVector?: string;
1185
1223
  }
1224
+ interface GoogleCloudSecuritycenterV2CloudControl {
1225
+ /** Name of the CloudControl associated with the finding. */
1226
+ cloudControlName?: string;
1227
+ /** Policy type of the CloudControl */
1228
+ policyType?: string;
1229
+ /** Type of cloud control. */
1230
+ type?: string;
1231
+ /** Version of the Cloud Control */
1232
+ version?: number;
1233
+ }
1186
1234
  interface GoogleCloudSecuritycenterV2CloudDlpDataProfile {
1187
1235
  /** Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`. */
1188
1236
  dataProfile?: string;
@@ -1217,6 +1265,14 @@ declare namespace gapi.client {
1217
1265
  /** Version of the standard or benchmark, for example, 1.1 */
1218
1266
  version?: string;
1219
1267
  }
1268
+ interface GoogleCloudSecuritycenterV2ComplianceDetails {
1269
+ /** CloudControl associated with the finding */
1270
+ cloudControl?: GoogleCloudSecuritycenterV2CloudControl;
1271
+ /** Cloud Control Deployments associated with the finding. For example, organizations/123/locations/global/cloudControlDeployments/deploymentIdentifier */
1272
+ cloudControlDeploymentNames?: string[];
1273
+ /** Details of Frameworks associated with the finding */
1274
+ frameworks?: GoogleCloudSecuritycenterV2Framework[];
1275
+ }
1220
1276
  interface GoogleCloudSecuritycenterV2Connection {
1221
1277
  /** Destination IP address. Not present for sockets that are listening and not connected. */
1222
1278
  destinationIp?: string;
@@ -1249,6 +1305,12 @@ declare namespace gapi.client {
1249
1305
  /** Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags. */
1250
1306
  uri?: string;
1251
1307
  }
1308
+ interface GoogleCloudSecuritycenterV2Control {
1309
+ /** Name of the Control */
1310
+ controlName?: string;
1311
+ /** Display name of the control. For example, AU-02. */
1312
+ displayName?: string;
1313
+ }
1252
1314
  interface GoogleCloudSecuritycenterV2Cve {
1253
1315
  /** Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document */
1254
1316
  cvssv3?: GoogleCloudSecuritycenterV2Cvssv3;
@@ -1468,6 +1530,8 @@ declare namespace gapi.client {
1468
1530
  cloudDlpDataProfile?: GoogleCloudSecuritycenterV2CloudDlpDataProfile;
1469
1531
  /** Cloud Data Loss Prevention (Cloud DLP) inspection results that are associated with the finding. */
1470
1532
  cloudDlpInspection?: GoogleCloudSecuritycenterV2CloudDlpInspection;
1533
+ /** Details about the compliance implications of the finding. */
1534
+ complianceDetails?: GoogleCloudSecuritycenterV2ComplianceDetails;
1471
1535
  /** Contains compliance information for security standards associated to the finding. */
1472
1536
  compliances?: GoogleCloudSecuritycenterV2Compliance[];
1473
1537
  /** Contains information about the IP connection associated with the finding. */
@@ -1575,6 +1639,18 @@ declare namespace gapi.client {
1575
1639
  /** The user defined display name for this folder. */
1576
1640
  resourceFolderDisplayName?: string;
1577
1641
  }
1642
+ interface GoogleCloudSecuritycenterV2Framework {
1643
+ /** Category of the framework associated with the finding. E.g. Security Benchmark, or Assured Workloads */
1644
+ category?: string[];
1645
+ /** The controls associated with the framework. */
1646
+ controls?: GoogleCloudSecuritycenterV2Control[];
1647
+ /** Display name of the framework. For a standard framework, this will look like e.g. PCI DSS 3.2.1, whereas for a custom framework it can be a user defined string like MyFramework */
1648
+ displayName?: string;
1649
+ /** Name of the framework associated with the finding */
1650
+ name?: string;
1651
+ /** Type of the framework associated with the finding, to specify whether the framework is built-in (pre-defined and immutable) or a custom framework defined by the customer (equivalent to security posture) */
1652
+ type?: string;
1653
+ }
1578
1654
  interface GoogleCloudSecuritycenterV2Geolocation {
1579
1655
  /** A CLDR. */
1580
1656
  regionCode?: string;
@@ -1994,7 +2070,7 @@ declare namespace gapi.client {
1994
2070
  cloudProvider?: string;
1995
2071
  /** The human readable name of the resource. */
1996
2072
  displayName?: string;
1997
- /** The GCP metadata associated with the finding. */
2073
+ /** The Google Cloud metadata associated with the finding. */
1998
2074
  gcpMetadata?: GcpMetadata;
1999
2075
  /** The region or location of the service (if applicable). */
2000
2076
  location?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20250714",
3
+ "version": "0.0.20250725",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",