Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.13 KB

File metadata and controls

20 lines (16 loc) · 1.13 KB

LDAPUser

Properties

Name Type Description Notes
email str Primary email address [optional]
first_name str First name [optional]
last_name str Last Name [optional]
ldap_id str LDAP's Unique ID for the user [optional]
all_emails list[str] Array of user's email addresses and aliases for use in migration [optional]
ldap_dn str LDAP's distinguished name for the user record [optional]
roles list[str] Array of user's roles (role names only) [optional]
groups list[str] Array of user's groups (group names only) [optional]
attributes dict(str, str) Dictionary of user's attrributes (name/value) [optional]
url str Link to ldap config [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]