Group object classes
Know the various available group object classes.
- ibm-dynamicGroup
- This auxiliary class allows the optional
memberURLattribute. Use it with a structural class such as groupOfNames to create a hybrid group with both static and dynamic members. - ibm-dynamicMember
- This auxiliary class allows the optional
ibm-groupattribute. Use it as a filter attribute for dynamic groups. - ibm-nestedGroup
- This auxiliary class allows the optional
ibm-memberGroupattribute. Use it with a structural class such asgroupOfNamesto enable sub-groups to be nested within the parent group. - ibm-staticGroup
- This auxiliary class allows the optional
memberattribute. Use it with a structural class such as groupOfURLs to create a hybrid group with both static and dynamic members.Note: The ibm-staticGroup is the only class for whichmemberis optional, all other classes takingmemberrequire at least 1 member. - groupOfNames
- Defines entries for a group of names. Represents a list containing an unordered list of names.
- groupOfUniqueNames
- Defines entries for a group of unique names.
- accessGroup
- A group that is used for access control.
- groupOfURLs
- Represents a group of URLs.