mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05: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