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

GoogleIdentityAccesscontextmanagerV1CustomLevel

import type { GoogleIdentityAccesscontextmanagerV1CustomLevel } from "https://googleapis.deno.dev/v1/cloudasset: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 GoogleIdentityAccesscontextmanagerV1CustomLevel {
expr?: Expr;
}

§Properties

§
expr?: Expr
[src]

Required. A Cloud CEL expression evaluating to a boolean.