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

AccessPoliciesListOptions

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

Additional options for AccessContextManager#accessPoliciesList.

interface AccessPoliciesListOptions {
pageSize?: number;
pageToken?: string;
parent?: string;
}

§Properties

§
pageSize?: number
[src]

Number of AccessPolicy instances to include in the list. Default 100.

§
pageToken?: string
[src]

Next page token for the next batch of AccessPolicy instances. Defaults to the first page of results.

§
parent?: string
[src]

Required. Resource name for the container to list AccessPolicy instances from. Format: organizations/{org_id}