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

ThreatIntelIndicatorCategory

import type { ThreatIntelIndicatorCategory } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
type ThreatIntelIndicatorCategory =
| "BACKDOOR"
| "CARD_STEALER"
| "COMMAND_AND_CONTROL"
| "DROP_SITE"
| "EXPLOIT_SITE"
| "KEYLOGGER"

§Type

§
"BACKDOOR" | "CARD_STEALER" | "COMMAND_AND_CONTROL" | "DROP_SITE" | "EXPLOIT_SITE" | "KEYLOGGER" | cmnP.UnexpectedEnumValue
[src]