authorizationRule

@JvmName(name = "mclsbigfbytipdqn")
suspend fun authorizationRule(value: Output<ExprArgs>)
@JvmName(name = "svjwmvespnofoqeg")
suspend fun authorizationRule(value: ExprArgs)

Parameters

value

The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have IN operator as well as at most 10 logical operators that are limited to AND (&&), OR (||).


@JvmName(name = "dkicljcyowvsvcas")
suspend fun authorizationRule(argument: suspend ExprArgsBuilder.() -> Unit)

Parameters

argument

The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have IN operator as well as at most 10 logical operators that are limited to AND (&&), OR (||).