mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00: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