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;
dataLeak?: DataLeakFindingDetail;
readonly detailType?: string;
inbandVulnerability?: InbandVulnerabilityFindingDetail;
initialAccessBroker?: InitialAccessBrokerFindingDetail;
insiderThreat?: InsiderThreatFindingDetail;
misconfiguration?: MisconfigurationFindingDetail;
suspiciousDomain?: SuspiciousDomainFindingDetail;
targetTechnology?: TargetTechnologyFindingDetail;
}§Properties
§
compromisedCredentials?: CompromisedCredentialsFindingDetail
[src]Compromised Credentials detail type.
§
dataLeak?: DataLeakFindingDetail
[src]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.
§
inbandVulnerability?: InbandVulnerabilityFindingDetail
[src]Inband vulnerability detail type.
§
initialAccessBroker?: InitialAccessBrokerFindingDetail
[src]Initial Access Broker finding detail type.
§
insiderThreat?: InsiderThreatFindingDetail
[src]Insider Threat finding detail type.
§
misconfiguration?: MisconfigurationFindingDetail
[src]Misconfiguration finding detail type.
§
suspiciousDomain?: SuspiciousDomainFindingDetail
[src]Domain Monitoring finding detail type.
§
targetTechnology?: TargetTechnologyFindingDetail
[src]Technology Watchlist finding detail type.