Property reference

glide.ui.audit_deleted_tables

The glide.ui.audit_deleted_tables property specifies which system tables will have their delete actions audited. Admins should review this setting to ensure critical tables are monitored for deletions, enhancing data integrity and accountability.

Default: sys_user,sys_user_group,sys_user_role,sys_user_has_role,sys_user_grmember,sys_group_has_role,sys_security_acl_role,sysapproval_approver,sys_report,sys_app_application,sys_app_module Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures a list of system tables that will have delete operations logged for auditing purposes, which is not enabled by default.
What area does it affect? Audit logging
What does the default mean? The default value is "sys_user,sys_user_group,sys_user_role,sys_user_has_role,sys_user_grmember,sys_group_has_role,sys_security_acl_role,sysapproval_approver,sys_report,sys_app_application,sys_app_module", which is the baseline setting used unless it is changed.
When should you review it? Review this property when setting up auditing for critical system tables or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.audit_deleted_tables
Sys ID 631f412a0a0a0b0a00874eecccaea173
Type string
Application Global
Default value sys_user,sys_user_group,sys_user_role,sys_user_has_role,sys_user_grmember,sys_group_has_role,sys_security_acl_role,sysapproval_approver,sys_report,sys_app_application,sys_app_module
Description List of system tables (beginning with "sys_", comma separated) that will have the delete audited. By default, system tables do not have the delete audited.
Updated 2024-05-25 05:08:50

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... Type: true | false • Default value: true for new instances, false for upgraded instances • Location: System Property [sys_properties] table • Instance Security Hardening Settings: Restrict Downloadable MIME types glide.ui.audit_deleted_tables Comma-separated list of system tables for which the audit history tracks deletions. • Type: string • Default value: sys_user, sys_user_group, sys_user_role, sys_user_has_role, sys_user_grmember, sys_group_has_role, sys_security_acl_role • Location: System Property [sys_properties] ...
Documentation excerpt View supporting context
Context preview Snippet 2
... system tables By default, the system doesn’t audit the deletion of a record from system tables. To audit a system table, add it to the list of tables in the glide.ui.audit_deleted_tables property list. Auditing deletions from a form or list By default, the system audits deletions of individual records from a form. To prevent auditing, set the table's dictionary attribute no_audit_delete. ...