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

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;
}

§Properties

§
type?: string
[src]

Required. The type of the reference (e.g., "description", "remediation").

§
uri?: string
[src]

Required. The URI of the reference.