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

GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails

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

Result of a risk analysis operation request.

interface GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails {
deltaPresenceEstimationResult?: GooglePrivacyDlpV2DeltaPresenceEstimationResult;
requestedPrivacyMetric?: GooglePrivacyDlpV2PrivacyMetric;
requestedSourceTable?: GooglePrivacyDlpV2BigQueryTable;
}

§Properties

§

Categorical stats result

§

Delta-presence result

§

K-anonymity result

§

K-map result

§

L-divesity result

§

Numerical stats result

§

The configuration used for this job.

§
requestedPrivacyMetric?: GooglePrivacyDlpV2PrivacyMetric
[src]

Privacy metric to compute.

§

Input dataset to compute metrics over.