@maxim_mazurok/gapi.client.securitycenter-v1 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=v1
12
- // Revision: 20260206
12
+ // Revision: 20260219
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -680,6 +680,32 @@ declare namespace gapi.client {
680
680
  /** 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. */
681
681
  title?: string;
682
682
  }
683
+ interface ExternalExposure {
684
+ /** The full resource name of load balancer backend service, for example, "//compute.googleapis.com/projects/{project-id}/global/backendServices/{name}". */
685
+ backendService?: string;
686
+ /** The resource which is running the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/zones/{zone}/instances/{instance}.” */
687
+ exposedEndpoint?: string;
688
+ /** The name and version of the service, for example, "Jupyter Notebook 6.14.0". */
689
+ exposedService?: string;
690
+ /** The full resource name of the forwarding rule, for example, "//compute.googleapis.com/projects/{project-id}/global/forwardingRules/{forwarding-rule-name}". */
691
+ forwardingRule?: string;
692
+ /** The full resource name of the instance group, for example, "//compute.googleapis.com/projects/{project-id}/global/instanceGroups/{name}". */
693
+ instanceGroup?: string;
694
+ /** The full resource name of the load balancer firewall policy, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
695
+ loadBalancerFirewallPolicy?: string;
696
+ /** The full resource name of the network endpoint group, for example, "//compute.googleapis.com/projects/{project-id}/global/networkEndpointGroups/{name}". */
697
+ networkEndpointGroup?: string;
698
+ /** Private IP address of the exposed endpoint. */
699
+ privateIpAddress?: string;
700
+ /** Port number associated with private IP address. */
701
+ privatePort?: string;
702
+ /** Public IP address of the exposed endpoint. */
703
+ publicIpAddress?: string;
704
+ /** Public port number of the exposed endpoint. */
705
+ publicPort?: string;
706
+ /** The full resource name of the firewall policy of the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
707
+ serviceFirewallPolicy?: string;
708
+ }
683
709
  interface File {
684
710
  /** Prefix of the file contents as a JSON-encoded string. */
685
711
  contents?: string;
@@ -759,6 +785,8 @@ declare namespace gapi.client {
759
785
  eventTime?: string;
760
786
  /** Represents exfiltrations associated with the finding. */
761
787
  exfiltration?: Exfiltration;
788
+ /** External exposure associated with the finding. */
789
+ externalExposure?: ExternalExposure;
762
790
  /** Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields. */
763
791
  externalSystems?: {
764
792
  [P in string]: GoogleCloudSecuritycenterV1ExternalSystem;
@@ -1702,6 +1730,32 @@ declare namespace gapi.client {
1702
1730
  /** Total exfiltrated bytes processed for the entire job. */
1703
1731
  totalExfiltratedBytes?: string;
1704
1732
  }
1733
+ interface GoogleCloudSecuritycenterV2ExternalExposure {
1734
+ /** The full resource name of load balancer backend service, for example, "//compute.googleapis.com/projects/{project-id}/global/backendServices/{name}". */
1735
+ backendService?: string;
1736
+ /** The resource which is running the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/zones/{zone}/instances/{instance}.” */
1737
+ exposedEndpoint?: string;
1738
+ /** The name and version of the service, for example, "Jupyter Notebook 6.14.0". */
1739
+ exposedService?: string;
1740
+ /** The full resource name of the forwarding rule, for example, "//compute.googleapis.com/projects/{project-id}/global/forwardingRules/{forwarding-rule-name}". */
1741
+ forwardingRule?: string;
1742
+ /** The full resource name of the instance group, for example, "//compute.googleapis.com/projects/{project-id}/global/instanceGroups/{name}". */
1743
+ instanceGroup?: string;
1744
+ /** The full resource name of the load balancer firewall policy, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
1745
+ loadBalancerFirewallPolicy?: string;
1746
+ /** The full resource name of the network endpoint group, for example, "//compute.googleapis.com/projects/{project-id}/global/networkEndpointGroups/{name}". */
1747
+ networkEndpointGroup?: string;
1748
+ /** Private IP address of the exposed endpoint. */
1749
+ privateIpAddress?: string;
1750
+ /** Port number associated with private IP address. */
1751
+ privatePort?: string;
1752
+ /** Public IP address of the exposed endpoint. */
1753
+ publicIpAddress?: string;
1754
+ /** Public port number of the exposed endpoint. */
1755
+ publicPort?: string;
1756
+ /** The full resource name of the firewall policy of the exposed service, for example, "//compute.googleapis.com/projects/{project-id}/global/firewallPolicies/{policy-name}". */
1757
+ serviceFirewallPolicy?: string;
1758
+ }
1705
1759
  interface GoogleCloudSecuritycenterV2ExternalSystem {
1706
1760
  /** References primary/secondary etc assignees in the external system. */
1707
1761
  assignees?: string[];
@@ -1807,6 +1861,8 @@ declare namespace gapi.client {
1807
1861
  eventTime?: string;
1808
1862
  /** Represents exfiltrations associated with the finding. */
1809
1863
  exfiltration?: GoogleCloudSecuritycenterV2Exfiltration;
1864
+ /** External exposure associated with the finding. */
1865
+ externalExposure?: GoogleCloudSecuritycenterV2ExternalExposure;
1810
1866
  /** Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields. */
1811
1867
  externalSystems?: {
1812
1868
  [P in string]: GoogleCloudSecuritycenterV2ExternalSystem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1",
3
- "version": "0.2.20260206",
3
+ "version": "0.2.20260219",
4
4
  "description": "TypeScript typings for Security Command Center API v1",
5
5
  "repository": {
6
6
  "type": "git",