Enum GroupPolicyAuditPolicyType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Group Policy audit policy type.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyAuditPolicyType
Fields
Failure = 2Failure events will be audited.
None = 0No auditing will take place.
Success = 1Success events will be audited.
SuccessFailure = 3Success and failure events will be audited.
Unknown = 4The audit policy type is unknown.