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

ValidateEventThreatDetectionCustomModuleRequest

import type { ValidateEventThreatDetectionCustomModuleRequest } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Request to validate an Event Threat Detection custom module.

interface ValidateEventThreatDetectionCustomModuleRequest {
rawText?: string;
type?: string;
}

§Properties

§
rawText?: string
[src]

Required. The raw text of the module's contents. Used to generate error messages.

§
type?: string
[src]

Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).