Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property determines whether ACL checks are enforced for group names during GroupBy operations, enhancing security by validating access against real group data. |
| What area does it affect? |
Data Access Control |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring data access policies or troubleshooting GroupBy operation security. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.security.groupby_acl_check |
| Sys ID |
db93a756c3612100f0d95b787dba8fe3 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| 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. |
| Updated |
2024-05-25 05:04:55 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 298 Documentation Updates Enforce GroupBy ACLs • Description ◦(Old If "glide.security.groupby_acl_check" is not set to the recommended value of "True", then make sure that a table has "groupby_acl_check" attribute set in order to honor groupby ACLs. In other case there will ...
Related properties