> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-7559-api-key-exp.mintlify.site/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-bed-7559-api-key-exp/Q9Jppg_Pu54SydxZ/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=Q9Jppg_Pu54SydxZ&q=85&s=dab889e863a05e09b1378befc30bbb10" 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
```
