Skip to main content
Limits a user’s ability to query a view based on assigned user attributes. AND and OR conditions are supported. Refer to the Controlling data access guide for more information.

Syntax

Properties

array
An array of access grant names, which must already exist in the model file.Use | for OR conditions and & for AND conditions.

Examples

Single access grant
Grant access if conditions are met for either access grant
Grant access if grant_one OR (grant_two & grant_three) are met