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

GooglePrivacyDlpV2OrgConfig

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

Project and scan location information. Only set when the parent is an org.

interface GooglePrivacyDlpV2OrgConfig {
projectId?: string;
}

§Properties

§

The data to scan: folder, org, or project

§
projectId?: string
[src]

The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.