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

AdaptiveProtection

import type { AdaptiveProtection } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface AdaptiveProtection {
confidence?: number;
}

§Properties

§
confidence?: number
[src]

A score of 0 means that there is low confidence that the detected event is an actual attack. A score of 1 means that there is high confidence that the detected event is an attack. See the Adaptive Protection documentation for further explanation.