GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping
import type { GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";Resource value mapping for Sensitive Data Protection findings If any of these mappings have a resource value that is not unspecified, the resource_value field will be ignored when reading this configuration.
interface GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping  {
highSensitivityMapping?: 
 | "RESOURCE_VALUE_UNSPECIFIED"
 | "HIGH"
 | "MEDIUM"
 | "LOW"
 | "NONE";
mediumSensitivityMapping?: 
} | "RESOURCE_VALUE_UNSPECIFIED"
 | "HIGH"
 | "MEDIUM"
 | "LOW"
 | "NONE";