mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
support access all for collection user details
This commit is contained in:
@@ -5,9 +5,8 @@ namespace Bit.Core.Models.Data
|
||||
public class CollectionUserCollectionDetails
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public Guid OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public Guid CollectionId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user