Question

What kind of access control allows for the dynamic assignment of roles to subjects based on rules defined by a custodian?
Group of answer choices

Rule-Based Access Control (RB-RBAC)

Mandatory Access Control (MAC)

Attribute-Based Access Control (ABAC)

Role-Based Access Control (RBAC)

Answers

GPT-4o mini
The correct answer is **Attribute-Based Access Control (ABAC)**.

ABAC allows for dynamic assignment of access rights based on attributes (which can include user characteristics, environmental conditions, and resource attributes) and rules defined by a custodian or administrator. This flexibility supports complex access policies that can adapt to various contexts.

Related Questions