GooglePrivacyDlpV2VertexDatasetRegexes
import type { GooglePrivacyDlpV2VertexDatasetRegexes } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
A collection of regular expressions to determine what datasets to match against.
interface GooglePrivacyDlpV2VertexDatasetRegexes {
patterns?: GooglePrivacyDlpV2VertexDatasetRegex[];
}§Properties
§
patterns?: GooglePrivacyDlpV2VertexDatasetRegex[]
[src]Required. The group of regular expression patterns to match against one or more datasets. Maximum of 100 entries. The sum of the lengths of all regular expressions can't exceed 10 KiB.