API Reference
Class
View (SpnPostureRollupService)
Aggregated view combining duplicate SPNs and overall SPN hygiene results.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name evaluated.
public Int32 DuplicateCount { get; set; } #Total number of duplicate SPN entries detected.
public List<DuplicateSample> Duplicates { get; set; } #Sample of duplicate SPNs (limited by the sample parameter in Int32)).
public SpnHygieneSnapshot Hygiene { get; set; } #SPN hygiene snapshot for the domain.