TestimoX

API Reference

Class

DnsZonePtrAutomationItem

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Zone-level PTR automation posture item.

Inheritance

  • Object
  • DnsZonePtrAutomationItem

Usage

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

Accepted by parameters

Constructors

public DnsZonePtrAutomationItem() #

Properties

public String ZoneName { get; set; } #

DNS zone name.

public String ZoneType { get; set; } #

Provider-specific zone type.

public Boolean IsReverseLookupZone { get; set; } #

True when the zone is a reverse lookup zone.

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

Provider dynamic update mode value when known.

public Boolean IsSecureDynamicUpdate { get; set; } #

True when dynamic updates are configured as secure-only.

public Nullable<Boolean> IsDsIntegrated { get; set; } #

True when the zone is directory-integrated according to provider metadata.

public Nullable<Boolean> IsAgingEnabled { get; set; } #

True when aging or scavenging metadata indicates aging is enabled.

public Nullable<Boolean> AutoCreatePtrRecords { get; set; } #

True when associated PTR auto-creation is enabled.

public String Status { get; set; } #

Human-readable PTR automation status.

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 Issue { get; set; } #

Human-readable issue description.

public String RecommendedAction { get; set; } #

Recommended remediation action.