Snowflake's approach to the management of system access combines which of the following models? (Choose two.)
Snowflake's approach to the management of system access combines which of the following models? (Choose two.)
Snowflake’s approach to system access management combines aspects from both Discretionary Access Control (DAC) and Role-Based Access Control (RBAC). DAC allows object owners to grant access to their objects, while RBAC assigns access privileges to roles that are then assigned to users. This combination provides a flexible and robust approach to managing system access.
DAC + RBAC
Answer : B & E
B. Role-Based Access Control (RBAC)
B. Role-Based Access Control (RBAC) - Allows other than owners to access/use. E. Discretionary Access Control (DAC) - Allows ownership.
B and E are correct
B. Role-Based Access Control (RBAC) E. Discretionary Access Control (DAC)
Access Control Framework¶ Snowflake’s approach to access control combines aspects from both of the following models: Discretionary Access Control (DAC): Each object has an owner, who can in turn grant access to that object. Role-based Access Control (RBAC): Access privileges are assigned to roles, which are in turn assigned to users.
E and B
BE https://docs.snowflake.com/user-guide/security-access-control-overview#label-access-control-overview-roles-system
B and E are correct Role-based Access Control (RBAC) and Discretionary Access Control (DAC)
B and E are correct
DAC + RBAC
ANSWER is BE RBAC and DAC
BD https://docs.snowflake.com/user-guide/security-access-control-overview#label-access-control-overview-roles-system
AD https://docs.snowflake.com/user-guide/security-access-control-overview#label-access-control-overview-roles-system
DAC + RBAC B and E
B and E is correct