mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-17 00:33:35 +00:00
refactor group assignment. sync disabled users
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bit.Core.Models
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public string ErrorMessage { get; set; }
|
||||
public List<GroupEntry> Groups { get; set; }
|
||||
public List<UserEntry> Users { get; set; }
|
||||
public List<GroupEntry> Groups { get; set; } = new List<GroupEntry>();
|
||||
public List<UserEntry> Users { get; set; } = new List<UserEntry>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user