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

GooglePrivacyDlpV2DiscoveryCloudSqlFilter

import type { GooglePrivacyDlpV2DiscoveryCloudSqlFilter } 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, location, instance, database, and database resource name.

interface GooglePrivacyDlpV2DiscoveryCloudSqlFilter {
databaseResourceReference?: GooglePrivacyDlpV2DatabaseResourceReference;
}

§Properties

§

A specific set of database resources for this filter to apply to.

§

The database resource to scan. Targets including this can only include one target (the target with this database resource reference).

§

Catch-all. This should always be the last target 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.