Interface Rule.EnforcementMode
-
- Enclosing class:
- Rule
public static interface Rule.EnforcementMode
The rule enforcement mode: * `enabled` - The restrictions are enforced and reported. This is the default. * `disabled` - The restrictions are disabled. Nothing is enforced or reported. * `report` - The restrictions are evaluated and reported, but not enforced.
-
-
Field Detail
-
ENABLED
static final java.lang.String ENABLED
enabled.- See Also:
- Constant Field Values
-
DISABLED
static final java.lang.String DISABLED
disabled.- See Also:
- Constant Field Values
-
REPORT
static final java.lang.String REPORT
report.- See Also:
- Constant Field Values
-
-