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

GooglePrivacyDlpV2DiscoveryCloudStorageFilter

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

Determines which buckets will have profiles generated within an organization or project. Includes the ability to filter by regular expression patterns on project ID and bucket name.

interface GooglePrivacyDlpV2DiscoveryCloudStorageFilter {
cloudStorageResourceReference?: GooglePrivacyDlpV2CloudStorageResourceReference;
}

§Properties

§

Optional. The bucket to scan. Targets including this can only include one target (the target with this bucket). This enables profiling the contents of a single bucket, while the other options allow for easy profiling of many bucets within a project or an organization.

§

Optional. A specific set of buckets for this filter to apply to.

§

Optional. Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.