> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure Resource Manager

> Prüfe die minimalen OAuth-Scopes für jede Azure Resource Manager Aktion.

Prüfe die Zuordnung der minimalen Standard-Scopes für delegierten Zugriff auf jede Azure Resource Manager Aktion. Azure Resource Manager hat keinen schmaleren OAuth-Scope als `user_impersonation` auf der ARM-Ressource (`https://management.azure.com/user_impersonation`). Zugriff auf Subscriptions, Ressourcengruppen und Ressourcen steuern Azure-RBAC-Zuweisungen, nicht weitere OAuth-Scopes. `Sites.Selected` gilt hier nicht.

## Minimale Scopes pro Aktion

<Note>
  Jede Azure Resource Manager Verbindung fordert zusätzlich `openid` und `offline_access` an. Diese Scopes der Verbindung gelten zusätzlich zu den Aktions-Scopes in der Tabelle.
</Note>

<div style={{overflowX: "auto"}}>
  <table style={{width: "100%", maxWidth: "100%", minWidth: 0, tableLayout: "fixed", whiteSpace: "normal", overflowWrap: "anywhere", wordBreak: "break-word"}}>
    <colgroup>
      <col style={{width: "20%"}} />

      <col style={{width: "25%"}} />

      <col style={{width: "55%"}} />
    </colgroup>

    <thead>
      <tr>
        <th style={{width: "20%"}}>Aktion</th>
        <th style={{width: "25%"}}>Beschreibung</th>
        <th style={{width: "55%"}}>Minimale Scopes</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><strong>Get resource</strong></td>
        <td>Ruft eine Azure Control-Plane-Ressource per ARM-ID ab.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>List activity logs</strong></td>
        <td>Listet Azure Activity Log Ereignisse einer Subscription auf.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>List resource changes</strong></td>
        <td>Listet Change-History-Zeilen aus Azure Resource Graph auf.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>List resource groups</strong></td>
        <td>Listet Azure-Ressourcengruppen auf, die der angemeldete User sehen kann.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>List subscriptions</strong></td>
        <td>Listet Azure-Subscriptions auf, auf die der angemeldete User zugreifen kann.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>Query resources</strong></td>
        <td>Führt eine Kusto-Abfrage gegen Azure Resource Graph aus.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>Resolve resource</strong></td>
        <td>Löst eine Azure-Ressource per ARM-ID oder Name auf.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>Resolve subscription</strong></td>
        <td>Löst eine Azure-Subscription per ID oder Anzeigename auf.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>

      <tr>
        <td><strong>Search resources</strong></td>
        <td>Durchsucht Azure Resource Graph nach Control-Plane-Inventar.</td>
        <td><code>[https://management.azure.com/user\_impersonation](https://management.azure.com/user_impersonation)</code></td>
      </tr>
    </tbody>
  </table>
</div>

## Verwandte Seiten

* [Scopes für Microsoft-Integrationen](/de/admin/manage-integrations/microsoft-integration-scopes)
* [Microsoft-Integrationen: Berechtigungen und Admin-Freigabe](/de/admin/manage-integrations/integration-setup-guides/microsoft)
