required_access_grants, which blocks access to the field entirely, this parameter allows users to see masked values.
This parameter is useful when you want to:
- Allow users to perform aggregations and analysis on sensitive data without exposing the actual values
- Enable joins and grouping on sensitive fields while protecting personally identifiable information (PII)
- Maintain data structure and relationships in queries while masking sensitive information
Syntax
Properties
The name of the dimension.
Examples
Mask data unless user has marketing access
Mask data unless user has marketing OR sales access
Mask data unless user has marketing OR (sales AND product) access