mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05:00
apis for managing collection users
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CollectionUserDetails
|
||||
{
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public bool AccessAll { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public Enums.OrganizationUserStatusType Status { get; set; }
|
||||
public Enums.OrganizationUserType Type { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user