Property reference

glide.security.enable_archive_table_acls

The glide.security.enable_archive_table_acls property determines whether active 'read' ACLs on archive tables are enforced. When enabled, it ensures that access control is properly managed for archived data, which is crucial for maintaining data security and compliance.

Default: true Type: boolean 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 enables or disables the enforcement of active 'read' ACLs on archive tables, defaulting to true for security purposes.
What area does it affect? Access Control Lists
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring access controls for archived data or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.security.enable_archive_table_acls
Sys ID c0dd6b247331330012dfc7a18af6a71e
Type boolean
Application Global
Default value true
Description When the property is set to true, any active 'read' ACLs on archive tables will be honored. If no active 'read' ACLs exist or the property is set to false, the original table's (table from which data was archived) ACLs will apply to the archive table. Note: only read ACLs are supported on archive tables. Other operations on archive tables are governed internally via an Access Handler.
Updated 2024-05-25 04:04:29