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

FindingDetail

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

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

interface FindingDetail {
compromisedCredentials?: CompromisedCredentialsFindingDetail;
readonly detailType?: string;
inbandVulnerability?: InbandVulnerabilityFindingDetail;
initialAccessBroker?: InitialAccessBrokerFindingDetail;
misconfiguration?: MisconfigurationFindingDetail;
suspiciousDomain?: SuspiciousDomainFindingDetail;
targetTechnology?: TargetTechnologyFindingDetail;
}

§Properties

§

Compromised Credentials detail type.

§

Data Leak finding detail type.

§
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.

§

Inband vulnerability detail type.

§

Initial Access Broker finding detail type.

§

Insider Threat finding detail type.

§

Misconfiguration finding detail type.

§

Domain Monitoring finding detail type.

§

Technology Watchlist finding detail type.