mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-16 08:14:01 +00:00
simulate sync and print results
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bit.Core.Models
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public string ErrorMessage { get; set; }
|
||||
public int GroupCount { get; set; }
|
||||
public int UserCount { get; set; }
|
||||
public List<GroupEntry> Groups { get; set; }
|
||||
public List<UserEntry> Users { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user