API Reference
Class
DnsZoneDynamicUpdatePostureSnapshot
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.
Returned or exposed by
Constructors
public DnsZoneDynamicUpdatePostureSnapshot() #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 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.