mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
stub out new scim api for dir sync
This commit is contained in:
@ -3,7 +3,7 @@ using Bit.Core.Utilities;
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public class Group : ITableObject<Guid>
|
||||
public class Group : ITableObject<Guid>, IExternal
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid OrganizationId { get; set; }
|
||||
|
Reference in New Issue
Block a user