CSA · Question #449
An administrator creates "customer_table_admin" and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the custome
The correct answer is B. customer .*. The customer . ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles because it uses a wildcard () to match any operation on the customer table. The other options are either too restrictive or too broad.
Question
An administrator creates "customer_table_admin" and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
Options
- Acustomer.all
- Bcustomer .*
- Ccustomer.field
- Dcustomer.none
How the community answered
(42 responses)- B93% (39)
- C5% (2)
- D2% (1)
Explanation
The customer .* ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles because it uses a wildcard (*) to match any operation on the customer table. The other options are either too restrictive or too broad.
Topics
Community Discussion
No community discussion yet for this question.