API Reference
Class
AuditPolicyEntry
Represents a single audit policy setting (basic category or advanced subcategory) and its flags.
Inheritance
- Object
- AuditPolicyEntry
Constructors
public AuditPolicyEntry() #Inherited Methods
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.