CustomLevelResponse

data class CustomLevelResponse(val expr: ExprResponse)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Cloud CEL expression evaluating to a boolean.