Skip to main content
AND and OR conditions are supported. Refer to the Controlling data access guide for more information.

Syntax

required_access_grants: [ grant_name ]

Properties

required_access_grants
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
required_access_grants: [ grant_one ]
Grant access if conditions are met for either access grant
required_access_grants: [ grant_one|grant_two ]
Grant access if grant_one OR (grant_two & grant_three) are met
required_access_grants: [ grant_one|grant_two&grant_three ]