Managing member-level access
You can use access policies to configure member-level access for different groups. With theaccess_policy parameter in
cubes and views, you can define which members
are accessible to users with specific groups.
Use the member_level parameter to specify either:
includes: a list of allowed members, orexcludes: a list of disallowed members
"*" as a shorthand to include or exclude all members.
When you define access policies for specific groups, access is automatically denied to all other groups. You don’t need to create a default policy that denies access.
Access policies also respect member-level security restrictions configured via
public parameters. For more details, see the access policies
reference.
If you want to return masked values for restricted members instead of hiding
them entirely, see data masking in access policies.