API Reference
Class
Finding (DomainDnsDynamicUpdateConfigurationService)
Single DNS dynamic update configuration finding for a domain controller and zone.
Inheritance
- Object
- Finding
Constructors
public Finding() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.