glide.report.report_view.read_acl
ServiceNow property description:
Property to add extra level of security on the report execution
Attributes
- Sys ID: fcda507fb7711110f3769188ce11a9b5
- Type: string
- Application: Global
- Default value: enforce

AI generated property description:
The ServiceNow property `glide.report.report_view.read_acl` adds an extra level of security to report execution by enforcing read access controls. When this property is enabled, the system checks the user's read access permissions for each table included in the report before allowing the report to run. This ensures that users can only generate reports on data they are authorized to view, enhancing data security and compliance. The property is particularly useful in environments with sensitive or restricted data, as it prevents unauthorized access through reporting mechanisms. For more detailed information, refer to the ServiceNow documentation on read access control for reports.
Source