AccessGroup - access group component
This component type implements the meaning of a user group in the access control mechanism. Every user may be a member of several groups and every group may contain several users.
The properties of AccessGroup are: inherited real name, login name, like ``editors'' and the virtual component collection users of AccessUser components.
the Podius::Component::Publishable manpage, the Podius::Property::Scalar manpage, the Podius::Property::VComponentCollection manpage.
* name - a real name of the group ("Chief Editors")
* login - a unique login name of the group ("editors")
* users - array ref of AccessUser components