GooglePrivacyDlpV2MetadataKeyValueExpression
import type { GooglePrivacyDlpV2MetadataKeyValueExpression } from "https://googleapis.deno.dev/v1/dlp:v2.ts";Configuration for a custom infoType that detects key-value pairs in the metadata matching the specified regular expressions.
interface GooglePrivacyDlpV2MetadataKeyValueExpression {
keyRegex?: string;
valueRegex?: string;
}