Table of Contents

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 = 2

Failure events will be audited.

None = 0

No auditing will take place.

Success = 1

Success events will be audited.

SuccessFailure = 3

Success and failure events will be audited.

Unknown = 4

The audit policy type is unknown.