/** * Ldap Group Settings DTO */ export interface LdapGroupSettingsDto { base_d_n?: string; description_attr?: string; name_attr?: string; referenced_user_attr?: string; search_filter?: string; user_membership_attr?: string; }