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

GoogleSecuritySafebrowsingV5ThreatUrl

import type { GoogleSecuritySafebrowsingV5ThreatUrl } from "https://googleapis.deno.dev/v1/safebrowsing:v5.ts";

A URL matching one or more threats.

interface GoogleSecuritySafebrowsingV5ThreatUrl {
threatTypes?:
| "THREAT_TYPE_UNSPECIFIED"
| "MALWARE"
| "SOCIAL_ENGINEERING"
| "UNWANTED_SOFTWARE"
| "POTENTIALLY_HARMFUL_APPLICATION"[];
url?: string;
}

§Properties

§
threatTypes?: "THREAT_TYPE_UNSPECIFIED" | "MALWARE" | "SOCIAL_ENGINEERING" | "UNWANTED_SOFTWARE" | "POTENTIALLY_HARMFUL_APPLICATION"[]
[src]

Unordered list. The unordered list of threat that the URL is classified as.

§
url?: string
[src]

The requested URL that was matched by one or more threats.