glide.ais.security.force_late_binding
ServiceNow property description:
Force AI Search to use late binding for ACL evaluation.
Attributes
- Sys ID: ae66cad6b7221010c7b7c86cde11a933
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.ais.security.force_late_binding` is used to enforce late binding for ACL (Access Control List) evaluation in AI Search. Late binding means that the access control checks are performed at the time of search query execution rather than at the time of indexing. This ensures that the most current access permissions are applied, enhancing security by reflecting any recent changes in user permissions. By enabling this property, organizations can ensure that search results are filtered based on the latest ACL configurations, providing more accurate and secure search outcomes. This property is particularly useful in dynamic environments where user permissions frequently change.
Source