mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
store device type and ip address on events
This commit is contained in:
@ -13,6 +13,8 @@ namespace Bit.Core.Models.Data
|
||||
Guid? GroupId { get; set; }
|
||||
Guid? OrganizationUserId { get; set; }
|
||||
Guid? ActingUserId { get; set; }
|
||||
DeviceType? DeviceType { get; set; }
|
||||
string IpAddress { get; set; }
|
||||
DateTime Date { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user