1
0
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:
Kyle Spearrin
2017-05-13 23:08:15 -04:00
parent eaaf9c9da9
commit 4f03e70a8a
3 changed files with 110 additions and 36 deletions

View File

@@ -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; }
}
}