GooglePrivacyDlpV2CloudStorageDiscoveryTarget
import type { GooglePrivacyDlpV2CloudStorageDiscoveryTarget } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Target used to match against for discovery with Cloud Storage buckets.
interface GooglePrivacyDlpV2CloudStorageDiscoveryTarget {
conditions?: GooglePrivacyDlpV2DiscoveryFileStoreConditions;
disabled?: GooglePrivacyDlpV2Disabled;
generationCadence?: GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence;
}§Properties
§
conditions?: GooglePrivacyDlpV2DiscoveryFileStoreConditions
[src]Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
§
disabled?: GooglePrivacyDlpV2Disabled
[src]Optional. Disable profiling for buckets that match this filter.
§
Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket.
§
generationCadence?: GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence
[src]Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.