mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
record installation devices
This commit is contained in:
@ -8,6 +8,7 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
public string UserId { get; set; }
|
||||
public string OrganizationId { get; set; }
|
||||
public string DeviceId { get; set; }
|
||||
public string Identifier { get; set; }
|
||||
[Required]
|
||||
public PushType? Type { get; set; }
|
||||
|
Reference in New Issue
Block a user