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

GooglePrivacyDlpV2ProjectDataProfile

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

An aggregated profile for this project, based on the resources profiled within it.

interface GooglePrivacyDlpV2ProjectDataProfile {
name?: string;
profileLastGenerated?: Date;
projectId?: string;
}

§Properties

§

The data risk level of this project.

§
name?: string
[src]

The resource name of the profile.

§
profileLastGenerated?: Date
[src]

The last time the profile was generated.

§

Success or error status of the last attempt to profile the project.

§
projectId?: string
[src]

Project ID that was profiled.

§

The sensitivity score of this project.