Palo Alto Networks · JSON Structure

Sase Tenancy Api Tenant Service Group Update Structure

TenantServiceGroupUpdate schema from Palo Alto Networks SASE Tenancy Service API

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

TenantServiceGroupUpdate 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

display_name description vertical

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-tenancy-api-tenant-service-group-update-structure.json",
  "name": "TenantServiceGroupUpdate",
  "description": "TenantServiceGroupUpdate schema from Palo Alto Networks SASE Tenancy Service API",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string",
      "description": "New display name for the TSG.",
      "maxLength": 256
    },
    "description": {
      "type": "string",
      "description": "Updated description.",
      "maxLength": 1024
    },
    "vertical": {
      "type": "string",
      "description": "Updated industry vertical classification."
    }
  }
}