API Reference
Class
AuditPolicyEntry
Represents a single audit policy setting (basic category or advanced subcategory) and its flags.
Inheritance
- Object
- AuditPolicyEntry
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
- Method AuditPolicyReader.FromInf
- Method AuditPolicyReader.FromPol
- Property EffectivePolicyDetails.AdvancedAudit
- Property EffectivePolicyDetails.BasicAudit
- Property GpoDetails.AuditPolicies
- Property GpoDetailsView.AuditPolicies
- Property Validation.BasicAudit
- Property GpResultSingleReport.AdvancedAudit
- Property GpResultSingleReport.BasicAudit
- Method GpoAuditPolicyEffectiveService.GetAdvancedForDn
- Method GpoAuditPolicyEffectiveService.GetAdvancedForDn
- Method GpoAuditPolicyEffectiveService.GetBasicForDn
- Method GpoAuditPolicyEffectiveService.GetBasicForDn
- Property RsopDetails.AuditPolicies
- Property RsopDetailsView.AuditPolicies
- Property RsopGpResultSingleReport.AuditPolicies
Constructors
public AuditPolicyEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AuditPolicyType Type { get; set; } #Audit policy mode: basic or advanced.
public String CategoryOrSubcategory { get; set; } #Category (basic) or subcategory (advanced) display name.
public Boolean Success { get; set; } #True when success events are audited.
public Boolean Failure { get; set; } #True when failure events are audited.