CustomLevelArgs

data class CustomLevelArgs(val expr: Output<ExprArgs>) : ConvertibleToJava<CustomLevelArgs>

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
fun CustomLevelArgs(expr: Output<ExprArgs>)

Functions

Link copied to clipboard
open override fun toJava(): CustomLevelArgs

Properties

Link copied to clipboard
val expr: Output<ExprArgs>

A Cloud CEL expression evaluating to a boolean.