The <id-property> tag defines the profile ID property in the RepositoryItem and the LDAP entry. The tag is always empty. For example:
<id-property name="id" in-ldap="true" ldap-name="dpsid"/>
The <id-property> tag is required in a definition of a base item descriptor (an item descriptor that does not have a parent) but is not allowed in a child item descriptor that inherits from a parent.
id-property attributes
| Attribute | Description | Value | 
|---|---|---|
| name | The ID property’s name in the  | Required | 
| in-ldap | Does the ID property correspond to a single LDAP attribute? | Boolean | 
| ldap-name | The ID attribute’s name in the LDAP directory. | Default: value of  | 
| display-name | The text identifying the ID property in the ATG Control Center. | Default: value of  | 
| description | The description of the ID property displayed in the ATG Control Center. | Default: value of  | 

