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

> Represents full administrative control over the target and all resources controlled by the target.

<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)
* Destination: [jamf\_Tenant](/opengraph/extensions/jamf/nodes/jamf_tenant)
* Traversable: ✅

## General Information

The traversable jamf\_AdminTo edge represents full administrative control over the Jamf Pro tenant. This edge is created when an account has "Full Access" access level and "Administrator" privilege set, granting complete control over all resources in the tenant.

```mermaid theme={null}
graph LR
    A("jamf_Account
john.admin")
    B("jamf_Tenant
CorpJamfPro")
    C("jamf_Account
it.superadmin")
    D("jamf_DisabledAccount
former.admin")
    A -- jamf_AdminTo --> B
    C -- jamf_AdminTo --> B
    D -- jamf_AdminTo --> B
```
