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

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";
}

§Properties

§
highSensitivityMapping?: "RESOURCE_VALUE_UNSPECIFIED" | "HIGH" | "MEDIUM" | "LOW" | "NONE"
[src]

Resource value mapping for high-sensitivity Sensitive Data Protection findings

§
mediumSensitivityMapping?: "RESOURCE_VALUE_UNSPECIFIED" | "HIGH" | "MEDIUM" | "LOW" | "NONE"
[src]

Resource value mapping for medium-sensitivity Sensitive Data Protection findings