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

GooglePrivacyDlpV2DataRiskLevel

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

Score is a summary of all elements in the data profile. A higher number means more risk.

interface GooglePrivacyDlpV2DataRiskLevel {
score?:
| "RISK_SCORE_UNSPECIFIED"
| "RISK_LOW"
| "RISK_MODERATE"
| "RISK_HIGH";
}

§Properties

§
score?: "RISK_SCORE_UNSPECIFIED" | "RISK_LOW" | "RISK_MODERATE" | "RISK_HIGH"
[src]

The score applied to the resource.