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

Association

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

Represents an association with a vulnerability.

interface Association {
id?: string;
type?:
| "THREAT_INTEL_OBJECT_TYPE_UNSPECIFIED"
| "THREAT_INTEL_OBJECT_TYPE_THREAT_ACTOR"
| "THREAT_INTEL_OBJECT_TYPE_MALWARE"
| "THREAT_INTEL_OBJECT_TYPE_REPORT"
| "THREAT_INTEL_OBJECT_TYPE_CAMPAIGN"
| "THREAT_INTEL_OBJECT_TYPE_IOC_COLLECTION"
| "THREAT_INTEL_OBJECT_TYPE_SOFTWARE_AND_TOOLKITS"
| "THREAT_INTEL_OBJECT_TYPE_VULNERABILITY";
}

§Properties

§
id?: string
[src]

Required. The ID of the association.

§
type?: "THREAT_INTEL_OBJECT_TYPE_UNSPECIFIED" | "THREAT_INTEL_OBJECT_TYPE_THREAT_ACTOR" | "THREAT_INTEL_OBJECT_TYPE_MALWARE" | "THREAT_INTEL_OBJECT_TYPE_REPORT" | "THREAT_INTEL_OBJECT_TYPE_CAMPAIGN" | "THREAT_INTEL_OBJECT_TYPE_IOC_COLLECTION" | "THREAT_INTEL_OBJECT_TYPE_SOFTWARE_AND_TOOLKITS" | "THREAT_INTEL_OBJECT_TYPE_VULNERABILITY"
[src]

Required. The type of the association.