McAfee (Trellix) · Schema

SystemGroup

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
groupId integer Unique group ID
groupPath string Full path in the System Tree
groupName string Name of the group
View JSON Schema on GitHub

JSON Schema

mcafee-systemgroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SystemGroup",
  "title": "SystemGroup",
  "type": "object",
  "properties": {
    "groupId": {
      "type": "integer",
      "description": "Unique group ID"
    },
    "groupPath": {
      "type": "string",
      "description": "Full path in the System Tree"
    },
    "groupName": {
      "type": "string",
      "description": "Name of the group"
    }
  }
}