Skip to main content

UserMenuProfileReportResponse Constructors

An object defining constructors for the UserMenuProfileReportResponse class.

UserMenuProfileReportResponse(userName, menuPermissions, permissionGroups)

Initializes a new instance of the UserMenuProfileReportResponse class.

Parameters:

userName (required): string
The name of the user.

menuPermissions (required): List<Permission>
The list of permissions associated with the user's menu.

permissionGroups (required): List<PermissionGroup>
The list of permission groups assigned to the user.