Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manage access to records at the table level using privileges associated with security roles. Some columns in a table might contain data that is more sensitive than others. Use column-level security to manage access to data in specific columns. Column-level security configurations are organization-wide and apply to all data access requests.
You can use column level security to prevent certain users from:
- Setting the value of a column in a record.
- Viewing the data in a column. You can choose to mask this value to show a portion of it, or not return any data at all.
Note
To configure column-level security, you need the system administrator role.
Column-level security doesn't apply for users who have the system administrator role. Data is never hidden from system administrators. To verify the configured results, you must use an account that doesn't have the system administrator security role assigned.
Column-level security is available for most columns using this process:
- Enable column-level security on one or more columns for a given table.
- Optionally, select a masking rule.
- Associate one more existing security profiles, or create one or more new security profiles to grant the appropriate access to specific users or teams.
Enable column security
Use the following steps to secure a column:
Sign in to Power Apps.
Select Solutions.
Select the unmanaged solution that contains the table that has the column, or create a new solution to hold your changes and add the table to it.
Within the solution, in Objects, within Tables, select the table.
Under Schema, select Columns.
In the Columns list, select a column.
Expand Advanced options, and then under General, select Enable column security.
Select Save.
Add teams or users to a column security profile to control access
A column security profile determines:
- Users and teams assigned access.
- Permissions to the secure columns.
Use a column security profile to grant user or team members the following permissions:
Permission | Options | Result |
---|---|---|
Read | Allowed Not Allowed |
Whether people can view the data for the column. Masked values are shown if masking rule is applied to the column. |
Read unmasked | All Records One record Not Allowed |
When a secured column has a masking rule, a developer can write code to request unmasked data be returned. This setting controls whether or not that request succeeded. The default setting is Not Allowed. Learn more about granting permissions to a secured column with a masking rule |
Update | Allowed Not Allowed |
Whether people can update the data in the column. |
Create | Allowed Not Allowed |
Whether people can set the data in the column when creating a record. |
Configure a combination of these four permissions to determine the user privileges for a specific data column.
Important
Unless one or more security profiles are assigned to a column with security, only users with the system administrator security role can access the column.
Any users not defined in the column security profiles won't have access to the column on forms or views. The column value displays ********, indicating that the column is secured.
Add a column and set permissions for a column security profile
To add a column and set permissions for a column security profile, use the following steps:
- Sign in to the Power Platform admin center.
- Select Manage in the navigation pane.
- In the Manage pane, select Environments. Then select an environment.
- Select Settings > Users + permissions > Column security profiles.
- Select an existing profile, or select New Profile, enter a name, enter a description, and then select Save.
- Select the Teams or Users tab, select + Add Teams or + Add Users, select the teams or users that you want to control access, and then select Add.
- Select the Column Permission tab, in the Name column select one or more columns, and then select Edit. Configure the four properties for the desired access. These permissions control whether people in this security profile can read or set column values.
- Select Save.