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

AssetDiscoveryConfig

import type { AssetDiscoveryConfig } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

The configuration used for Asset Discovery runs.

interface AssetDiscoveryConfig {
folderIds?: string[];
inclusionMode?: "INCLUSION_MODE_UNSPECIFIED" | "INCLUDE_ONLY" | "EXCLUDE";
projectIds?: string[];
}

§Properties

§
folderIds?: string[]
[src]

The folder ids to use for filtering asset discovery. It consists of only digits, e.g., 756619654966.

§
inclusionMode?: "INCLUSION_MODE_UNSPECIFIED" | "INCLUDE_ONLY" | "EXCLUDE"
[src]

The mode to use for filtering asset discovery.

§
projectIds?: string[]
[src]

The project ids to use for filtering asset discovery.