mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
[AC-2104] Add flexible collections properties to provider organizations sync response (#3717)
This commit is contained in:
@@ -35,4 +35,7 @@ public class ProviderUserOrganizationDetails
|
||||
public Guid? ProviderUserId { get; set; }
|
||||
public string ProviderName { get; set; }
|
||||
public Core.Enums.PlanType PlanType { get; set; }
|
||||
public bool LimitCollectionCreationDeletion { get; set; }
|
||||
public bool AllowAdminAccessToAllCollectionItems { get; set; }
|
||||
public bool FlexibleCollections { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user