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

Documentation
        This bean represents a role in Content Server. Roles are installation-wide,
        but are assigned to users in the context of sites.
        Roles are used in the following cases:
          To assign a user to a site:
            The user must be assigned at least one role in a site in order to access it.
          To grant a user access to an application in a site:
            Every application has a list of roles to which it is assigned for a given site.
            The user must be assigned at least one role from this list.
      
Properties
This component is not nillable.

Model
<roleBean>
(name, description )
</roleBean>


Nested Element Summary
xs:stringdescription
          Description of this role. 
xs:stringname
          The unique name of this role. 
Source
<xs:element name="roleBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element name="description" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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