usersGroupRoleAssignments Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
groupRoleAssignments (custom) element 0/1    
reset boolean element 1/1 required  
userRoleAssignments (custom) element 0/1    
users list of string element 0/unbounded    
whiteListGroupRoleAssignments (custom) element 0/1    
whiteListUserRoleAssignments (custom) element 0/1    

Example

<usersGroupRoleAssignments>
  <userRoleAssignments>...</userRoleAssignments>
  <whiteListGroupRoleAssignments>...</whiteListGroupRoleAssignments>
  <groupRoleAssignments>...</groupRoleAssignments>
  <whiteListUserRoleAssignments>...</whiteListUserRoleAssignments>
  <reset>...</reset>
  <users>...</users>
</usersGroupRoleAssignments>