mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 03:03:46 +00:00
Split collections permissions (#1558)
* Split collections permissions * Remove old permissions There is no backwards compatibility issue since these permissions are unused. * Remove unused imports
This commit is contained in:
@@ -6,8 +6,11 @@ namespace Bit.Core.Models.Data
|
||||
public bool AccessEventLogs { get; set; }
|
||||
public bool AccessImportExport { get; set; }
|
||||
public bool AccessReports { get; set; }
|
||||
public bool ManageAssignedCollections { get; set; }
|
||||
public bool ManageAllCollections { get; set; }
|
||||
public bool EditAssignedCollections { get; set; }
|
||||
public bool DeleteAssignedCollections { get; set; }
|
||||
public bool CreateNewCollections { get; set; }
|
||||
public bool EditAnyCollection { get; set; }
|
||||
public bool DeleteAnyCollection { get; set; }
|
||||
public bool ManageGroups { get; set; }
|
||||
public bool ManagePolicies { get; set; }
|
||||
public bool ManageSso { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user