authorizationRule property
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;