API Reference
Class
DnsZoneReadExposureSnapshot
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.
Returned or exposed by
Constructors
public DnsZoneReadExposureSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.