glide.security.diag_txns_acl
ServiceNow property description:
If it is set to true, only admin user or user from allowed ip address can access stats.do, threads.do and replication.do.
Attributes
- Sys ID: 0930c2301b311100227e5581be0713cc
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.security.diag_txns_acl` is a security setting that, when set to true, restricts access to diagnostic transactions such as `stats.do`, `threads.do`, and `replication.do`. According to the provided documentation, this property ensures that only users with admin privileges or users accessing from allowed IP addresses can access these diagnostic endpoints. This restriction is crucial for maintaining the security and integrity of the system by preventing unauthorized users from accessing potentially sensitive performance and replication data. The property is part of the broader security measures available in ServiceNow to control and monitor access to critical system information.
Source