mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
Add limit item deletion organization setting migration (#5283)
This commit is contained in:
@ -103,6 +103,12 @@ public class Organization : ITableObject<Guid>, IStorableSubscriber, IRevisable,
|
||||
/// </summary>
|
||||
public bool AllowAdminAccessToAllCollectionItems { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// If set to true, members can only delete items when they have a Can Manage permission over the collection.
|
||||
/// If set to false, members can delete items when they have a Can Manage OR Can Edit permission over the collection.
|
||||
/// </summary>
|
||||
public bool LimitItemDeletion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Risk Insights is a reporting feature that provides insights into the security of an organization's vault.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user