TestimoX

API Reference

Class

DnsRecordReferenceIntegritySnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Aggregated DNS reference-integrity snapshot.

Inheritance

  • Object
  • DnsRecordReferenceIntegritySnapshot

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 DnsRecordReferenceIntegritySnapshot() #

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

Total records evaluated for reference integrity.

public Int32 DanglingCnameCount { get; set; } #

Total dangling CNAME target findings.

public Int32 DanglingMxCount { get; set; } #

Total dangling MX target findings.

public Int32 DanglingSrvCount { get; set; } #

Total dangling SRV target findings.

public Int32 FindingCount { get; } #

Total dangling target findings.

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

Reference-integrity findings.