GooglePrivacyDlpV2CloudStorageRegex
import type { GooglePrivacyDlpV2CloudStorageRegex } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
A pattern to match against one or more file stores. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
interface GooglePrivacyDlpV2CloudStorageRegex {
bucketNameRegex?: string;
projectIdRegex?: string;
}