DirectoryserviceManagement

Properties

Name Type Description Notes
user_login_attribute str User login attribute in the structure of the configured LDAP servers. Typically the attribute field that holds the user’s unique login name. Defaults to `sAMAccountName` for Active Directory servers, or `uid` for all other directory server types. [optional]
user_object_class str Value of the object class for a management LDAP user. Defaults to `User` for Active Directory servers, `posixAccount` or `shadowAccount` for OpenLDAP servers dependent on the server's group type, or `person` for all other directory servers. [optional]

[Back to Model list] [Back to API list] [Back to Overview]