UserManagementRights$json top-level constant

  1. @Deprecated('Use userManagementRightsDescriptor instead')
Map<String, Object> const UserManagementRights$json

Implementation

@$core.Deprecated('Use userManagementRightsDescriptor instead')
const UserManagementRights$json = {
  '1': 'UserManagementRights',
  '2': [
    {
      '1': 'rights',
      '3': 1,
      '4': 3,
      '5': 14,
      '6': '.weebi.user.permissions.Right',
      '10': 'userManagementRights'
    },
    {
      '1': 'canUpdateUserPassword',
      '3': 2,
      '4': 1,
      '5': 8,
      '10': 'canUpdateUserPassword'
    },
  ],
};