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

AccessPoliciesAccessLevelsListOptions

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

Additional options for AccessContextManager#accessPoliciesAccessLevelsList.

interface AccessPoliciesAccessLevelsListOptions {
accessLevelFormat?: "LEVEL_FORMAT_UNSPECIFIED" | "AS_DEFINED" | "CEL";
pageSize?: number;
pageToken?: string;
}

§Properties

§
accessLevelFormat?: "LEVEL_FORMAT_UNSPECIFIED" | "AS_DEFINED" | "CEL"
[src]

Whether to return BasicLevels in the Cloud Common Expression language, as CustomLevels, rather than as BasicLevels. Defaults to returning AccessLevels in the format they were defined.

§
pageSize?: number
[src]

Number of Access Levels to include in the list. Default 100.

§
pageToken?: string
[src]

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