MisconfigurationReference
import type { MisconfigurationReference } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";A reference to an external resource that provides more information about a misconfiguration.
interface MisconfigurationReference {
type?: string;
uri?: string;
}