CLASSIFICATION::category

Description

This command provides classification category name. (Example: mail, gaming)
Note: the Policy Enforcement Manager license is required for functionality to work.

Syntax

CLASSIFICATION::category

Examples

when CLASSIFICATION_DETECTED {
  if { [CLASSIFICATION::category] equals "chat"}  {
    drop
  }
}