IdsSignatureInternalCategory (type)

{
  "additionalProperties": false, 
  "description": "Represents the internal categories. APPLICATION : IDS signature having protocol comes under APPLICATION internal category. MALWARE: IDS signature having malware_family comes under this internal category. VULNERABILITY : IDS signature having cvssv3 score comes under this internal category.", 
  "enum": [
    "APPLICATION", 
    "MALWARE", 
    "VULNERABILITY"
  ], 
  "id": "IdsSignatureInternalCategory", 
  "module_id": "PolicyIDS", 
  "title": "IDS signature internal categories", 
  "type": "string"
}