mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
Group access & sproc/model refactoring.
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CollectionUserCollectionDetails
|
||||
public class SelectionReadOnly
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user