mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05:00
Merge branch 'master' into feature/billing-obfuscation
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Models.Data.Organizations;
|
||||
namespace Bit.Core.Models.Data.Organizations;
|
||||
|
||||
public class OrganizationDomainSsoDetailsData
|
||||
{
|
||||
@ -9,8 +7,6 @@ public class OrganizationDomainSsoDetailsData
|
||||
public string DomainName { get; set; }
|
||||
public bool SsoAvailable { get; set; }
|
||||
public string OrganizationIdentifier { get; set; }
|
||||
public bool SsoRequired { get; set; }
|
||||
public PolicyType? PolicyType { get; set; }
|
||||
public DateTime? VerifiedDate { get; set; }
|
||||
public bool OrganizationEnabled { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user