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

ConfigurationDetail

import type { ConfigurationDetail } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Wrapper class that contains the union struct for all the various configuration detail specific classes.

interface ConfigurationDetail {
assetDiscovery?: AssetDiscoveryConfig;
customerProfile?: CustomerProfileConfig;
readonly detailType?: string;
domainMonitoring?: DomainMonitoringConfig;
initialAccessBroker?: InitialAccessBrokerConfig;
technologyWatchlist?: TechnologyWatchListConfig;
}

§Properties

§
assetDiscovery?: AssetDiscoveryConfig
[src]

Asset Discovery detail config.

§
customerProfile?: CustomerProfileConfig
[src]

Customer Profile detail config.

§
readonly detailType?: string
[src]

Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union.

§
domainMonitoring?: DomainMonitoringConfig
[src]

Domain Monitoring detail config.

§
initialAccessBroker?: InitialAccessBrokerConfig
[src]

Initial Access Broker (IAB) detail config.

§
technologyWatchlist?: TechnologyWatchListConfig
[src]

Technology Watchlist detail config.