glide.sm.default_mode

ServiceNow property description:

Security manager default behavior in the absence of any ACLs on a table

Attributes

  • Sys ID: 7c6aa3eec0a801661201fd1851650d00
  • Type: choice list
  • Application: Global
  • Default value: deny
AI Logo

AI generated property description:

The ServiceNow property `glide.sm.default_mode` determines the default security behavior for tables in the absence of any Access Control Lists (ACLs). According to the provided documentation, this property can be set to either "deny" or "allow." When set to "deny," it ensures that access is denied by default if no specific ACLs are defined for a table, enhancing security by preventing unauthorized access. Conversely, setting it to "allow" would permit access by default in the absence of ACLs, which could be less secure. The default value for this property is "deny," aligning with the principle of least privilege to protect data integrity and confidentiality.

Source

Related property: glide.smtp.default_retry