mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
return share information with cipher API response
This commit is contained in:
11
src/Core/Models/Data/CipherShare.cs
Normal file
11
src/Core/Models/Data/CipherShare.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Bit.Core.Domains;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CipherShare : Cipher
|
||||
{
|
||||
public string Key { get; internal set; }
|
||||
public string Permissions { get; internal set; }
|
||||
public Enums.ShareStatusType? Status { get; internal set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user