1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 17:42:49 -05:00

return if org user has sso binding (#839)

This commit is contained in:
Kyle Spearrin
2020-07-28 21:11:45 -04:00
committed by GitHub
parent 2c4752f4ac
commit c53e8cbf9d
7 changed files with 83 additions and 4 deletions

View File

@ -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; }
}
}