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

PathNodeAssociatedFinding

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

A finding that is associated with this node in the attack path.

interface PathNodeAssociatedFinding {
canonicalFinding?: string;
findingCategory?: string;
name?: string;
}

§Properties

§
canonicalFinding?: string
[src]

Canonical name of the associated findings. Example: organizations/123/sources/456/findings/789

§
findingCategory?: string
[src]

The additional taxonomy group within findings from a given source.

§
name?: string
[src]

Full resource name of the finding.