> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release8.2/administration/security/masking-policies-associations.md).

# Masking Policies Associations

The **Masking Policies Associations** provides a centralized view of the associations between masking policies and columns. It helps administrators identify where masking policies are applied, understand the masking scheme used for each association, and identify the roles and users authorized to view unmasked data.

It displays masking policy associations for both table columns and file columns in a standard list view. Administrators can use this view to review masking policy usage across columns without navigating to individual data objects.

The **Masking Policies Associations** tab is available only to users with the default admin role (oe.role.admin). Users without this role cannot view or access the tab.

<div align="left"><img src="/files/c8OmrBuzL0J8FCG5BCp7" alt=""></div>

## Masking Policy Association Details

The following details are available for each masking policy association:

<table><thead><tr><th width="169.55548095703125">Field</th><th>Description</th></tr></thead><tbody><tr><td>Policy</td><td>Displays the name of the masking policy associated with the column.</td></tr><tr><td>Policy Scheme</td><td>Displays the masking scheme applied to the associated column.</td></tr><tr><td>Column</td><td>Displays the associated column name. Click the column name to navigate to the corresponding column details page.</td></tr><tr><td>Column Type</td><td>Displays the type of column associated with the masking policy, such as a table column or file column.</td></tr><tr><td>Authorized Roles</td><td>Displays the roles authorized to view the actual unmasked data.</td></tr><tr><td>Authorized Users</td><td>Displays the users authorized to view the actual unmasked data.</td></tr><tr><td>Created By</td><td>Displays the user who created the masking policy association.</td></tr><tr><td>Created On</td><td>Displays the date and time when the masking policy association was created.</td></tr></tbody></table>

The Masking Policies Associations list supports standard list-view capabilities, including filtering, sorting, pagination, and downloading association details. Users can also click a column name to navigate to the corresponding column details page. The downloaded data includes all columns available in the list view.&#x20;

### Permissions (Default Admin Role only)

* **Association Visibility:** View masking policies, masking schemes, associated columns and column types, and association audit details.
* **Authorization Visibility:** View the roles and users authorized to access actual unmasked data for each masking policy association.
* **Column Navigation:** Navigate to the corresponding column details page using the hyperlink available for the associated column.
* **List View Operations:** Filter, sort, search, and navigate through masking policy associations using standard list-view capabilities.
* **Download Associations:** Download masking policy association details using the standard download functionality.
* **Access Restrictions:** Users without the default admin role (oe.role.admin) cannot view the tab or access the feature through direct URL access or API call.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/release8.2/administration/security/masking-policies-associations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
