Palo Alto Networks · JSON Structure

Email Dlp Api Email Recipient Structure

EmailRecipient schema from Palo Alto Networks Email DLP API

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

EmailRecipient is a JSON Structure definition published by Palo Alto Networks, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

email type delivery_status

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/email-dlp-api-email-recipient-structure.json",
  "name": "EmailRecipient",
  "description": "EmailRecipient schema from Palo Alto Networks Email DLP API",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "Recipient email address."
    },
    "type": {
      "type": "string",
      "description": "Recipient type indicating address field.",
      "enum": [
        "to",
        "cc",
        "bcc"
      ]
    },
    "delivery_status": {
      "type": "string",
      "description": "Delivery status of the message to this recipient.",
      "enum": [
        "delivered",
        "blocked",
        "quarantined",
        "pending"
      ]
    }
  }
}