.show materialized-view policy row_level_security command

Applies to: ✅ Azure Data Explorer

Display the materialized view's row_level_security policy. The Row Level Security simplifies the design and coding of security. It lets you apply restrictions on data row access in your application. For example, limit user access to rows relevant to their department, or restrict customer access to only the data relevant to their company.

For more information about running queries on the row level security policy, see row_level_security policy.

Syntax

.show materialized-view MaterializedViewName policy row_level_security

Learn more about syntax conventions.

Parameters

Name Type Required Description
MaterializedViewName string ✔️ The name of the materialized view.

Returns

Returns a JSON representation of the policy.

Example

Display the policy at the materialized-view level:

.show materialized-view MyMaterializedView policy row_level_security