API Reference
Class
View (ForestDuplicateComputerHostnamePostureService)
Aggregated duplicate-hostname posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String ForestName { get; set; } #Forest DNS name used for evaluation.
public Int32 MaxItems { get; set; } #Configured maximum duplicate rows returned in Items.
public Int32 DuplicateCount { get; set; } #Total duplicate hostname rows discovered before truncation.
public Int32 AffectedObjectCount { get; set; } #Total distinct computer objects affected across all duplicate rows.
public Int32 AffectedDomainCount { get; set; } #Total distinct domains affected across all duplicate rows.
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.