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

> Represents a structural containment relationship where the source node contains the target resource.

<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\_Tenant](/opengraph/extensions/jamf/nodes/jamf_tenant), [jamf\_Site](/opengraph/extensions/jamf/nodes/jamf_site)
* Destination: [jamf\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount), [jamf\_Group](/opengraph/extensions/jamf/nodes/jamf_group), [jamf\_Computer](/opengraph/extensions/jamf/nodes/jamf_computer), [jamf\_ComputerUser](/opengraph/extensions/jamf/nodes/jamf_computeruser), [jamf\_Site](/opengraph/extensions/jamf/nodes/jamf_site), [jamf\_ApiClient](/opengraph/extensions/jamf/nodes/jamf_apiclient), [jamf\_DisabledApiClient](/opengraph/extensions/jamf/nodes/jamf_disabledapiclient), [jamf\_SSOIntegration](/opengraph/extensions/jamf/nodes/jamf_ssointegration)
* Traversable: ✅

## General Information

The traversable jamf\_Contains edge represents a structural containment relationship where the source node contains the target resource. The Jamf tenant contains all top-level resources, while sites contain resources scoped to that site. Resources not assigned to a specific site are contained directly by the tenant. ComputerUser nodes are only contained by sites or tenant indirectly through their parent computer, not directly by Contains edges.

```mermaid theme={null}
graph LR
    A("jamf_Tenant
CorpJamfPro")
    B("jamf_Site
NYC-Office")
    C("jamf_Computer
MacBook-Pro-01")
    D("jamf_Account
admin.user")
    E("jamf_Group
IT-Staff")
    A -- jamf_Contains --> B
    A -- jamf_Contains --> D
    A -- jamf_Contains --> E
    B -- jamf_Contains --> C
```
