You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the access policy is implemented, queries will automatically be filtered based on the user's attributes. This ensures users can only access data that matches their attribute values.
44
-
45
-
<InfoBox>
46
-
The path to access user attributes (securityContext.cubeCloud.userAttributes) will be simplified in future updates to allow direct access through user attributes.
47
-
</InfoBox>
43
+
When the access policy is implemented, queries will automatically be filtered based on the user's attributes. This ensures users can only access data that matches their attribute values.
Copy file name to clipboardExpand all lines: docs/pages/product/apis-integrations/chat-api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ User attributes must first be configured in your Cube admin panel before they ca
97
97
- Limit financial data based on user's department
98
98
- Personalize dashboards by user role
99
99
100
-
The attributes passed during session generation become available in the security context as `securityContext.cubeCloud.userAttributes.{attributeName}` for use in access policies.
100
+
The attributes passed during session generation become available as `userAttributes.{attributeName}` for use in access policies.
0 commit comments