API Reference
Class
DcAuditSecurityOptionStatus
Compliance status for an audit-related security option.
Inheritance
- Object
- DcAuditSecurityOptionStatus
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 DcAuditSecurityOptionStatus() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Display name of the security option.
public String Expected { get; set; } #Expected value per baseline.
public String Actual { get; set; } #Actual value read.
public Boolean MeetsRequirements { get; set; } #True when actual matches expected.
public String Winner { get; set; } #Optional GPO winner (friendly name or GUID).
public String Sources { get; set; } #Optional sources list.