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

GooglePrivacyDlpV2DiscoveryBigQueryFilter

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

Determines what tables will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID, dataset ID, and table ID.

interface GooglePrivacyDlpV2DiscoveryBigQueryFilter {}

§Properties

§

Catch-all. This should always be the last filter in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.

§

A specific set of tables for this filter to apply to. A table collection must be specified in only one filter per config. If a table id or dataset is empty, Cloud DLP assumes all tables in that collection must be profiled. Must specify a project ID.