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

OrganizationsGcpUserAccessBindingsListOptions

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

Additional options for AccessContextManager#organizationsGcpUserAccessBindingsList.

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

§Properties

§
pageSize?: number
[src]

Optional. Maximum number of items to return. The server may return fewer items. If left blank, the server may return any number of items.

§
pageToken?: string
[src]

Optional. If left blank, returns the first page. To enumerate all items, use the next_page_token from your previous list operation.