Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.05 KB

LDAPUser.md

File metadata and controls

19 lines (15 loc) · 1.05 KB

LDAPUser

Properties

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

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