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

AccessPoliciesAuthorizedOrgsDescsListOptions

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

Additional options for AccessContextManager#accessPoliciesAuthorizedOrgsDescsList.

interface AccessPoliciesAuthorizedOrgsDescsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Number of Authorized Orgs Descs to include in the list. Default 100.

§
pageToken?: string
[src]

Next page token for the next batch of Authorized Orgs Desc instances. Defaults to the first page of results.