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

GoogleCloudSecuritycenterV2CloudArmor

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

Fields related to Google Cloud Armor findings.

interface GoogleCloudSecuritycenterV2CloudArmor {
duration?: number;
threatVector?: string;
}

§Properties

§

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

§

Information about DDoS attack volume and classification.

§
duration?: number
[src]

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

§

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

§

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.