> 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/data-access/dam-supported-connectors/azure-synapse-analytics.md).

# Azure Synapse Analytics

## Introduction

The Data Access Management (DAM) feature provides a structured, catalog-like view of users, roles, and group permissions across different metadata objects in Azure Synapse Analytics. This helps administrators and source system owners maintain visibility and control over access at every level.

This section describes how Data Access Management works for Azure Synapse Analytics. It outlines how to sync and view schemas, tables, columns, views, and programmable objects, review assigned permissions for different user groups, and capture audit logs of all crawled entries.

For more details, refer to the [Data Access Management - DDA](/release8.2/data-access/data-access-management.md).

{% hint style="info" %}
DAM functionality may vary depending on the capabilities of the source system.
{% endhint %}

### Azure Synapse Analytics Metadata **Cataloging**

|    Source Object   |          Attribute         |
| :----------------: | :------------------------: |
|  Azure Entra Users |      Application User      |
|  Azure Entra Users |          Object Id         |
|  Azure Entra Users |     User Principle Name    |
|  Azure Entra Users |           Groups           |
|  Azure Entra Users |  Application Created Date  |
|  Azure Entra Users |            Audit           |
| Azure Entra Groups |      Application Role      |
| Azure Entra Groups |          Object Id         |
| Azure Entra Groups |           Source           |
| Azure Entra Groups |  Application Created Date  |
| Azure Entra Groups |            Audit           |
|   Database Roles   |        Synapse Role        |
|   Database Roles   |          Role Type         |
|   Database Roles   |            Type            |
|   Database Roles   |           Source           |
|   Database Roles   |    Synapse Created Date    |
|   Database Roles   |    Synapse Modified Date   |
|   Database Roles   |  Application Created Date  |
|   Database Roles   |            Audit           |
|   Database Users   |    Synapse Database User   |
|   Database Users   |          User Type         |
|   Database Users   |            Tyoe            |
|   Database Users   |        Synapse Role        |
|   Database Users   |           Source           |
|   Database Users   |    Synapse Created Date    |
|   Database Users   |    Synapse Modified Date   |
|   Database Users   |  Application Created Date  |
|   Database Users   |            Audit           |
|      Databases     |          Database          |
|      Databases     |         Roles/Users        |
|      Databases     |         Permissions        |
|      Databases     |            Audit           |
|       Schema       |           Schema           |
|       Schema       | Roles-specific Permissions |
|       Schema       | Users-specific Permissions |
|       Schema       |            Audit           |
|       Tables       |           Schema           |
|       Tables       |            Type            |
|       Tables       |            Table           |
|       Tables       | Roles-specific Permissions |
|       Tables       | Users-specific Permissions |
|       Tables       |            Audit           |

### Azure Synapse Analytics Permissions

| Azure Synapse Permissions Cataloging | Availability |
| ------------------------------------ | :----------: |
| Databases-Level                      |       ✅      |
| Schema-Level                         |       ✅      |
| Tables-Level                         |       ✅      |

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners GA USA


---

# 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/data-access/dam-supported-connectors/azure-synapse-analytics.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.
