matchedStatements property

List<Statement>? matchedStatements
final

A list of the statements in the input policies that determine the result for this scenario. Remember that even if multiple statements allow the operation on the resource, if only one 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;