Table of Contents

Enum WindowsAuditPolicyType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of audit policy configured.

public enum WindowsAuditPolicyType

Fields

Failure = 2

Failure events will be audited.

None = 0

No auditing will take place.

NotApplicable = 5

This audit policy is not applicable - for example not supported on the operating system.

Success = 1

Success events will be audited.

SuccessFailure = 3

Success and failure events will be audited.

Unknown = 4

The audit policy type is unknown.