API Reference
Class
Diagnostics (DuplicateSpnPostureService)
Diagnostics captured while projecting duplicate-SPN posture.
Inheritance
- Object
- Diagnostics
Constructors
public Diagnostics() #Inherited Methods
Properties
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 ReturnedItemCount { get; set; } #Duplicate rows returned in the final view.
public Boolean IsTruncated { get; set; } #True when the final item set was truncated to MaxItems.