API Reference
Class
DcAuditPolicyStatus
Indicates whether a domain controller's effective audit policy meets configured requirements.
Inheritance
- Object
- DcAuditPolicyStatus
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 DcAuditPolicyStatus() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Domain controller name.
public String PolicySource { get; set; } #Policy source (e.g., Local, GPO).
public Boolean MeetsRequirements { get; set; } #True when all required subcategories are configured as expected.
public String Subcategory { get; set; } #Subcategory name that failed (for gaps).
public String Expected { get; set; } #Expected audit level.
public String Actual { get; set; } #Actual audit level.