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