mirror of
https://github.com/bitwarden/server
synced 2025-12-23 19:53:40 +00:00
SubvaultUser APIs and services
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.Core.Models.Table
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid SubvaultId { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public bool Admin { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user