expressionReports property
The mapping from expression in the ruleset AST to the values they were evaluated to.
Partially-nested to mirror AST structure. Note that this field is actually tracking expressions and not permission statements in contrast to the "visited_expressions" field above. Literal expressions are omitted.
Implementation
core.List<ExpressionReport>? expressionReports;