matchedStatements property

List<Statement>? matchedStatements
final

A list of the statements in the input policies that determine the result for this part of the simulation. Remember that even if multiple statements allow the operation on the resource, if any statement denies that operation, then the explicit deny overrides any allow. In addition, the deny statement is the only entry included in the result.

Implementation

final List<Statement>? matchedStatements;