A resourceIDMapping
element has the following XML attributes:
-
ldapAttribute
: a required element specifying the name of theLDAP attribute to which theLDAP (Lightweight Directory Access Protocol) An open, cross platform protocol used for interacting with directory services. System for Cross-domain Identity Management (SCIM) resource ID maps.System for Cross-domain Identity Management (SCIM) SCIM An application-level, HTTP-based protocol for provisioning and managing user identity information. SCIM supplies a common schema for representing users and groups and provides a REST API. -
createdBy
: a required element specifying the source of the resource ID value when a new resource is created by the SCIM consumer using a POST operation. Allowable values for this element include<scim-consumer>
, meaning that a value must be present in the initial resource content provided by the SCIM consumer, or directory, (as would be the case if the mapped LDAP attribute isentryUUID
).
If the LDAP attribute value is not listed as a destination correlation attribute, this setting is not used by PingDataSync.
The following example illustrates an LDAPSearch
element that contains a
resourceIDMapping
element:
<LDAPSearch id="userSearchParams">
<baseDN>ou=people,dc=example,dc=com</baseDN>
<filter>(objectClass=inetOrgPerson)</filter>
<resourceIDMapping ldapAttribute="entryUUID" createdBy="directory"/>
</LDAPSearch>