@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.0.20240415 → 0.0.20240429

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 +9 -9
  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: 20240415
12
+ // Revision: 20240429
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -79,7 +79,7 @@ declare namespace gapi.client {
79
79
  fullUri?: string;
80
80
  }
81
81
  interface Attack {
82
- /** Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’. */
82
+ /** Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'. */
83
83
  classification?: string;
84
84
  /** Total BPS (bytes per second) volume of attack. */
85
85
  volumeBps?: number;
@@ -159,7 +159,7 @@ declare namespace gapi.client {
159
159
  requests?: Requests;
160
160
  /** Information about the [Google Cloud Armor security policy](https://cloud.google.com/armor/docs/security-policy-overview) relevant to the finding. */
161
161
  securityPolicy?: SecurityPolicy;
162
- /** 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. */
162
+ /** 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. */
163
163
  threatVector?: string;
164
164
  }
165
165
  interface CloudDlpDataProfile {
@@ -724,7 +724,7 @@ declare namespace gapi.client {
724
724
  projectDisplayName?: string;
725
725
  /** Provides the path to the resource within the resource hierarchy. */
726
726
  resourcePath?: ResourcePath;
727
- /** A string representation of the resource path. For GCP, it has the format of: organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id} where there can be any number of folders. For AWS, it has the format of: org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id} where there can be any number of organizational units. For Azure, it has the format of: mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name} where there can be any number of management groups. */
727
+ /** A string representation of the resource path. For Google Cloud, it has the format of organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id} where there can be any number of folders. For AWS, it has the format of org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id} where there can be any number of organizational units. For Azure, it has the format of mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name} where there can be any number of management groups. */
728
728
  resourcePathString?: string;
729
729
  /** The parent service or product from which the resource is provided, for example, GKE or SNS. */
730
730
  service?: string;
@@ -838,7 +838,7 @@ declare namespace gapi.client {
838
838
  fullUri?: string;
839
839
  }
840
840
  interface GoogleCloudSecuritycenterV2Attack {
841
- /** Type of attack, for example, SYN-flood’, NTP-udp’, or CHARGEN-udp’. */
841
+ /** Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'. */
842
842
  classification?: string;
843
843
  /** Total BPS (bytes per second) volume of attack. */
844
844
  volumeBps?: number;
@@ -947,7 +947,7 @@ declare namespace gapi.client {
947
947
  requests?: GoogleCloudSecuritycenterV2Requests;
948
948
  /** Information about the [Google Cloud Armor security policy](https://cloud.google.com/armor/docs/security-policy-overview) relevant to the finding. */
949
949
  securityPolicy?: GoogleCloudSecuritycenterV2SecurityPolicy;
950
- /** 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. */
950
+ /** 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. */
951
951
  threatVector?: string;
952
952
  }
953
953
  interface GoogleCloudSecuritycenterV2CloudDlpDataProfile {
@@ -1483,7 +1483,7 @@ declare namespace gapi.client {
1483
1483
  name?: string;
1484
1484
  /** Provides the path to the resource within the resource hierarchy. */
1485
1485
  resourcePath?: GoogleCloudSecuritycenterV2ResourcePath;
1486
- /** A string representation of the resource path. For GCP, it has the format of: organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id} where there can be any number of folders. For AWS, it has the format of: org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id} where there can be any number of organizational units. For Azure, it has the format of: mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name} where there can be any number of management groups. */
1486
+ /** A string representation of the resource path. For Google Cloud, it has the format of organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id} where there can be any number of folders. For AWS, it has the format of org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id} where there can be any number of organizational units. For Azure, it has the format of mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name} where there can be any number of management groups. */
1487
1487
  resourcePathString?: string;
1488
1488
  /** The service or resource provider associated with the resource. */
1489
1489
  service?: string;
@@ -1555,7 +1555,7 @@ declare namespace gapi.client {
1555
1555
  name?: string;
1556
1556
  /** Whether or not the associated rule or policy is in preview mode. */
1557
1557
  preview?: boolean;
1558
- /** The type of Google Cloud Armor security policy for example, backend security policy’, edge security policy’, network edge security policy’, or always-on DDoS protection’. */
1558
+ /** The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'. */
1559
1559
  type?: string;
1560
1560
  }
1561
1561
  interface GoogleCloudSecuritycenterV2SecurityPosture {
@@ -1894,7 +1894,7 @@ declare namespace gapi.client {
1894
1894
  name?: string;
1895
1895
  /** Whether or not the associated rule or policy is in preview mode. */
1896
1896
  preview?: boolean;
1897
- /** The type of Google Cloud Armor security policy for example, backend security policy’, edge security policy’, network edge security policy’, or always-on DDoS protection’. */
1897
+ /** The type of Google Cloud Armor security policy for example, 'backend security policy', 'edge security policy', 'network edge security policy', or 'always-on DDoS protection'. */
1898
1898
  type?: string;
1899
1899
  }
1900
1900
  interface SecurityPosture {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.0.20240415",
3
+ "version": "0.0.20240429",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",