@maxim_mazurok/gapi.client.dlp-v2 0.0.20240818 → 0.0.20240901
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.
- package/index.d.ts +9 -3
- 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:
|
|
12
|
+
// Revision: 20240901
|
|
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. */
|
|
@@ -591,7 +595,7 @@ declare namespace gapi.client {
|
|
|
591
595
|
score?: string;
|
|
592
596
|
}
|
|
593
597
|
interface GooglePrivacyDlpV2DataSourceType {
|
|
594
|
-
/** Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table
|
|
598
|
+
/** Output only. An identifying string to the type of resource being profiled. Current values: * google/bigquery/table * google/project * google/sql/table * google/gcs/bucket */
|
|
595
599
|
dataSource?: string;
|
|
596
600
|
}
|
|
597
601
|
interface GooglePrivacyDlpV2DatastoreKey {
|
|
@@ -1667,7 +1671,7 @@ declare namespace gapi.client {
|
|
|
1667
1671
|
profileLastGenerated?: string;
|
|
1668
1672
|
/** Success or error status of the last attempt to profile the project. */
|
|
1669
1673
|
profileStatus?: GooglePrivacyDlpV2ProfileStatus;
|
|
1670
|
-
/** Project ID that was profiled. */
|
|
1674
|
+
/** Project ID or account that was profiled. */
|
|
1671
1675
|
projectId?: string;
|
|
1672
1676
|
/** The sensitivity score of this project. */
|
|
1673
1677
|
sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
|
|
@@ -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. */
|