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

TargetTechnologyAlertDetail

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

Contains details for a technology watchlist alert.

interface TargetTechnologyAlertDetail {
vulnerabilityMatch?: VulnerabilityMatch;
}

§Properties

§
vulnerabilityMatch?: VulnerabilityMatch
[src]

Optional. The vulnerability match details.