
Explanation:
Snowflake's access control framework combines Discretionary Access Control (DAC) and Role-based Access Control (RBAC). DAC allows object owners to grant privileges to other users, which aligns with Snowflake's model where object owners can grant access. RBAC is the primary model where privileges are assigned to roles, and roles are then granted to users, providing scalable and manageable access control. The community discussion shows 100% consensus on BD, with supporting comments confirming this combination. Other options like ABAC, ACL, and RuBAC are not core components of Snowflake's framework, making them less suitable.
Ultimate access to all questions.
No comments yet.
Which two access control models are combined in Snowflake's framework for data security?
A
Attribute-based Access Control (ABAC)
B
Discretionary Access Control (DAC)
C
Access Control List (ACL)
D
Role-based Access Control (RBAC)
E
Rule-based Access Control (RuBAC)