glide.security.scoped_administration.honor_global_acl

ServiceNow property description:

For Application Administration records, honor Global ACLs for the tables configured in sys_scoped_admin_acl_table

Attributes

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

AI generated property description:

The ServiceNow property `glide.security.scoped_administration.honor_global_acl` determines whether global ACLs are respected for tables configured in the `sys_scoped_admin_acl_table` when dealing with Application Administration records. When this property is enabled, the system will enforce global ACLs in addition to any scoped administration ACLs for the specified tables. This ensures that the security rules defined at the global level are not bypassed by scoped administration settings. The property is particularly useful for maintaining consistent security policies across both global and scoped contexts. Disabling this property would mean that only the scoped administration ACLs are considered, potentially allowing different access controls for the same tables in different scopes.

Source

Related property: glide.security.scoped_administration