Palo Alto Networks · Schema

NotifReadState

Read state of the notification

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR
View JSON Schema on GitHub

JSON Schema

sase-multitenant-notifications-api-notif-read-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NotifReadState",
  "description": "Read state of the notification",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-notifications-api-notif-read-state-schema.json",
  "type": "string",
  "enum": [
    "READ",
    "UNREAD"
  ]
}