Palo Alto Networks · JSON Structure

Sase Notifications Tenant Context Structure

Tenant context information for multitenant notification routing.

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

TenantContext 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

tsg_id tenantName parentTsgId

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-notifications-tenant-context-structure.json",
  "name": "TenantContext",
  "description": "Tenant context information for multitenant notification routing.",
  "type": "object",
  "properties": {
    "tsg_id": {
      "type": "string",
      "description": "Tenant Service Group identifier."
    },
    "tenantName": {
      "type": "string",
      "description": "Human-readable tenant name."
    },
    "parentTsgId": {
      "type": "string",
      "description": "Parent Tenant Service Group identifier for hierarchical tenant structures."
    }
  }
}