@maxim_mazurok/gapi.client.dlp-v2 0.0.20240825 → 0.0.20240908

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 +7 -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://dlp.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20240825
12
+ // Revision: 20240908
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -533,6 +533,10 @@ declare namespace gapi.client {
533
533
  interface GooglePrivacyDlpV2DataProfileAction {
534
534
  /** Export data profiles into a provided location. */
535
535
  exportData?: GooglePrivacyDlpV2Export;
536
+ /** Publishes generated data profiles to Google Security Operations. For more information, see [Use Sensitive Data Protection data in context-aware analytics](https://cloud.google.com/chronicle/docs/detection/usecase-dlp-high-risk-user-download). */
537
+ publishToChronicle?: any;
538
+ /** Publishes findings to SCC for each data profile. */
539
+ publishToScc?: any;
536
540
  /** Publish a message into the Pub/Sub topic. */
537
541
  pubSubNotification?: GooglePrivacyDlpV2PubSubNotification;
538
542
  /** Tags the profiled resources with the specified tag values. */
@@ -1682,10 +1686,12 @@ declare namespace gapi.client {
1682
1686
  }
1683
1687
  interface GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog {}
1684
1688
  interface GooglePrivacyDlpV2PublishSummaryToCscc {}
1689
+ interface GooglePrivacyDlpV2PublishToChronicle {}
1685
1690
  interface GooglePrivacyDlpV2PublishToPubSub {
1686
1691
  /** Cloud Pub/Sub topic to send notifications to. The topic must have given publishing access rights to the DLP API service account executing the long running DlpJob sending the notifications. Format is projects/{project}/topics/{topic}. */
1687
1692
  topic?: string;
1688
1693
  }
1694
+ interface GooglePrivacyDlpV2PublishToSecurityCommandCenter {}
1689
1695
  interface GooglePrivacyDlpV2PublishToStackdriver {}
1690
1696
  interface GooglePrivacyDlpV2PubSubCondition {
1691
1697
  /** The minimum data risk score that triggers the condition. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20240825",
3
+ "version": "0.0.20240908",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",