Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 916 Bytes

LDAPEntity.md

File metadata and controls

28 lines (21 loc) · 916 Bytes

LDAPEntity

Properties

Name Type Description Notes
distinguishedName String Distinguished name of LDAP entity
email String Email of LDAP entity
firstName String First name of LDAP entity
id Long LDAP entity identifier [optional]
lastName String Last name of LDAP entity
ldapType LdapTypeEnum Type of LDAP entity.
name String LDAP entity name
roles List<Role> List of roles pertaining to this LDAP entity
userPhoto UserPhoto Photo object if LDAP entity is user [optional]

Enum: LdapTypeEnum

Name Value
NONE "NONE"
GROUP "GROUP"
USER "USER"
ORG_UNIT "ORG_UNIT"