> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/rbac-analyzer/connections-to-roles-mapping.md).

# Connections to Roles Mapping

The Connections to Roles Mapping in the RBAC Analyzer provides valuable insights into the relationships between system-generated roles and the specific connections that make up each role. This view empowers organizations to gain a detailed understanding of the access granted to users through their assigned roles.

![](https://balkanid.zendesk.com/hc/article_attachments/26069581046299)

The Connection to Role Mapping view presents a table listing all connections, along with the system-generated roles they are associated with. The table includes the following columns:

* **Connection Details**: This column displays detailed information about each connection, including its name and it's type.
* **System-Generated Roles**: Dedicated columns for each system-generated role identified by the RBAC Analyzer. A tick (✓) in a specific column indicates that the corresponding connection is a part of that system-generated role.

This tabular layout allows to easily visualize the connections that constitute each system-generated role, enabling a better understanding of the access privileges granted to users assigned to those roles.

The Connection to Role Mapping view table also offers filtering capabilities, so that the administrators can explore and identify specific sets of connections that are part of particular system-generated roles.

Furthermore, by clicking on the tick (✓) icon corresponding to a specific system-generated role, it navigates to the BalkanID Generated Role Details → Identities Page. This page provides a filtered view, displaying a list of identities (employees) that have access to the selected connection through the assigned system-generated role.

![](https://balkanid.zendesk.com/hc/article_attachments/26069581047195)


---

# 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:

```
GET https://docs.balkan.id/rbac-analyzer/connections-to-roles-mapping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
