API Reference
Class
Item (ForestDhcpInfrastructurePostureService)
Projected authorized DHCP entry with correlated DNS and DC posture.
Inheritance
- Object
- Item
Constructors
Inherited Methods
Properties
public String Name { get; set; } #Display name of the authorization object.
public String DistinguishedName { get; set; } #Authorization object distinguished name.
public String DnsHostName { get; set; } #DNS host name recorded on the authorization object.
public String DhcpIdentifier { get; set; } #DHCP identifier recorded on the authorization object.
public String EvaluatedHost { get; set; } #Host name used for DNS correlation.
public Boolean ResolvesInDns { get; set; } #True when the evaluated host resolved in DNS.
public String CanonicalHostName { get; set; } #Canonical host name returned by DNS resolution when available.
public Int32 ResolvedAddressCount { get; set; } #Total resolved IP addresses when DNS resolution succeeds.
public Boolean IsDomainController { get; set; } #True when the authorized DHCP entry appears to be hosted on a domain controller.
public String State { get; set; } #Short posture state label for the entry.
public String Issue { get; set; } #Operator-facing issue summary for the entry.