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

GooglePrivacyDlpV2SensitivityScore

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

Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive.

interface GooglePrivacyDlpV2SensitivityScore {
score?:
| "SENSITIVITY_SCORE_UNSPECIFIED"
| "SENSITIVITY_LOW"
| "SENSITIVITY_MODERATE"
| "SENSITIVITY_HIGH";
}

§Properties

§
score?: "SENSITIVITY_SCORE_UNSPECIFIED" | "SENSITIVITY_LOW" | "SENSITIVITY_MODERATE" | "SENSITIVITY_HIGH"
[src]

The sensitivity score applied to the resource.