#184: optionally set managed group descriptions

This commit is contained in:
Gary Sharp
2026-01-26 12:31:01 +11:00
parent e1f1973520
commit e809c63e37
17 changed files with 351 additions and 280 deletions
@@ -6,5 +6,6 @@ namespace Disco.Models.Services.Interop.ActiveDirectory
{
public string GroupId { get; set; }
public DateTime? FilterBeginDate { get; set; }
public bool UpdateDescription { get; set; } = true;
}
}