LdapUserAttributes

LdapUserAttributes
LdapUserAttributes

The LDAP attributes used for required and optional user information.

JSON Example undefined undefined
{
    "objectClass": "string",
    "objectIdentifier": "string",
    "userName": "string",
    "email": "string",
    "displayName": "string",
    "givenName": "string",
    "surname": "string",
    "telephone": "string",
    "groupMembershipIdentifier": "string",
    "groupBackLinkIdentifier": "string",
    "domain": "string",
    "managerIdentifier": "string"
}
string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
objectClass
Required

The LDAP object class for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
objectIdentifier
Required

The LDAP object identifier attribute for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
userName
Required

The LDAP user attribute mapped to a username for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
email
Required

The LDAP user attribute mapped to an email address for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
displayName
Required

The LDAP user attribute mapped to displayed name for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
givenName
Required

The LDAP user attribute mapped to the given name for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
surname
Required

The LDAP user attribute mapped to the family name for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
telephone
Required

The LDAP user attribute mapped to the telephone number for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
groupMembershipIdentifier
Required

The LDAP user attribute determining group membership ID for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
groupBackLinkIdentifier
Optional

The LDAP user attribute determining group back link ID for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
domain
Optional

The LDAP user attribute mapped to the domain for a user.

string As ^[^\p{Z}\p{C}]+( *[^\p{Z}\p{C}]+)*$
managerIdentifier
Optional

The LDAP user attribute determining the manager's ID for a user.