Article Content
Article Number | 000035618 |
Applies To | RSA Product Set: RSA Identity Governance and Lifecycle RSA Version/Condition: All |
Issue | There may be cases where you need to provide access to a user to edit report/s without granting them the Report administrator privilege. For example, in the case where you want them to edit a single report or very few reports in the system one time only. |
Tasks | In such situations you can use Security files to grant privileges to edit the specific report/s. |
Resolution | Steps to grant privilege to user:
ReportDefinition,EditCustomReport,Edit,,,,V_LIST_REPORTS,REPORT_NAME IN ('TestReport') The security object in the above example is named as "EditCustomReport" and the report definition named 'TestReport' is the report which we will be able to edit with this privilege.
EditCustomReportRole,Report Definition,EditCustomReport The security role object is named "EditCustomReportRole".
|