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

GooglePrivacyDlpV2ExclusionRule

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

The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.

interface GooglePrivacyDlpV2ExclusionRule {
matchingType?:
| "MATCHING_TYPE_UNSPECIFIED"
| "MATCHING_TYPE_FULL_MATCH"
| "MATCHING_TYPE_PARTIAL_MATCH"
| "MATCHING_TYPE_INVERSE_MATCH";
}

§Properties

§

Dictionary which defines the rule.

§

Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.

§

Set of infoTypes for which findings would affect this rule.

§
matchingType?: "MATCHING_TYPE_UNSPECIFIED" | "MATCHING_TYPE_FULL_MATCH" | "MATCHING_TYPE_PARTIAL_MATCH" | "MATCHING_TYPE_INVERSE_MATCH"
[src]

How the rule is applied, see MatchingType documentation for details.

§

Regular expression which defines the rule.