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

OrganizationsSimulationsAttackPathsListOptions

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

Additional options for SecurityCenter#organizationsSimulationsAttackPathsList.

interface OrganizationsSimulationsAttackPathsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

The filter expression that filters the attack path in the response. Supported fields: * valued_resources supports =

§
pageSize?: number
[src]

The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

§
pageToken?: string
[src]

The value returned by the last ListAttackPathsResponse; indicates that this is a continuation of a prior ListAttackPaths call, and that the system should return the next page of data.