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

GooglePrivacyDlpV2RecordKey

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

Message for a unique key indicating a record that contains a finding.

interface GooglePrivacyDlpV2RecordKey {
idValues?: string[];
}

§Properties

§

Datastore key

§

BigQuery key

§
idValues?: string[]
[src]

Values of identifying columns in the given row. Order of values matches the order of identifying_fields specified in the scanning request.