Palo Alto Networks · JSON Structure

Sase Multitenant Notifications Api Email Channel Details Structure

EmailChannelDetails schema from Multi-Tenant Notifications API

Type: object Properties: 1 Required: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

EmailChannelDetails is a JSON Structure definition published by Palo Alto Networks, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

emails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-multitenant-notifications-api-email-channel-details-structure.json",
  "name": "EmailChannelDetails",
  "description": "EmailChannelDetails schema from Multi-Tenant Notifications API",
  "type": "object",
  "properties": {
    "emails": {
      "type": "array",
      "description": "List of emails",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Email owner name"
          },
          "emailId": {
            "type": "string",
            "description": "Email id"
          }
        },
        "required": [
          "name",
          "emailId"
        ]
      }
    }
  },
  "required": [
    "emails"
  ]
}