Class ActiveDirectoryAuditRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual Active Directory audit rule.
public class ActiveDirectoryAuditRule : ActiveDirectoryRuleBase, IComparable<ActiveDirectoryRuleBase>
- Inheritance
-
ActiveDirectoryAuditRule
- Implements
- Inherited Members
Constructors
ActiveDirectoryAuditRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryAuditRule class.
public ActiveDirectoryAuditRule()
Properties
AuditFlags
Gets or sets the audit flags assigned to the audit rule.
public ActiveDirectoryAuditFlags AuditFlags { get; set; }
Property Value
AuditFlagsString
Gets the audit flags assigned to this audit rule as a human readable string.
public string AuditFlagsString { get; set; }
Property Value
CollectionDisplayField
Gets the collection display field.
[Browsable(false)]
public string CollectionDisplayField { get; }
Property Value
CollectionIndex
Gets the unique collection index.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
Methods
ToString()
Returns this Active Directory audit rule as a human readable string in the format "AccountName [Type]".
public override string ToString()
Returns
- string
The Active Directory audit rule as a human readable string.