mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-16 16:23:41 +00:00
azure directory service implementation w/ config
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Bit.Core.Models
|
||||
{
|
||||
public abstract class Entry
|
||||
{
|
||||
public string DistinguishedName { get; set; }
|
||||
public string Id { get; set; }
|
||||
public DateTime? CreationDate { get; set; }
|
||||
public DateTime? RevisionDate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user