userPermissions property

  1. @TagNumber(4)
List<UserPermission> get userPermissions

user_permissions represents the map of Users to Permissions for this machine.

Implementation

@$pb.TagNumber(4)
$core.List<UserPermission> get userPermissions => $_getList(3);