1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

add externalid to organizationuser

This commit is contained in:
Kyle Spearrin
2017-05-15 23:03:32 -04:00
parent 4656e1f690
commit b3e4fcca74
7 changed files with 13 additions and 3 deletions

View File

@ -14,6 +14,7 @@ namespace Bit.Core.Models.Table
public OrganizationUserStatusType Status { get; set; }
public OrganizationUserType Type { get; set; }
public bool AccessAll { get; set; }
public string ExternalId { get; set; }
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
public DateTime RevisionDate { get; internal set; } = DateTime.UtcNow;