RoleReference
RoleReference is a value object that specifies the ID and the name of a role.
Note: RoleReference is used as the OUTPUT in the following operation:
-
Operation createRoles
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
id |
Long |
ID of the role. |
No |
N/A |
|
name |
String |
Name of the role. |
No |
N/A |


