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

GooglePrivacyDlpV2DiscoveryStartingLocation

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

The location to begin a discovery scan. Denotes an organization ID or folder ID within an organization.

interface GooglePrivacyDlpV2DiscoveryStartingLocation {
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.