Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
devel:documentation:security:dev:authorization [2022/03/02 06:38]
doischert
devel:documentation:security:dev:authorization [2022/03/29 07:50]
doischert [ReportByReportTypeEvaluator]
Line 291: Line 291:
 ==== ReportByReportTypeEvaluator ==== ==== ReportByReportTypeEvaluator ====
  
-@since 12.2.0 +@since 12.2.0 Gives currently logged identity permission to work with specified reportThe report is specified by executor name (e. g., 'identity-report'). Only one report can be used; if you need to give access to multiple reports, create the permission multiple times. This evaluator limits which report executors are returned as available by ReportManager. For generated reports, the user is able to see EVERY report of the type which was created. To download a report, a simple READ permission is not enough, a CREATE or ADMIN permission is needed. 
-Gives currently logged identity permission to work with specified reportsReports are specified by executor name (e. g., 'identity-report'). +
-This evaluator limits which report executors are returned as available by ReportManager. For generated reports, the user is able to see EVERY report of the type which was created. +
-To download a report, a simple READ permission is not enough, a CREATE or ADMIN permission is needed.+
  
 ==== SelfReportEvaluator ==== ==== SelfReportEvaluator ====
  • by kucerar