API Reference
Class
DcAuditPolicyGap
Represents a baseline gap between required and effective audit policy on a domain controller.
Inheritance
- Object
- DcAuditPolicyGap
Constructors
public DcAuditPolicyGap() #Inherited Methods
Properties
public String Subcategory { get; set; } #Category and subcategory name (e.g., "Account Logon / Kerberos Authentication Service").
public String Expected { get; set; } #Expected audit level (Success, Failure, SuccessAndFailure, None).
public String Actual { get; set; } #Actual audit level observed on the domain controller.
public Boolean MeetsRequirements { get; set; } #True when the effective setting meets or exceeds the baseline.
public String BaselineAnchor { get; set; } #Optional baseline anchor (BaselineAudit or BaselineSecurityOption) used for crosswalk.