API Reference
Class
PolicyAuditResult
Represents audit result for a policy entry.
Inheritance
- Object
- PolicyAuditResult
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 PolicyAuditResult(PolEntry entry, PolicyDefinition definition) #Initializes a new instance of the PolicyAuditResult class.
Parameters
- entry ADPlayground.Gpo.GpoLocal.PolEntry
- Policy entry.
- definition ADPlayground.Gpo.GpoLocal.PolicyDefinition
- Matched definition.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PolicyDefinition Definition { get; } #Gets the matched definition or null.