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