http://www.fatwire.com/schema/rest/1.0
complexType siteRoles

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}siteRoles (restriction)

Documentation
        This bean contains roles for which the application is enabled in each site.
        In a given site, access to an application is granted if the user possesses
        one or more roles in the list of roles assigned to the application.
      
Properties
This component is not nillable.

Model
<...>
(site, roles* )
</...>


Nested Element Summary
xs:stringroles
          Roles to which the application is enabled for the site. 
xs:stringsite
          Name of a site. 
Source
<xs:complexType name="siteRoles">
<xs:sequence>
<xs:element name="site" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="roles" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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