http://www.fatwire.com/schema/rest/1.0
element groupBean

Documentation
          This bean represents a group. A group is an installation-wide entity;
          it is used to configure permissions for users in Content Server.
        
Properties
This component is not nillable.

Model
<groupBean>
(name, description? )
</groupBean>


Nested Element Summary
xs:stringdescription
          The description of this group. 
xs:stringname
          The unique name of this group. 
Source
<xs:element name="groupBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.