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

# jamf_AdminToSite

> The source has administrative control over the site and all resources controlled by the site. This includes creating policies that impact resources of the site, send or clear MDM commands, remotely administer site devices and computers, create computer objects for the site.

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [jamf\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount), [jamf\_Group](/opengraph/extensions/jamf/nodes/jamf_group)
* Destination: [jamf\_Site](/opengraph/extensions/jamf/nodes/jamf_site)
* Traversable: ✅

## General Information

The traversable jamf\_AdminToSite edge represents administrative control over a specific Jamf Pro site. This edge is created when an account or group has "Site Access" access level and "Administrator" privilege set, granting control over all resources within that site including creating policies, managing devices, and administering site computers.

```mermaid theme={null}
graph LR
    A("jamf_Account
site.manager")
    B("jamf_Site
Engineering")
    C("jamf_Account
location.admin")
    D("jamf_Site
Finance")
    E("jamf_Group
SiteAdmins")
    A -- jamf_AdminToSite --> B
    C -- jamf_AdminToSite --> D
    E -- jamf_AdminToSite --> B
```
