McAfee (Trellix) · Schema

ClientTask

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
objectId integer Task object ID
objectName string Task name
productId string Product ID the task belongs to
typeId string Task type identifier
productName string Display name of the product
View JSON Schema on GitHub

JSON Schema

mcafee-clienttask-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientTask",
  "title": "ClientTask",
  "type": "object",
  "properties": {
    "objectId": {
      "type": "integer",
      "description": "Task object ID"
    },
    "objectName": {
      "type": "string",
      "description": "Task name"
    },
    "productId": {
      "type": "string",
      "description": "Product ID the task belongs to"
    },
    "typeId": {
      "type": "string",
      "description": "Task type identifier"
    },
    "productName": {
      "type": "string",
      "description": "Display name of the product"
    }
  }
}