glide.security.groupby_acl_check

ServiceNow property description:

When this property is enabled, for GroupBy operations ACL checks are performed for the "group" names based on the actual data from the groups.

Attributes

  • Sys ID: db93a756c3612100f0d95b787dba8fe3
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.security.groupby_acl_check` is used to enforce ACL (Access Control List) checks on the fields used in the GROUPBY clause of database queries. When this property is enabled, the system ensures that users have the necessary permissions to access the fields they are grouping by, enhancing data security. This property helps prevent unauthorized access to sensitive information by restricting the ability to group data based on fields that a user does not have permission to view. It is particularly useful in environments where data privacy and security are critical. The default value of this property is false, meaning that ACL checks on GROUPBY fields are not enforced unless explicitly enabled.

Source

Related property: glide.security.empty_acl_bounce