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

Chokepoint

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

Contains details about a chokepoint, which is a resource or resource group where high-risk attack paths converge, based on [attack path simulations] (https://cloud.google.com/security-command-center/docs/attack-exposure-learn#attack_path_simulations).

interface Chokepoint {
relatedFindings?: string[];
}

§Properties

§
relatedFindings?: string[]
[src]

List of resource names of findings associated with this chokepoint. For example, organizations/123/sources/456/findings/789. This list will have at most 100 findings.