Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
keyRegex?: string
[src]

The regular expression for the key. Key should be non-empty.

§
valueRegex?: string
[src]

The regular expression for the value. Value should be non-empty.