TestimoX

API Reference

Class

DnsZoneDynamicUpdatePostureSnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

DNS dynamic update posture snapshot derived from AD-integrated DNS zone ACL posture.

Inheritance

  • Object
  • DnsZoneDynamicUpdatePostureSnapshot

Usage

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

Constructors

public DnsZoneDynamicUpdatePostureSnapshot() #

Properties

public String DomainName { get; set; } #

DNS domain name represented by the snapshot.

public Int32 ZoneCount { get; set; } #

Total DNS zones evaluated for broad dynamic update exposure.

public Int32 ExposedZoneCount { get; } #

Total zones where Authenticated Users have create/write rights.

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

Zones where Authenticated Users have create/write rights that may undermine secure dynamic updates.