authorizationRule property

Expr? authorizationRule
getter/setter pair

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 (||).

Required.

Implementation

Expr? authorizationRule;