Class IbisGroup
Class representing a group returned by the web service API.
- IbisDto
- IbisGroup
Properties summary
public
boolean
|
$cancelled
Flag indicating if the group is cancelled. |
|
public
string
|
$groupid
The group's numeric ID (actually a string e.g., "100656"). |
|
public
string
|
$name
The group's unique name (e.g., "cs-editors"). |
|
public
string
|
$title
The group's title. |
|
public
string
|
$description
The more detailed description of the group. |
|
public
string
|
$email
The group's email address. |
|
public
|
$membersOfInst
The details of the institution for which this
group forms all or part of the membership. This will only be set for
groups that are membership groups of institutions if the |
|
public
|
$members
A list of the group's members, including
(recursively) any members of any included groups. This will only be
populated if the |
|
public
|
$directMembers
A list of the group's direct members, not including
any members included via groups included by this group. This will only
be populated if the |
|
public
|
$owningInsts
A list of the institutions to which this group
belongs. This will only be populated if the |
|
public
|
$managesInsts
A list of the institutions managed by this
group. This will only be populated if the |
|
public
|
$managesGroups
A list of the groups managed by this group. This will
only be populated if the |
|
public
|
$managedByGroups
A list of the groups that manage this group. This
will only be populated if the |
|
public
|
$readsGroups
A list of the groups that this group has privileged
access to. Members of this group will be able to read the members of
any of those groups, regardless of the membership visibilities. This
will only be populated if the |
|
public
|
$readByGroups
A list of the groups that have privileged access to
this group. Members of those groups will be able to read the members
of this group, regardless of the membership visibilities. This will
only be populated if the |
|
public
|
$includesGroups
A list of the groups directly included in this group.
Any members of the included groups (and recursively any groups that
they include) will automatically be included in this group. This will
only be populated if the |
|
public
|
$includedByGroups
A list of the groups that directly include this
group. Any members of this group will automatically be included in
those groups (and recursively in any groups that include those
groups). This will only be populated if the |