Update column-level-security.md
This commit is contained in:
parent
9afa6f0683
commit
60a51c94ba
@ -58,6 +58,8 @@ This variable can be set to `1` to _hide_ specific variables, which allows great
|
|||||||
* `EDIT` - the variable will not be visible. **Cannot be applied to a primary key column**.
|
* `EDIT` - the variable will not be visible. **Cannot be applied to a primary key column**.
|
||||||
* `VIEW` - the variable will not be visible. Can be applied to a primary key column. Simply omitting the row, or setting CLS_ACTIVE to 0, would result in the same behaviour.
|
* `VIEW` - the variable will not be visible. Can be applied to a primary key column. Simply omitting the row, or setting CLS_ACTIVE to 0, would result in the same behaviour.
|
||||||
|
|
||||||
|
It is possible that a variable can have multiple values for CLS_HIDE, eg if a user is in multiple groups, or if different rules apply for different scopes. In this case, if the user is any group where this variable is NOT hidden, then it will be displayed.
|
||||||
|
|
||||||
|
|
||||||
## Example Config
|
## Example Config
|
||||||
Example values as follows:
|
Example values as follows:
|
||||||
|
Loading…
Reference in New Issue
Block a user