TestimoX

API Reference

Class

DnsZoneReadExposureSnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

DNS zone read/list exposure snapshot derived from AD-integrated DNS zone ACL posture.

Inheritance

  • Object
  • DnsZoneReadExposureSnapshot

Usage

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

Constructors

public DnsZoneReadExposureSnapshot() #

Properties

public String DomainName { get; set; } #

DNS domain name represented by the snapshot.

public Int32 ZoneCount { get; set; } #

Total DNS zones evaluated for read/list exposure.

public Int32 ExposedZoneCount { get; } #

Total DNS zones where broad principals have read/list exposure.

public IReadOnlyList<DnsZoneAclFinding> ExposedZones { get; set; } #

Zones where Everyone or Anonymous have read/list rights.