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

GooglePrivacyDlpV2OrConditions

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

There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.

interface GooglePrivacyDlpV2OrConditions {
minAge?: number;
minRowCount?: number;
}

§Properties

§
minAge?: number
[src]

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

§
minRowCount?: number
[src]

Minimum number of rows that should be present before Cloud DLP profiles a table