UserMenuProfileReportResponse
It contains information about which menu items the user is authorized for and with which authorization groups he/she received these authorizations.
Properties
| Name | Description |
|---|---|
| PermissionGroups | The list of permission groups assigned to the user. |
| UserName | The name of the user. |
| MenuPermissions | The list of permissions associated with the user's menu. |
Constructors
| Name | Description |
|---|---|
| UserMenuProfileReportResponse(userName, menuPermissions, permissionGroups) | Initializes a new instance of the UserMenuProfileReportResponse class. |