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

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 {
createdAfter?: Date;
minAge?: number;
}

§Properties

§

Optional. Cloud Storage conditions.

§
createdAfter?: Date
[src]

Optional. File store must have been created after this date. Used to avoid backfilling.

§
minAge?: number
[src]

Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.