PriorityAnalysis
import type { PriorityAnalysis } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Structured priority analysis for a threat.
interface PriorityAnalysis {
confidence?:
| "CONFIDENCE_LEVEL_UNSPECIFIED"
| "CONFIDENCE_LEVEL_LOW"
| "CONFIDENCE_LEVEL_MEDIUM"
| "CONFIDENCE_LEVEL_HIGH";
priorityLevel?:
| "PRIORITY_LEVEL_UNSPECIFIED"
| "PRIORITY_LEVEL_LOW"
| "PRIORITY_LEVEL_MEDIUM"
| "PRIORITY_LEVEL_HIGH"
| "PRIORITY_LEVEL_CRITICAL";
reasoning?: string;
}§Properties
§
confidence?: "CONFIDENCE_LEVEL_UNSPECIFIED" | "CONFIDENCE_LEVEL_LOW" | "CONFIDENCE_LEVEL_MEDIUM" | "CONFIDENCE_LEVEL_HIGH"
[src]The level of confidence in the given verdict.