TestimoX

API Reference

Class

Finding (DomainDnsDynamicUpdateConfigurationService)

Namespace ADPlayground.Dns.DomainDnsDynamicUpdateConfigurationService
Assembly ADPlayground
Modifiers sealed

Single DNS dynamic update configuration finding for a domain controller and zone.

Inheritance

  • Object
  • Finding

Constructors

Properties

public String DomainController { get; set; } #

Domain controller that served the DNS zone configuration.

public String ZoneName { get; set; } #

DNS zone name.

public Nullable<UInt32> AllowUpdate { get; set; } #

Raw Microsoft DNS AllowUpdate value.

public String UpdateMode { get; set; } #

Friendly dynamic update mode label.

public Boolean AllowsNonSecureUpdates { get; set; } #

True when the zone accepts nonsecure dynamic updates.

public String CheckId { get; set; } #

Stable audit check identifier.

public String Severity { get; set; } #

Finding severity.

public String Issue { get; set; } #

Human-readable issue summary.

public String RecommendedAction { get; set; } #

Recommended remediation action.