API Reference
Class
DnsZonePtrAutomationItem
Zone-level PTR automation posture item.
Inheritance
- Object
- DnsZonePtrAutomationItem
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
- Property DnsZonePtrAutomationSnapshot.Findings
- Property DnsZonePtrAutomationSnapshot.Items
Accepted by parameters
Constructors
public DnsZonePtrAutomationItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ZoneType { get; set; } #Provider-specific zone type.
public Boolean IsReverseLookupZone { get; set; } #True when the zone is a reverse lookup zone.
public Nullable<Int32> AllowUpdate { get; set; } #Provider dynamic update mode value when known.
public Boolean IsSecureDynamicUpdate { get; set; } #True when dynamic updates are configured as secure-only.
public Nullable<Boolean> IsDsIntegrated { get; set; } #True when the zone is directory-integrated according to provider metadata.
public Nullable<Boolean> IsAgingEnabled { get; set; } #True when aging or scavenging metadata indicates aging is enabled.
public Nullable<Boolean> AutoCreatePtrRecords { get; set; } #True when associated PTR auto-creation is enabled.
public String Status { get; set; } #Human-readable PTR automation status.
public String CheckId { get; set; } #Stable posture check identifier.
public String Category { get; set; } #Finding category.
public String Severity { get; set; } #Finding severity.
public String Issue { get; set; } #Human-readable issue description.
public String RecommendedAction { get; set; } #Recommended remediation action.