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

GooglePrivacyDlpV2CreateDiscoveryConfigRequest

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

Request message for CreateDiscoveryConfig.

interface GooglePrivacyDlpV2CreateDiscoveryConfigRequest {
configId?: string;
}

§Properties

§
configId?: string
[src]

The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

§

Required. The DiscoveryConfig to create.