Class WindowsAdvancedAuditPolicySubcategory
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a subcategory in the Windows advanced audit policy.
public class WindowsAdvancedAuditPolicySubcategory : GlobalSerializableClassicBase, IComparable<WindowsAdvancedAuditPolicySubcategory>
- Inheritance
-
WindowsAdvancedAuditPolicySubcategory
- Implements
Constructors
WindowsAdvancedAuditPolicySubcategory()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicySubcategory class.
public WindowsAdvancedAuditPolicySubcategory()
Properties
AuditType
Gets or sets the audit type to perform.
public WindowsAdvancedAuditPolicyType AuditType { get; set; }
Property Value
AuditTypeString
Gets the audit type as a human readable string.
public string AuditTypeString { get; set; }
Property Value
ConfigurationPolicyName
Gets or sets the name of the group policy object that was used to configure the advanced audit policy subcategory.
public string ConfigurationPolicyName { get; set; }
Property Value
ConfigurationSource
Gets or sets the configuration source of the advanced audit policy subcategory.
public PolicyConfigurableSourceType ConfigurationSource { get; set; }
Property Value
ConfigurationSourceString
Gets the audit configuration source as a human readable string - either "Local", "Unknown" or the name of the Group Policy Object that configured the setting.
public string ConfigurationSourceString { get; set; }
Property Value
Guid
Gets or sets the unique identifier of the subcategory in GUID format - for example "0CCE9213-69AE-11D9-BED3-505054503030".
public string Guid { get; set; }
Property Value
Name
Gets the display name for the subcategory - for example "Account Logon".
public string Name { get; set; }
Property Value
Methods
CompareTo(WindowsAdvancedAuditPolicySubcategory)
Compares two CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicySubcategory objects to allow sorting alphabetically by name.
public int CompareTo(WindowsAdvancedAuditPolicySubcategory other)
Parameters
other
WindowsAdvancedAuditPolicySubcategoryThe CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicySubcategory to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.WindowsAdvancedAuditPolicySubcategory objects.