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

GooglePrivacyDlpV2DiscoveryCloudSqlConditions

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

Requirements that must be true before a table is profiled for the first time.

interface GooglePrivacyDlpV2DiscoveryCloudSqlConditions {
databaseEngines?:
| "DATABASE_ENGINE_UNSPECIFIED"
| "ALL_SUPPORTED_DATABASE_ENGINES"
| "MYSQL"
| "POSTGRES"[];
types?: "DATABASE_RESOURCE_TYPE_UNSPECIFIED" | "DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES" | "DATABASE_RESOURCE_TYPE_TABLE"[];
}

§Properties

§
databaseEngines?: "DATABASE_ENGINE_UNSPECIFIED" | "ALL_SUPPORTED_DATABASE_ENGINES" | "MYSQL" | "POSTGRES"[]
[src]

Optional. Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified.

§
types?: "DATABASE_RESOURCE_TYPE_UNSPECIFIED" | "DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES" | "DATABASE_RESOURCE_TYPE_TABLE"[]
[src]

Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].