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

GooglePrivacyDlpV2StoredInfoTypeConfig

import type { GooglePrivacyDlpV2StoredInfoTypeConfig } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes.

interface GooglePrivacyDlpV2StoredInfoTypeConfig {
description?: string;
displayName?: string;
}

§Properties

§
description?: string
[src]

Description of the StoredInfoType (max 256 characters).

§

Store dictionary-based CustomInfoType.

§
displayName?: string
[src]

Display name of the StoredInfoType (max 256 characters).

§

StoredInfoType where findings are defined by a dictionary of phrases.

§

Store regular expression-based StoredInfoType.