GooglePrivacyDlpV2DiscoveryFileStoreConditions
import type { GooglePrivacyDlpV2DiscoveryFileStoreConditions } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Requirements that must be true before a file store is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.
interface GooglePrivacyDlpV2DiscoveryFileStoreConditions {
cloudStorageConditions?: GooglePrivacyDlpV2DiscoveryCloudStorageConditions;
createdAfter?: Date;
minAge?: number;
}