Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 {
publishToDataplexCatalog?: GooglePrivacyDlpV2PublishToDataplexCatalog;
}

§Properties

§

Export data profiles into a provided location.

§

Publishes generated data profiles to Google Security Operations. For more information, see Use Sensitive Data Protection data in context-aware analytics.

§

Publishes a portion of each profile to Dataplex Catalog with the aspect type Sensitive Data Protection Profile.

§

Publishes findings to Security Command Center for each data profile.

§

Publish a message into the Pub/Sub topic.

§

Tags the profiled resources with the specified tag values.