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

GooglePrivacyDlpV2LDiversityConfig

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

l-diversity metric, used for analysis of reidentification risk.

interface GooglePrivacyDlpV2LDiversityConfig {
sensitiveAttribute?: GooglePrivacyDlpV2FieldId;
}

§Properties

§

Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.

§
sensitiveAttribute?: GooglePrivacyDlpV2FieldId
[src]

Sensitive field for computing the l-value.