mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
add externalid to organizationuser
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user