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

ScanRunWarningTrace

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

Output only. Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.

interface ScanRunWarningTrace {
code?:
| "CODE_UNSPECIFIED"
| "INSUFFICIENT_CRAWL_RESULTS"
| "TOO_MANY_CRAWL_RESULTS"
| "TOO_MANY_FUZZ_TASKS"
| "BLOCKED_BY_IAP"
| "NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN";
}

§Properties

§
code?: "CODE_UNSPECIFIED" | "INSUFFICIENT_CRAWL_RESULTS" | "TOO_MANY_CRAWL_RESULTS" | "TOO_MANY_FUZZ_TASKS" | "BLOCKED_BY_IAP" | "NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN"
[src]

Output only. Indicates the warning code.