mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
group external id
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Bit.Core.Models.Table
|
||||
public Guid OrganizationId { get; set; }
|
||||
public string Name { 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