mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
Add limit item deletion server code (#5308)
This commit is contained in:
@@ -62,4 +62,5 @@ public class OrganizationCollectionManagementPushNotification
|
||||
public Guid OrganizationId { get; init; }
|
||||
public bool LimitCollectionCreation { get; init; }
|
||||
public bool LimitCollectionDeletion { get; init; }
|
||||
public bool LimitItemDeletion { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user