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

GooglePrivacyDlpV2Action

import type { GooglePrivacyDlpV2Action } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

A task to execute on the completion of a job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-actions to learn more.

interface GooglePrivacyDlpV2Action {
publishFindingsToCloudDataCatalog?: GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog;
}

§Properties

§

Create a de-identified copy of the input data.

§

Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.

§

Publish findings to Cloud Datahub.

§

Publish summary to Cloud Security Command Center (Alpha).

§

Enable Stackdriver metric dlp.googleapis.com/finding_count.

§

Publish a notification to a Pub/Sub topic.

§

Save resulting findings in a provided location.