TestimoX

API Reference

Class

DnsDcLocatorIntegrityFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Domain controller locator DNS integrity finding.

Inheritance

  • Object
  • DnsDcLocatorIntegrityFinding

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public DnsDcLocatorIntegrityFinding() #

Properties

public String CheckId { get; set; } #

Stable posture check identifier.

public String Category { get; set; } #

Finding category.

public String Severity { get; set; } #

Finding severity.

public String ZoneName { get; set; } #

Zone that owns the DC locator record.

public String OwnerName { get; set; } #

SRV owner name.

public String Target { get; set; } #

SRV target host.

public Nullable<UInt16> Port { get; set; } #

SRV port when present.

public String Status { get; set; } #

Finding status.

public String Title { get; set; } #

Human-readable finding title.

public String Issue { get; set; } #

Human-readable issue description.

public String RecommendedAction { get; set; } #

Recommended remediation action.