Skip to main content

UserMenuProfileReportResponse

It contains information about which menu items the user is authorized for and with which authorization groups he/she received these authorizations.

Properties

NameDescription
PermissionGroupsThe list of permission groups assigned to the user.
UserNameThe name of the user.
MenuPermissionsThe list of permissions associated with the user's menu.

Constructors

NameDescription
UserMenuProfileReportResponse(userName, menuPermissions, permissionGroups)Initializes a new instance of the UserMenuProfileReportResponse class.