McAfee (Trellix) · Schema

SavedQuery

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
id integer Query ID
name string Query name
description string Query description
createdBy string User who created the query
groupName string Query group name
View JSON Schema on GitHub

JSON Schema

mcafee-savedquery-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SavedQuery",
  "title": "SavedQuery",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Query ID"
    },
    "name": {
      "type": "string",
      "description": "Query name"
    },
    "description": {
      "type": "string",
      "description": "Query description"
    },
    "createdBy": {
      "type": "string",
      "description": "User who created the query"
    },
    "groupName": {
      "type": "string",
      "description": "Query group name"
    }
  }
}