Skip to main content
Applies to BloodHound Enterprise and CE Represents a user account provisioned via the System for Cross-domain Identity Management (SCIM) protocol. SCIM users are created and managed by cloud identity providers (IdPs) such as Okta or Entra ID, which synchronize user identities to downstream applications. A compromised SCIM user account may grant access to any application the user is provisioned to, and the externalId links back to the user’s identity in the source IdP.

Edges

The tables below list edges defined by the SCIM extension only. Additional edges to or from this node may be created by other extensions.

Inbound Edges

Edge TypeSource Node TypesTraversable
SCIM_ContainsSCIM_Organization
SCIM_ManagerOfSCIM_User

Outbound Edges

Properties

PropertySCIM PropertyTypeDescriptionSample Value
ididstringUnique identifier for the SCIM resource as defined by the Service Provider; stable and non-reassignable.2819c223-7f76-453a-919d-413861904646
externalIdexternalIdstringIdentifier defined by the SCIM client for cross-system correlation.dschrute
userNameuserNamestringUnique user identifier used for authentication or display; required.dschrute
enabledactivebooleanWhether the user account is active.true
displayNamedisplayName / name.formattedstringDisplay name for the user.Dwight Schrute
givenNamename.givenNamestringGiven (first) name.Dwight
familyNamename.familyNamestringFamily (last) name.Schrute
middleNamename.middleNamestringMiddle name(s).Kurt
honorificPrefixname.honorificPrefixstringHonorific prefix (title).Mr.
honorificSuffixname.honorificSuffixstringHonorific suffix.Jr.
titletitlestringJob title.Assistant to the Regional Manager
userTypeuserTypestringOrganization-to-user relationship type.Employee
profileUrlprofileUrlstring (uri)URL to the user’s profile page.https://example.com/dschrute
mailemails.primarystringPrimary email address from emails where primary=true.dschrute@example.com
otherMailsemailsstring[]Secondary email addresses from other emails entries.["dschrute@contoso.com"]
rolerolesstring[]Role names from the user’s roles attribute.["Sales", "Management"]
employeeNumberemployeeNumberstringEnterprise user employee number.12345
organizationorganizationstringEnterprise user organization name.Contoso
departmentdepartmentstringEnterprise user department name.Sales
managerIdmanager.managerIdstringIdentifier of the user’s manager.2819c223-7f76-453a-919d-413861904646
createdmeta.createddatetimeResource creation timestamp.2010-01-23T04:56:22Z
lastModifiedmeta.lastModifieddatetimeResource last modified timestamp.2011-05-13T04:42:34Z
Most attributes use 1:1 mapping, but some, such as mail and otherMails, are transformed from multi-valued SCIM attributes like emails.

Diagram