Palo Alto Networks · Schema

TenantContext

Tenant context information for multitenant notification routing.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
tsg_id string Tenant Service Group identifier.
tenantName string Human-readable tenant name.
parentTsgId string Parent Tenant Service Group identifier for hierarchical tenant structures.
View JSON Schema on GitHub

JSON Schema

sase-notifications-tenant-context-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TenantContext",
  "description": "Tenant context information for multitenant notification routing.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-notifications-tenant-context-schema.json",
  "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."
    }
  }
}