mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
Move into and read ciphers from org subvaults
This commit is contained in:
11
src/Core/Models/Data/SubvaultUserPermissions.cs
Normal file
11
src/Core/Models/Data/SubvaultUserPermissions.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class SubvaultUserPermissions
|
||||
{
|
||||
public Guid SubvaultId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
public bool Admin { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user