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

CustomLevel

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

CustomLevel is an AccessLevel using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request. See CEL spec at: https://github.com/google/cel-spec

interface CustomLevel {
expr?: Expr;
}

§Properties

§
expr?: Expr
[src]

Required. A Cloud CEL expression evaluating to a boolean.