A retail company wants to limit who can see the financial information in their reports to executives and store managers. The LookML Developer creates a user attribute called leadership with the value “000” for executives and “999” for store managers. The developer creates three access grant objects and one dimension:
How should the developer ensure that only authorized users see the data in the Total Revenue dimension?
A. required_access_grants: [can_view_financial_data]
B. required_access_grants: [leadership]
C. required_access_grants: [“000”,“999”]
D. required_access_grants: [total_revenue]
Reference: https://community.looker.com/technical-tips-tricks-1021/how-to-use-and-troubleshoot-access-grants-field-permissions-23986