Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.15 KB

LDAPUser.md

File metadata and controls

20 lines (16 loc) · 1.15 KB

LDAPUser

Properties

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

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