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

> Represents an identity correlation where the Jamf computer user's displayname matches the Jamf account's name or displayname.

<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\_ComputerUser](/opengraph/extensions/jamf/nodes/jamf_computeruser)
* Destination: [jamf\_Account](/opengraph/extensions/jamf/nodes/jamf_account), [jamf\_DisabledAccount](/opengraph/extensions/jamf/nodes/jamf_disabledaccount)
* Traversable: ✅

## General Information

The traversable jamf\_MatchedName edge represents an identity correlation where the Jamf computer user's displayname matches the Jamf account's name or displayname. This links physical device access to Jamf administrative privileges.

```mermaid theme={null}
graph LR
    A("jamf_ComputerUser
jdoe")
    B("jamf_Account
jdoe")
    C("jamf_ComputerUser
bsmith")
    D("jamf_DisabledAccount
bsmith")
    A -- jamf_MatchedName --> B
    C -- jamf_MatchedName --> D
```
