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

GooglePrivacyDlpV2TableOptions

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

Instructions regarding the table content being inspected.

interface GooglePrivacyDlpV2TableOptions {
identifyingFields?: GooglePrivacyDlpV2FieldId[];
}

§Properties

§
identifyingFields?: GooglePrivacyDlpV2FieldId[]
[src]

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.