Palo Alto Networks · Schema

NotifSubCategoryDetail

NotifSubCategoryDetail schema from Multi-Tenant Notifications API

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
name string Notification type sub-category name
bestPractice boolean Best practice flag for sub-category
needLicense boolean Need license flag for sub-category
View JSON Schema on GitHub

JSON Schema

sase-multitenant-notifications-api-notif-sub-category-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotifSubCategoryDetail",
  "description": "NotifSubCategoryDetail schema from Multi-Tenant Notifications API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-notifications-api-notif-sub-category-detail-schema.json",
  "type": "object",
  "properties": {
    "name": {
      "description": "Notification type sub-category name",
      "type": "string"
    },
    "bestPractice": {
      "description": "Best practice flag for sub-category",
      "type": "boolean"
    },
    "needLicense": {
      "description": "Need license flag for sub-category",
      "type": "boolean"
    }
  },
  "required": [
    "name",
    "bestPractice",
    "needLicense"
  ]
}