API Reference
Class
View (ForestDhcpInfrastructurePostureService)
Aggregated forest DHCP posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String ForestName { get; set; } #Forest name evaluated.
public Boolean CollectionSucceeded { get; set; } #True when the underlying authorization query completed successfully.
public String CollectionError { get; set; } #Collection error from the underlying authorization query when present.
public Int32 AuthorizedCount { get; set; } #Total authorized DHCP entries discovered in Active Directory.
public Int32 DnsResolvedCount { get; set; } #Total authorized DHCP entries that resolved in DNS.
public Int32 DnsLookupFailureCount { get; set; } #Total authorized DHCP entries that failed DNS resolution.
public Int32 DomainControllerHostedCount { get; set; } #Total authorized DHCP entries that appear to be hosted on domain controllers.
public Int32 HealthyAuthorizedCount { get; set; } #Total authorized DHCP entries without any correlated issues.
public IReadOnlyList<Item> Items { get; set; } #All projected authorized DHCP entries.
public IReadOnlyList<Item> MissingDnsItems { get; set; } #Authorized DHCP entries that failed DNS resolution.
public IReadOnlyList<Item> DomainControllerHostedItems { get; set; } #Authorized DHCP entries that appear to be hosted on domain controllers.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.