TestimoX

API Reference

Class

DnsApexAuthorityPostureSnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Aggregated apex authority posture snapshot.

Inheritance

  • Object
  • DnsApexAuthorityPostureSnapshot

Usage

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

Constructors

public DnsApexAuthorityPostureSnapshot() #

Properties

public String DomainName { get; set; } #

Domain name associated with the snapshot.

public String DnsServer { get; set; } #

DNS server queried for the snapshot.

public Boolean CollectionSucceeded { get; set; } #

Whether underlying inventory collection succeeded.

public String CollectionError { get; set; } #

Collection error message when inventory collection failed.

public DnsCollectionDiagnostics Diagnostics { get; set; } #

Diagnostics captured while collecting the source DNS inventory.

public Int32 ZoneCount { get; set; } #

Total forward zones evaluated.

public Int32 IncompleteZoneCount { get; } #

Total zones with incomplete apex authority posture.

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

Per-zone apex authority rows.

public IReadOnlyList<DnsApexAuthorityPostureItem> Findings { get; set; } #

Incomplete apex authority findings.