@@ -67,10 +67,10 @@ module.exports = {
6767
6868## Data modeling
6969
70- ### Customizing publicity
70+ ### Customizing member-level access
7171
72- The simplest way to customize the data models is by changing the [ publicity ] [ ref-publicity ]
73- of data model entities. It works great for use cases when tenants share parts of
72+ The simplest way to customize the data models is by changing the [ member-level access ] [ ref-mls ]
73+ to data model entities. It works great for use cases when tenants share parts of
7474their data models.
7575
7676By setting the ` public ` parameter of [ cubes] [ ref-cubes-public ] , [ views] [ ref-views-public ] ,
@@ -168,7 +168,7 @@ cube(`cube_x`, {
168168
169169</CodeTabs >
170170
171- For your convenience, [ Playground] [ ref-playground ] ignores publicity configration
171+ For your convenience, [ Playground] [ ref-playground ] ignores member-level access configration
172172and marks data model entities that are not accessible for querying through
173173[ APIs] [ ref-apis ] with the lock icon.
174174
@@ -182,8 +182,8 @@ And here's the *perspective* of `Bob`:
182182
183183### Customizing other parameters
184184
185- Similarly to [ customizing publicity ] ( #customizing-publicity ) , you can set other
186- parameters of data model entities for each tenant individually:
185+ Similarly to [ customizing member-level access ] ( #customizing-member-level-access ) ,
186+ you can set other parameters of data model entities for each tenant individually:
187187
188188- By setting ` sql ` or [ ` sql_table ` parameters] [ ref-cube-sql-table ] of cubes, you
189189can ensure that each tenant accesses data from its own tables or database schemas.
@@ -364,7 +364,7 @@ code that fetches data model files for each tenant.
364364[ ref-scheduled-refresh-contexts ] : /reference/configuration/config#scheduled_refresh_contexts
365365[ ref-context-to-app-id ] : /reference/configuration/config#context_to_app_id
366366[ ref-config-files ] : /product/configuration#cubepy-and-cubejs-files
367- [ ref-publicity ] : /product/data-modeling/concepts/publicity
367+ [ ref-mls ] : /product/auth/member-level-security
368368[ ref-cubes-public ] : /reference/data-model/cube#public
369369[ ref-views-public ] : /reference/data-model/view#public
370370[ ref-measures-public ] : /reference/data-model/measures#public
0 commit comments