Enum GroupPolicyApplicationControlPolicyEnforcementMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an application control policy enforcement mode.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyApplicationControlPolicyEnforcementMode
Fields
AuditOnly = 2
The enforcement mode is audit only.
EnforceRules = 3
The enforcement mode is enforce rules.
NotConfigured = 1
The enforcement mode is not configured.
Unknown = 0
The enforcement mode is unknown.