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

CloudArmor

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

Fields related to Google Cloud Armor findings.

interface CloudArmor {
adaptiveProtection?: AdaptiveProtection;
attack?: Attack;
duration?: number;
requests?: Requests;
securityPolicy?: SecurityPolicy;
threatVector?: string;
}

§Properties

§
adaptiveProtection?: AdaptiveProtection
[src]

Information about potential Layer 7 DDoS attacks identified by Google Cloud Armor Adaptive Protection.

§
attack?: Attack
[src]

Information about DDoS attack volume and classification.

§
duration?: number
[src]

Duration of attack from the start until the current moment (updated every 5 minutes).

§
requests?: Requests
[src]

Information about incoming requests evaluated by Google Cloud Armor security policies.

§
securityPolicy?: SecurityPolicy
[src]

Information about the Google Cloud Armor security policy relevant to the finding.

§
threatVector?: string
[src]

Distinguish between volumetric & protocol DDoS attack and application layer attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7" for Layer 7 DDoS attacks.