IDSSignatureDetail (type)

{
  "id": "IDSSignatureDetail", 
  "module_id": "IDSSignatures", 
  "properties": {
    "action": {
      "description": "Packet analysis action", 
      "title": "Action", 
      "type": "string"
    }, 
    "affected_product": {
      "description": "Product affected by the signature.", 
      "title": "Affected product", 
      "type": "string"
    }, 
    "attack_target": {
      "description": "Target of the attack tracked in the signature.", 
      "title": "Attack target", 
      "type": "string"
    }, 
    "category": {
      "description": "VMware defined signature category.", 
      "items": {
        "type": "string"
      }, 
      "title": "Category", 
      "type": "array"
    }, 
    "class_type": {
      "description": "Class type of the signature.", 
      "title": "Signature class type", 
      "type": "string"
    }, 
    "cves": {
      "description": "CVE of the signature.", 
      "items": {
        "type": "string"
      }, 
      "title": "CVE of the signature", 
      "type": "array"
    }, 
    "cvssv2": {
      "description": "Signature CVSSV2 score.", 
      "title": "Signature CVSSV2 score", 
      "type": "string"
    }, 
    "cvssv3": {
      "description": "Signature CVSSV3 score.", 
      "title": "Signature CVSSV3 score", 
      "type": "string"
    }, 
    "direction": {
      "description": "Source-destination direction.", 
      "title": "Direction", 
      "type": "string"
    }, 
    "enabled": {
      "description": "Signature enabled.", 
      "title": "Enabled", 
      "type": "boolean"
    }, 
    "flow": {
      "description": "Flow established from server, from client etc.", 
      "title": "Flow established", 
      "type": "string"
    }, 
    "malware_family": {
      "description": "Family of the malware tracked in the signature.", 
      "title": "Malware Family", 
      "type": "string"
    }, 
    "name": {
      "description": "Name of the signature.", 
      "title": "Signature name", 
      "type": "string"
    }, 
    "performance_impact": {
      "description": "Performance impact of the signature.", 
      "title": "Performance impact", 
      "type": "string"
    }, 
    "policy": {
      "description": "Signature policy.", 
      "items": {
        "type": "string"
      }, 
      "title": "Policy", 
      "type": "array"
    }, 
    "protocol": {
      "description": "Protocol used in the packet analysis.", 
      "title": "Protocol", 
      "type": "string"
    }, 
    "resource_type": {
      "description": "IDSSignatureDetail resource type.", 
      "readonly": true, 
      "required": true, 
      "title": "IDSSignatureDetail resource type", 
      "type": "string"
    }, 
    "severity": {
      "description": "VMware defined signature severity.", 
      "title": "Severity", 
      "type": "string"
    }, 
    "signature_id": {
      "description": "Unique ID of the signature rule.", 
      "title": "The signature ID", 
      "type": "integer"
    }, 
    "signature_revision": {
      "description": "The revision of the signature", 
      "title": "Signature revision", 
      "type": "integer"
    }, 
    "signature_severity": {
      "description": "Signature vendor set severity of the signature rule.", 
      "title": "Signature severity", 
      "type": "string"
    }, 
    "tag": {
      "description": "Vendor assigned classification tag.", 
      "items": {
        "type": "string"
      }, 
      "title": "Signature tag", 
      "type": "array"
    }, 
    "type": {
      "description": "Signature type.", 
      "items": {
        "type": "string"
      }, 
      "title": "Type", 
      "type": "array"
    }, 
    "urls": {
      "description": "List of mitre attack URLs pertaining to signature.", 
      "items": {
        "type": "string"
      }, 
      "title": "List of mitre attack URLs pertaining to signature", 
      "type": "array"
    }
  }, 
  "type": "object"
}