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

# SCIM_Contains

> Organization contains a SCIM 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: [SCIM\_Organization](/opengraph/extensions/scim/nodes/scim_organization)
* Destination: [SCIM\_User](/opengraph/extensions/scim/nodes/scim_user), [SCIM\_Group](/opengraph/extensions/scim/nodes/scim_group), [SCIM\_Role](/opengraph/extensions/scim/nodes/scim_role)
* Traversable: ✅

## General Information

The SCIM\_Contains edge represents the containment relationship between an organization and its SCIM resources. Each SCIM user, group, and role belongs to exactly one organization, establishing a clear ownership boundary. This edge is significant for scoping identity governance — all resources contained by an organization are managed by that organization's identity provider.

```mermaid theme={null}
graph LR
    node1("SCIM_Organization Contoso")
    node2("SCIM_User dschrute")
    node3("SCIM_Group Sales Team")
    node4("SCIM_Role Sales")
    node1 -- SCIM_Contains --> node2
    node1 -- SCIM_Contains --> node3
    node1 -- SCIM_Contains --> node4
```
