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

ListAttackPathsResponse

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

Response message for listing the attack paths for a given simulation or valued resource.

interface ListAttackPathsResponse {
attackPaths?: AttackPath[];
nextPageToken?: string;
}

§Properties

§
attackPaths?: AttackPath[]
[src]

The attack paths that the attack path simulation identified.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results.