7 #import <kerio/web/idl/SharedStructures.idl>
12 enum UserConditionType {
29 typedef sequence<UserRoleType> UserRoleList;
39 boolean overrideWwwFilter;
41 boolean dialRasConnection;
43 boolean connectSslVpn;
98 typedef sequence<UserReference> UserReferenceList;
115 UserConditionType type;
116 UserReferenceList users;
120 string calculatedLanguage;
122 string detectedLanguage;
136 boolean localEnabled;
142 UserReferenceList groups;
143 boolean conflictWithLocal;
147 typedef sequence<User> UserList;
166 void get(out kerio::web::ErrorList warnings, out UserList list, out
long totalItems, in
kerio::web::SearchQuery query, in kerio::web::KId domainId);
183 void create(out kerio::web::ErrorList errors, out kerio::web::CreateResultList result, in UserList users, in kerio::web::KId domainId);
199 void set(out kerio::web::ErrorList errors, in kerio::web::KIdList userIds, in
User details, in kerio::web::KId domainId);
214 void remove(out kerio::web::ErrorList errors, in kerio::web::KIdList userIds, in kerio::web::KId domainId);
223 void convertLocalUsers(in kerio::web::KId domainId);
238 void getAdUsers(out UserList users, in
string domainName, in
string server, in
CredentialsConfig credentials, in
boolean ldapSecure);
250 void getNtUsers(out UserList users, in
string domainName);
260 void getSupportedLanguages(out kerio::web::NamedValueList languages);
291 void checkWarnings(out kerio::web::ErrorList errors, in
User user);
boolean totpConfigured
Definition: Users.idl:144
string email
Definition: Users.idl:134
Definition: Users.idl:129
Common Kerio Control structures, enums and types.
Definition: SharedStructures.idl:139
Definition: Users.idl:114
string fullName
Definition: Users.idl:132
Definition: SharedStructures.idl:211
Definition: Users.idl:149
AuthType authType
Definition: Users.idl:135
Definition: Users.idl:105
AutoLogin autoLogin
Definition: Users.idl:140
Definition: common.idl:18
string description
Definition: Users.idl:133
Definition: Users.idl:119
Definition: common.idl:10
Definition: SharedStructures.idl:307
Definition: Accounting.idl:11
Definition: SharedStructures.idl:289