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

GooglePrivacyDlpV2InfoTypeLimit

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

Max findings configuration per infoType, per content item or long running DlpJob.

interface GooglePrivacyDlpV2InfoTypeLimit {
maxFindings?: number;
}

§Properties

§

Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.

§
maxFindings?: number
[src]

Max findings limit for the given infoType.