Understand the core principles of security and access control in Luklak, from high-level system privileges to granular data permissions.
🧊 Object
.
[Image Placeholder: A diagram showing a funnel with three sections labeled Layer 1, Layer 2, and Layer 3. An icon of a user is at the top, passing through each layer to reach an icon of an Object at the bottom.]
Item Access Management
determines which specific buildings they can enter. In Luklak, “buildings” are high-level components like a 📋 Function
, a Dashboard
, or a top-level 📂 Area
.
⏹️ Space
created from a Function
), Permission Schemes govern what a user can actually do. This is the most granular layer of control, defining specific actions on the data within.
🧊 Objects
. Can you read the files on the desk (View Object
)? Can you write on the whiteboard (Edit Object
)? Who gets an alert when you do?Function
(Layer 2), but a Permission Scheme
(Layer 3) on a ⏹️ Space
for “Executive Hires” could still prevent them from seeing 🧊 Objects
related to confidential candidates.
This layered approach provides a powerful and flexible security framework that can be adapted to any business process.