@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.2.20260206 → 0.2.20260219

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 +57 -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: 20260206
12
+ // Revision: 20260219
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -555,6 +555,32 @@ declare namespace gapi.client {
555
555
  /** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
556
556
  title?: string;
557
557
  }
558
+ interface ExternalExposure {
559
+ /** The full resource name of load balancer backend service, for example, "//compute.googleapis.com/projects/{project-id}/global/backendServices/{name}". */
560
+ backendService?: string;
561
+ /** The resource which is running the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/zones/{zone}/instances/{instance}.” */
562
+ exposedEndpoint?: string;
563
+ /** The name and version of the service, for example, "Jupyter Notebook 6.14.0". */
564
+ exposedService?: string;
565
+ /** The full resource name of the forwarding rule, for example, "//compute.googleapis.com/projects/{project-id}/global/forwardingRules/{forwarding-rule-name}". */
566
+ forwardingRule?: string;
567
+ /** The full resource name of the instance group, for example, "//compute.googleapis.com/projects/{project-id}/global/instanceGroups/{name}". */
568
+ instanceGroup?: string;
569
+ /** The full resource name of the load balancer firewall policy, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
570
+ loadBalancerFirewallPolicy?: string;
571
+ /** The full resource name of the network endpoint group, for example, "//compute.googleapis.com/projects/{project-id}/global/networkEndpointGroups/{name}". */
572
+ networkEndpointGroup?: string;
573
+ /** Private IP address of the exposed endpoint. */
574
+ privateIpAddress?: string;
575
+ /** Port number associated with private IP address. */
576
+ privatePort?: string;
577
+ /** Public IP address of the exposed endpoint. */
578
+ publicIpAddress?: string;
579
+ /** Public port number of the exposed endpoint. */
580
+ publicPort?: string;
581
+ /** The full resource name of the firewall policy of the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
582
+ serviceFirewallPolicy?: string;
583
+ }
558
584
  interface File {
559
585
  /** Prefix of the file contents as a JSON-encoded string. */
560
586
  contents?: string;
@@ -634,6 +660,8 @@ declare namespace gapi.client {
634
660
  eventTime?: string;
635
661
  /** Represents exfiltrations associated with the finding. */
636
662
  exfiltration?: Exfiltration;
663
+ /** External exposure associated with the finding. */
664
+ externalExposure?: ExternalExposure;
637
665
  /** Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields. */
638
666
  externalSystems?: {
639
667
  [P in string]: GoogleCloudSecuritycenterV1ExternalSystem;
@@ -1569,6 +1597,32 @@ declare namespace gapi.client {
1569
1597
  /** Total exfiltrated bytes processed for the entire job. */
1570
1598
  totalExfiltratedBytes?: string;
1571
1599
  }
1600
+ interface GoogleCloudSecuritycenterV2ExternalExposure {
1601
+ /** The full resource name of load balancer backend service, for example, "//compute.googleapis.com/projects/{project-id}/global/backendServices/{name}". */
1602
+ backendService?: string;
1603
+ /** The resource which is running the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/zones/{zone}/instances/{instance}.” */
1604
+ exposedEndpoint?: string;
1605
+ /** The name and version of the service, for example, "Jupyter Notebook 6.14.0". */
1606
+ exposedService?: string;
1607
+ /** The full resource name of the forwarding rule, for example, "//compute.googleapis.com/projects/{project-id}/global/forwardingRules/{forwarding-rule-name}". */
1608
+ forwardingRule?: string;
1609
+ /** The full resource name of the instance group, for example, "//compute.googleapis.com/projects/{project-id}/global/instanceGroups/{name}". */
1610
+ instanceGroup?: string;
1611
+ /** The full resource name of the load balancer firewall policy, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
1612
+ loadBalancerFirewallPolicy?: string;
1613
+ /** The full resource name of the network endpoint group, for example, "//compute.googleapis.com/projects/{project-id}/global/networkEndpointGroups/{name}". */
1614
+ networkEndpointGroup?: string;
1615
+ /** Private IP address of the exposed endpoint. */
1616
+ privateIpAddress?: string;
1617
+ /** Port number associated with private IP address. */
1618
+ privatePort?: string;
1619
+ /** Public IP address of the exposed endpoint. */
1620
+ publicIpAddress?: string;
1621
+ /** Public port number of the exposed endpoint. */
1622
+ publicPort?: string;
1623
+ /** The full resource name of the firewall policy of the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
1624
+ serviceFirewallPolicy?: string;
1625
+ }
1572
1626
  interface GoogleCloudSecuritycenterV2ExternalSystem {
1573
1627
  /** References primary/secondary etc assignees in the external system. */
1574
1628
  assignees?: string[];
@@ -1674,6 +1728,8 @@ declare namespace gapi.client {
1674
1728
  eventTime?: string;
1675
1729
  /** Represents exfiltrations associated with the finding. */
1676
1730
  exfiltration?: GoogleCloudSecuritycenterV2Exfiltration;
1731
+ /** External exposure associated with the finding. */
1732
+ externalExposure?: GoogleCloudSecuritycenterV2ExternalExposure;
1677
1733
  /** Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields. */
1678
1734
  externalSystems?: {
1679
1735
  [P in string]: GoogleCloudSecuritycenterV2ExternalSystem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.2.20260206",
3
+ "version": "0.2.20260219",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",