TestimoX

API Reference

Class

View (UnprivilegedGroupChangeService)

Namespace ADPlayground.Groups.UnprivilegedGroupChangeService
Assembly ADPlayground
Modifiers sealed

Aggregated view of recent changes for non-privileged groups.

Inheritance

  • Object
  • View

Constructors

public View() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainName { get; set; } #

DNS domain name evaluated.

public Int32 Days { get; set; } #

Window size in days used for filtering.

public IReadOnlyList<Item> Changed { get; set; } #

Groups changed within the window.

public Int32 ChangedCount { get; set; } #

Total number of changed groups.

public Nullable<DateTime> MostRecentChangeUtc { get; set; } #

Most recent change time (UTC) in the set.

public Nullable<DateTime> OldestChangeUtc { get; set; } #

Oldest change time (UTC) in the set.

public IReadOnlyDictionary<String, Int32> ChangesByDayUtc { get; set; } #

Counts of changes grouped by UTC date (yyyy-MM-dd).

public IReadOnlyList<Item> TopGroups { get; set; } #

Top groups by most recent change.