Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It restricts the fields that can be queried in data exports based on defined ACLs, impacting services like Table API and file exports. |
| What area does it affect? |
Data export services |
| 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 export permissions or addressing security concerns. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.export.query.enforce_field_acl |
| Sys ID |
f3a1e0140b030300a86da95e93673a14 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Enforces field ACLs for query conditions on the following data export services.
Table API
Soap getRecords
File Exports: CSV, XML, EXCEL/XLS, XLSX, JSONv2 |
| Updated |
2024-05-25 03:39:13 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... logic or data is potentially exposed, increasing the risk of unauthorized access to instance resources. Enforce field ACLs for inbound query requests • Description ◦(Old <blank> ◦(New If the property "glide.export.query.enforce_field_acl" is set to "true", field ACLs will be checked against the incoming query, and reject the query if the user is unauthorized. If the property is false, ACLs will NOT ...
Related properties