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

GoogleCloudSecuritycenterV2ToxicCombination

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

Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination.

interface GoogleCloudSecuritycenterV2ToxicCombination {
attackExposureScore?: number;
relatedFindings?: string[];
}

§Properties

§
attackExposureScore?: number
[src]

The Attack exposure score of this toxic combination. The score is a measure of how much this toxic combination exposes one or more high-value resources to potential attack.

§
relatedFindings?: string[]
[src]

List of resource names of findings associated with this toxic combination. For example, organizations/123/sources/456/findings/789.