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

OrganizationsLocationsReportsListOptions

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

Additional options for SecurityPosture#organizationsLocationsReportsList.

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

§Properties

§
filter?: string
[src]

Optional. A filter to apply to the list of reports, in the format defined in AIP-160: Filtering.

§
pageSize?: number
[src]

Optional. The maximum number of reports to return. The default value is 500. If you exceed the maximum value of 1000, then the service uses the maximum value.

§
pageToken?: string
[src]

Optional. A pagination token returned from a previous request to list reports. Provide this token to retrieve the next page of results.