Attribute-based access control is the correct answer because it is a method that defines an access control paradigm whereby access rights are granted to users through the use of policies that combine different attributes. These attributes can be associated with the user, the resource being accessed, the current time, and even the current environmental conditions. This is different from role-based access control that focuses solely on the roles that users have, discretionary access control which allows owners to define access, and mandatory access control which enforces access based on a centralized policy.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the key attributes used in Attribute-Based Access Control (ABAC)?
Open an interactive chat with Bash
How does Role-Based Access Control (RBAC) differ from Attribute-Based Access Control (ABAC)?
Open an interactive chat with Bash
Can you provide examples of when ABAC is particularly beneficial?