GoogleCloudSecuritycenterV2Chokepoint
import type { GoogleCloudSecuritycenterV2Chokepoint } 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 GoogleCloudSecuritycenterV2Chokepoint {
relatedFindings?: string[];
}