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

> SCIM resource is provisioned to a target system

<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\_User](/opengraph/extensions/scim/reference/nodes/scim_user), [SCIM\_Group](/opengraph/extensions/scim/reference/nodes/scim_group)
* Destination: [GH\_ExternalIdentity](https://bloodhound.specterops.io/opengraph/extensions/githound/reference/nodes/gh_externalidentity), [GH\_Group](https://bloodhound.specterops.io/opengraph/extensions/githound/reference/nodes/gh_group)
* Traversable: ✅

## General Information

The [SCIM\_Provisioned](/opengraph/extensions/scim/reference/edges/scim_provisioned) edge represents the hybrid relationship between SCIM resources and their provisioned counterparts in downstream applications, such as GitHub. When an identity provider provisions a user or group via SCIM, this edge connects the SCIM source identity to the resulting application-specific identity. These edges are critical for tracing cross-domain access paths from cloud IdP identities to application-level permissions.

```mermaid theme={null}
graph LR
    node1("SCIM_User dschrute")
    node2("GH_ExternalIdentity dschrute")
    node3("SCIM_Group Sales Team")
    node4("GH_Group Sales Team")
    node1 -- SCIM_Provisioned --> node2
    node3 -- SCIM_Provisioned --> node4
```
