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.
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.
.show
materialized-view
MaterializedViewName policy
row_level_security
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
MaterializedViewName | string |
✔️ | The name of the materialized view. |
Returns a JSON representation of the policy.
Display the policy at the materialized-view level:
.show materialized-view MyMaterializedView policy row_level_security