> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.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-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" 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/reference/nodes/scim_organization)
* Destination: [SCIM\_User](/opengraph/extensions/scim/reference/nodes/scim_user), [SCIM\_Group](/opengraph/extensions/scim/reference/nodes/scim_group), [SCIM\_Role](/opengraph/extensions/scim/reference/nodes/scim_role)
* Traversable: ✅

## General Information

The [SCIM\_Contains](/opengraph/extensions/scim/reference/edges/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
```
