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

AccessPoliciesAccessLevelsGetOptions

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

Additional options for AccessContextManager#accessPoliciesAccessLevelsGet.

interface AccessPoliciesAccessLevelsGetOptions {
accessLevelFormat?: "LEVEL_FORMAT_UNSPECIFIED" | "AS_DEFINED" | "CEL";
}

§Properties

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

Whether to return BasicLevels in the Cloud Common Expression Language rather than as BasicLevels. Defaults to AS_DEFINED, where Access Levels are returned as BasicLevels or CustomLevels based on how they were created. If set to CEL, all Access Levels are returned as CustomLevels. In the CEL case, BasicLevels are translated to equivalent CustomLevels.