1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 18:23:44 +00:00

Add sponsorship available boolean to orgDetails

This commit is contained in:
Matt Gibson
2021-11-08 19:06:32 -05:00
committed by Justin Baur
parent 45f6ec1781
commit d8e986b27b
6 changed files with 14 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ namespace Bit.Core.Models.Data
public Enums.OrganizationUserStatusType Status { get; set; }
public Enums.OrganizationUserType Type { get; set; }
public bool Enabled { get; set; }
public Enums.PlanType PlanType { get; set; }
public string SsoExternalId { get; set; }
public string Identifier { get; set; }
public string Permissions { get; set; }