API Reference
Class
DnsZonesExposureView
View returned by DNS zone exposure rules. Intentionally no DomainName wrapper.
Inheritance
- Object
- DnsZonesExposureView
Constructors
public DnsZonesExposureView(IReadOnlyList<DnsZoneExposureItem> ExposedZones, IReadOnlyList<DnsZoneExposureItem> TopOffenders, IReadOnlyList<OffendingPrincipalFlat> OffendingPrincipals) #View returned by DNS zone exposure rules. Intentionally no DomainName wrapper.
Parameters
- ExposedZones System.Collections.Generic.IReadOnlyList{ADPlayground.Dns.DnsZoneExposureItem}
- TopOffenders System.Collections.Generic.IReadOnlyList{ADPlayground.Dns.DnsZoneExposureItem}
- OffendingPrincipals System.Collections.Generic.IReadOnlyList{ADPlayground.Dns.OffendingPrincipalFlat}
Methods
public DnsZonesExposureView <Clone>$() #Returns:
DnsZonesExposureViewpublic Void Deconstruct(out IReadOnlyList<DnsZoneExposureItem> ExposedZones, out IReadOnlyList<DnsZoneExposureItem> TopOffenders, out IReadOnlyList<OffendingPrincipalFlat> OffendingPrincipals) #Returns:
VoidParameters
- ExposedZones IReadOnlyList<DnsZoneExposureItem>
- TopOffenders IReadOnlyList<DnsZoneExposureItem>
- OffendingPrincipals IReadOnlyList<OffendingPrincipalFlat>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String