mirror of
https://github.com/bitwarden/server.git
synced 2026-02-19 07:13:17 +08:00
return if org user has sso binding (#839)
This commit is contained in:
@@ -24,5 +24,6 @@ namespace Bit.Core.Models.Data
|
||||
public Enums.OrganizationUserStatusType Status { get; set; }
|
||||
public Enums.OrganizationUserType Type { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
public string SsoExternalId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user