...
- Which roles can access the document.
- The level of permissions granted.
- Any specific access restrictions that apply.
Permission Types
| Permission | Description |
|---|---|
| Read | Allows users to view the document. |
| Write | Allows users to modify the document content, if applicable in the screen. |
| Delete | Allows users to delete the document, if applicable in the screen. |
...
When a document-specific ACL is configured, it may override or complement inherited permissions depending on the system configuration.
Default ACL Rules
Each document is automatically assigned a set of default ACL rules when it is created.
These default rules are mandatory and cannot be permanently removed from the document’s ACL configuration. However, they can be disabled when access restrictions are required.
This approach ensures that a baseline security model is always maintained while still providing flexibility to adapt access permissions to specific business needs.
Note: Disabled default ACL rules remain visible in the ACL configuration for auditability and can be re-enabled at any time by authorized users.
Access Validation Process
...