import "Groups.idl";
Public Attributes | |
| kerio::web::KId | id |
| global identification of group | |
| kerio::web::KId | domainId |
| identification in which domain group exists | |
| string | name |
| group name | |
| kerio::web::StringList | emailAddresses |
| group email addresses | |
| UserRoleType | role |
| access rights list | |
| boolean | hasDomainRestriction |
| user can send/receive from/to his domain only | |
| string | description |
| description | |
| DataSource | itemSource |
| internal database or mapped from LDAP? | |
| boolean | publishInGal |
| publish user in global address list? - default is true | |
Group details
| string kerio::jsonapi::admin::Group::description |
description
| kerio::web::KId kerio::jsonapi::admin::Group::domainId |
identification in which domain group exists
| kerio::web::StringList kerio::jsonapi::admin::Group::emailAddresses |
group email addresses
| boolean kerio::jsonapi::admin::Group::hasDomainRestriction |
user can send/receive from/to his domain only
| kerio::web::KId kerio::jsonapi::admin::Group::id |
global identification of group
| DataSource kerio::jsonapi::admin::Group::itemSource |
internal database or mapped from LDAP?
| string kerio::jsonapi::admin::Group::name |
group name
| boolean kerio::jsonapi::admin::Group::publishInGal |
publish user in global address list? - default is true
| UserRoleType kerio::jsonapi::admin::Group::role |
access rights list