mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
pub/priv keys and share updates
This commit is contained in:
@@ -11,7 +11,6 @@ namespace Bit.Core.Domains
|
||||
public Enums.CipherType Type { get; set; }
|
||||
public bool Favorite { get; set; }
|
||||
public string Data { get; set; }
|
||||
public string Shares { get; set; }
|
||||
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
public DateTime RevisionDate { get; internal set; } = DateTime.UtcNow;
|
||||
|
||||
@@ -19,12 +18,5 @@ namespace Bit.Core.Domains
|
||||
{
|
||||
Id = CoreHelpers.GenerateComb();
|
||||
}
|
||||
|
||||
public class Share
|
||||
{
|
||||
public Guid UserId { get; set; }
|
||||
public string Key { get; set; }
|
||||
// TODO: permission flags?
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user