role Data Type

Schema
ns0.xsd
Available Since
1.4
Properties
name data type type namespace min/max occurs description
assignable boolean element 1/1  
childRoleNames string element 0/unbounded  
description string element 0/1  
name string element 0/1  
otherUsers user element 0/unbounded  
parentRoleNames string element 0/unbounded  
parentsRolesUsers user element 0/unbounded  
permanent boolean element 1/1  
permissions permission element 0/unbounded  
removedUsers user element 0/unbounded  
users user element 0/unbounded  

Example

<role>
  <name>...</name>
  <description>...</description>
  <assignable>...</assignable>
  <childRoleNames>...</childRoleNames>
  <permissions>
    <name>...</name>
    <operation>
      <name>...</name>
      <description>...</description>
      <permanent>...</permanent>
    </operation>
    <resource>
      <identifier>...</identifier>
      <pattern>...</pattern>
      <permanent>...</permanent>
    </resource>
  </permissions>
  <permanent>...</permanent>
  <parentRoleNames>...</parentRoleNames>
  <parentsRolesUsers>
    <username>...</username>
    <fullName>...</fullName>
    <email>...</email>
    <validated>...</validated>
    <locked>...</locked>
    <password>...</password>
    <passwordChangeRequired>...</passwordChangeRequired>
    <permanent>...</permanent>
    <confirmPassword>...</confirmPassword>
    <timestampAccountCreation>...</timestampAccountCreation>
    <timestampLastLogin>...</timestampLastLogin>
    <timestampLastPasswordChange>...</timestampLastPasswordChange>
    <previousPassword>...</previousPassword>
    <assignedRoles>...</assignedRoles>
    <readOnly>...</readOnly>
    <userManagerId>...</userManagerId>
    <validationToken>...</validationToken>
  </parentsRolesUsers>
  <users>
    <username>...</username>
    <fullName>...</fullName>
    <email>...</email>
    <validated>...</validated>
    <locked>...</locked>
    <password>...</password>
    <passwordChangeRequired>...</passwordChangeRequired>
    <permanent>...</permanent>
    <confirmPassword>...</confirmPassword>
    <timestampAccountCreation>...</timestampAccountCreation>
    <timestampLastLogin>...</timestampLastLogin>
    <timestampLastPasswordChange>...</timestampLastPasswordChange>
    <previousPassword>...</previousPassword>
    <assignedRoles>...</assignedRoles>
    <readOnly>...</readOnly>
    <userManagerId>...</userManagerId>
    <validationToken>...</validationToken>
  </users>
  <otherUsers>
    <username>...</username>
    <fullName>...</fullName>
    <email>...</email>
    <validated>...</validated>
    <locked>...</locked>
    <password>...</password>
    <passwordChangeRequired>...</passwordChangeRequired>
    <permanent>...</permanent>
    <confirmPassword>...</confirmPassword>
    <timestampAccountCreation>...</timestampAccountCreation>
    <timestampLastLogin>...</timestampLastLogin>
    <timestampLastPasswordChange>...</timestampLastPasswordChange>
    <previousPassword>...</previousPassword>
    <assignedRoles>...</assignedRoles>
    <readOnly>...</readOnly>
    <userManagerId>...</userManagerId>
    <validationToken>...</validationToken>
  </otherUsers>
  <removedUsers>
    <username>...</username>
    <fullName>...</fullName>
    <email>...</email>
    <validated>...</validated>
    <locked>...</locked>
    <password>...</password>
    <passwordChangeRequired>...</passwordChangeRequired>
    <permanent>...</permanent>
    <confirmPassword>...</confirmPassword>
    <timestampAccountCreation>...</timestampAccountCreation>
    <timestampLastLogin>...</timestampLastLogin>
    <timestampLastPasswordChange>...</timestampLastPasswordChange>
    <previousPassword>...</previousPassword>
    <assignedRoles>...</assignedRoles>
    <readOnly>...</readOnly>
    <userManagerId>...</userManagerId>
    <validationToken>...</validationToken>
  </removedUsers>
</role>