mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
Added push notification for when Collection management settings have been changed. (#5230)
This commit is contained in:
@@ -56,3 +56,10 @@ public class OrganizationStatusPushNotification
|
||||
public Guid OrganizationId { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
|
||||
public class OrganizationCollectionManagementPushNotification
|
||||
{
|
||||
public Guid OrganizationId { get; init; }
|
||||
public bool LimitCollectionCreation { get; init; }
|
||||
public bool LimitCollectionDeletion { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user