1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Support for CipherKey and Share APIs

This commit is contained in:
Kyle Spearrin
2017-02-27 22:58:01 -05:00
parent 48cf44f5b2
commit 8c7f1dd343
27 changed files with 144 additions and 53 deletions

View File

@ -4,8 +4,7 @@ namespace Bit.Core.Models.Data
{
public class CipherShare : Cipher
{
public string Key { get; internal set; }
public string Permissions { get; internal set; }
public bool ReadOnly { get; internal set; }
public Enums.ShareStatusType? Status { get; internal set; }
}
}