expr

@JvmName(name = "dwdmtudprtnvvlim")
suspend fun expr(value: Output<AccessLevelCustomExprArgs>)
@JvmName(name = "oncsbymrfngfhaeo")
suspend fun expr(value: AccessLevelCustomExprArgs)

Parameters

value

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. This page details the objects and attributes that are used to the build the CEL expressions for custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec. Structure is documented below.


@JvmName(name = "kohikiunxtieuatx")
suspend fun expr(argument: suspend AccessLevelCustomExprArgsBuilder.() -> Unit)

Parameters

argument

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. This page details the objects and attributes that are used to the build the CEL expressions for custom access levels - https://cloud.google.com/access-context-manager/docs/custom-access-level-spec. Structure is documented below.