TestimoX

API Reference

Class

View (DhcpAuthorizationPostureService)

Namespace ADPlayground.Domains.DhcpAuthorizationPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated DHCP authorization posture view for a forest/domain context.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

Target domain DNS name used for the query context.

public String ForestName { get; set; } #

Forest name resolved for the query context.

public String ConfigurationNamingContext { get; set; } #

Configuration naming context queried for DHCP authorization objects.

public Boolean CollectionSucceeded { get; set; } #

True when the LDAP query completed successfully.

public String CollectionError { get; set; } #

Collection error summary when the LDAP query fails.

public Int32 AuthorizedCount { get; set; } #

Total authorized DHCP server objects discovered.

public IReadOnlyList<Item> Items { get; set; } #

Authorized DHCP server objects discovered in Active Directory.