Role
Role is a value object that specifies the role information. It is also used to create roles.
|
Property |
Type |
Description |
Required |
Default |
|---|---|---|---|---|
|
id |
Long |
ID of the role. |
No |
N/A |
|
name |
String |
Name of the role. |
Yes |
N/A |
|
description |
String |
Description of the role. |
No |
N/A |
|
enabled |
boolean |
Boolean value - true if the role is enabled. |
Yes |
N/A |


