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;
collection?: GooglePrivacyDlpV2FileStoreCollection;
others?: GooglePrivacyDlpV2AllOtherResources;
}§Properties
§
cloudStorageResourceReference?: GooglePrivacyDlpV2CloudStorageResourceReference
[src]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.
§
collection?: GooglePrivacyDlpV2FileStoreCollection
[src]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.