@maxim_mazurok/gapi.client.securitycenter-v1beta2 0.2.20250916 → 0.2.20251006

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 +29 -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: 20250916
12
+ // Revision: 20251006
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -245,6 +245,8 @@ declare namespace gapi.client {
245
245
  interface CloudDlpDataProfile {
246
246
  /** Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`. */
247
247
  dataProfile?: string;
248
+ /** Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type. */
249
+ infoTypes?: InfoType[];
248
250
  /** The resource hierarchy level at which the data profile was generated. */
249
251
  parentType?: string;
250
252
  }
@@ -1236,6 +1238,8 @@ declare namespace gapi.client {
1236
1238
  interface GoogleCloudSecuritycenterV2CloudDlpDataProfile {
1237
1239
  /** Name of the data profile, for example, `projects/123/locations/europe/tableProfiles/8383929`. */
1238
1240
  dataProfile?: string;
1241
+ /** Type of information detected by SDP. Info type includes name, version and sensitivity of the detected information type. */
1242
+ infoTypes?: GoogleCloudSecuritycenterV2InfoType[];
1239
1243
  /** The resource hierarchy level at which the data profile was generated. */
1240
1244
  parentType?: string;
1241
1245
  }
@@ -1683,6 +1687,14 @@ declare namespace gapi.client {
1683
1687
  /** The list of URIs associated to the Findings. */
1684
1688
  uris?: string[];
1685
1689
  }
1690
+ interface GoogleCloudSecuritycenterV2InfoType {
1691
+ /** Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`. */
1692
+ name?: string;
1693
+ /** Optional custom sensitivity for this InfoType. This only applies to data profiling. */
1694
+ sensitivityScore?: GoogleCloudSecuritycenterV2SensitivityScore;
1695
+ /** Optional version name for this InfoType. */
1696
+ version?: string;
1697
+ }
1686
1698
  interface GoogleCloudSecuritycenterV2IpRule {
1687
1699
  /** Optional. An optional list of ports to which this rule applies. This field is only applicable for the UDP or (S)TCP protocols. Each entry must be either an integer or a range including a min and max port number. */
1688
1700
  portRanges?: GoogleCloudSecuritycenterV2PortRange[];
@@ -2189,6 +2201,10 @@ declare namespace gapi.client {
2189
2201
  /** Resource value mapping for medium-sensitivity Sensitive Data Protection findings */
2190
2202
  mediumSensitivityMapping?: string;
2191
2203
  }
2204
+ interface GoogleCloudSecuritycenterV2SensitivityScore {
2205
+ /** The sensitivity score applied to the resource. */
2206
+ score?: string;
2207
+ }
2192
2208
  interface GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo {
2193
2209
  /** The email address of a Google account. */
2194
2210
  principalEmail?: string;
@@ -2279,6 +2295,14 @@ declare namespace gapi.client {
2279
2295
  /** The list of URIs associated to the Findings. */
2280
2296
  uris?: string[];
2281
2297
  }
2298
+ interface InfoType {
2299
+ /** Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`. */
2300
+ name?: string;
2301
+ /** Optional custom sensitivity for this InfoType. This only applies to data profiling. */
2302
+ sensitivityScore?: SensitivityScore;
2303
+ /** Optional version name for this InfoType. */
2304
+ version?: string;
2305
+ }
2282
2306
  interface IpRule {
2283
2307
  /** Optional. An optional list of ports to which this rule applies. This field is only applicable for the UDP or (S)TCP protocols. Each entry must be either an integer or a range including a min and max port number. */
2284
2308
  portRanges?: PortRange[];
@@ -2607,6 +2631,10 @@ declare namespace gapi.client {
2607
2631
  /** The version of the posture, for example, `c7cfa2a8`. */
2608
2632
  revisionId?: string;
2609
2633
  }
2634
+ interface SensitivityScore {
2635
+ /** The sensitivity score applied to the resource. */
2636
+ score?: string;
2637
+ }
2610
2638
  interface ServiceAccountDelegationInfo {
2611
2639
  /** The email address of a Google account. */
2612
2640
  principalEmail?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
3
- "version": "0.2.20250916",
3
+ "version": "0.2.20251006",
4
4
  "description": "TypeScript typings for Security Command Center API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",