Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.33 KB

File metadata and controls

34 lines (23 loc) · 1.33 KB
title description ms.reviewer ms.topic ms.date
.delete table policy restricted_view_access command
Learn how to use the `.delete table policy restricted_view_access` command to delete a table's restricted view access policy.
yonil
reference
08/11/2024

.delete table policy restricted_view_access command

[!INCLUDE applies] [!INCLUDE fabric] [!INCLUDE azure-data-explorer]

Delete the optional table restricted view access policy. When this policy is turned on for a table, only principals who have an UnrestrictedViewer role in the database can query the data. Deleting a policy is similar to turning off a policy.

Permissions

You must have at least Table Admin permissions to run this command.

Syntax

.delete table TableName policy restricted_view_access

[!INCLUDE syntax-conventions-note]

Parameters

Name Type Required Description
TableName string ✔️ The name of the table.

Example

.delete table MyTable policy restricted_view_access