Skip to main content
Defines a list of access grants for the dimension that determine whether values should be masked. When a user doesn’t satisfy the specified access grants, dimension values are replaced with an MD5 hash. Unlike 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

dimension_name
object[]
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