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

GooglePrivacyDlpV2DataProfileLocation

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

The data that will be profiled.

interface GooglePrivacyDlpV2DataProfileLocation {
folderId?: bigint;
organizationId?: bigint;
}

§Properties

§
folderId?: bigint
[src]

The ID of the Folder within an organization to scan.

§
organizationId?: bigint
[src]

The ID of an organization to scan.