TestimoX

API Reference

Class

View (DuplicateSpnPostureService)

Namespace ADPlayground.Kerberos.DuplicateSpnPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated duplicate-SPN posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ScopeName { get; set; } #

Scope name used for evaluation.

public Boolean IsForestScope { get; set; } #

True when the evaluation ran across the forest rather than a single domain.

public Int32 DuplicateCount { get; set; } #

Total duplicate SPN rows discovered before truncation.

public Int32 AffectedAccountCount { get; set; } #

Total affected account identities across all duplicate SPNs.

public Int32 MaxItems { get; set; } #

Configured maximum duplicate rows returned in Items.

public Boolean IsTruncated { get; set; } #

True when Items is truncated.

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

Projected duplicate rows returned for reporting.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.