McAfee (Trellix) · Schema

Policy

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

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

JSON Schema

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