MTRolePrivilege Data Type

A MTRolePrivilege represents a (authorization) role privilege.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
id string element 0/1  
privilege int element 0/1  
role MTRole element 0/1  
updated dateTime element 0/1  

Example

<rolePrivilege>
  <id>...</id>
  <privilege>...</privilege>
  <role>
    <id>...</id>
    <name>...</name>
    <privileges/>
    <updated>...</updated>
  </role>
  <updated>...</updated>
</rolePrivilege>