Represents a Role.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| id | long | element | 1/1 | Gets the id. | |
| |
|
|
|
|
|
| name | string | element | 0/1 | Gets the name. | |
| permissions | list of RolePermission | element | 0/unbounded | Gets the permissions. | |
| type | RoleType | element | 0/1 | Gets the type. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<Role xsitype="..."> <type>...</type> <id>...</id> <name>...</name> <permissions>...</permissions> </Role>