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
§
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.