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

GoogleCloudSecuritycenterV2CloudDlpDataProfile

import type { GoogleCloudSecuritycenterV2CloudDlpDataProfile } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

The data profile associated with the finding.

interface GoogleCloudSecuritycenterV2CloudDlpDataProfile {
dataProfile?: string;
parentType?: "PARENT_TYPE_UNSPECIFIED" | "ORGANIZATION" | "PROJECT";
}

§Properties

§
dataProfile?: string
[src]

Name of the data profile, for example, projects/123/locations/europe/tableProfiles/8383929.

§
parentType?: "PARENT_TYPE_UNSPECIFIED" | "ORGANIZATION" | "PROJECT"
[src]

The resource hierarchy level at which the data profile was generated.