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_UNKNOWN"
 | "SENSITIVITY_MODERATE"
 | "SENSITIVITY_HIGH";