Field Level Security

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
2.11 version

Describe the issue:
Hello! I am rather new to FLS and trying to understand, is there any possibility to use statements in there?
If being specific, i have a field, that i want to hide from users with certain field from jwt token.
For example i have field “asd” and i want hide it from users with “attr.jwt.canSeeAsd” == 0. Is there any possibility to make such thing?

@nerx322 As per OpenSearch documentation, the FLS only allows you to control whether the user can see the field or not. FLS doesn’t have any conditional filtering as DLS has.