GooglePrivacyDlpV2DataProfileAction
import type { GooglePrivacyDlpV2DataProfileAction } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
A task to execute when a data profile has been generated.
interface GooglePrivacyDlpV2DataProfileAction {
exportData?: GooglePrivacyDlpV2Export;
publishToChronicle?: GooglePrivacyDlpV2PublishToChronicle;
publishToDataplexCatalog?: GooglePrivacyDlpV2PublishToDataplexCatalog;
publishToScc?: GooglePrivacyDlpV2PublishToSecurityCommandCenter;
pubSubNotification?: GooglePrivacyDlpV2PubSubNotification;
tagResources?: GooglePrivacyDlpV2TagResources;
}§Properties
§
exportData?: GooglePrivacyDlpV2Export
[src]Export data profiles into a provided location.
§
publishToChronicle?: GooglePrivacyDlpV2PublishToChronicle
[src]Publishes generated data profiles to Google Security Operations. For more information, see Use Sensitive Data Protection data in context-aware analytics.
§
publishToDataplexCatalog?: GooglePrivacyDlpV2PublishToDataplexCatalog
[src]Publishes a portion of each profile to Dataplex Catalog with the aspect type Sensitive Data Protection Profile.
§
publishToScc?: GooglePrivacyDlpV2PublishToSecurityCommandCenter
[src]Publishes findings to Security Command Center for each data profile.
§
pubSubNotification?: GooglePrivacyDlpV2PubSubNotification
[src]Publish a message into the Pub/Sub topic.
§
tagResources?: GooglePrivacyDlpV2TagResources
[src]Tags the profiled resources with the specified tag values.