Palo Alto Networks · JSON Structure

Ztna Connector Api License Info Structure

LicenseInfo schema from Palo Alto Networks ZTNA Connector API

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

licensed_users active_users subscription_id expires_at features

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/ztna-connector-api-license-info-structure.json",
  "name": "LicenseInfo",
  "description": "LicenseInfo schema from Palo Alto Networks ZTNA Connector API",
  "type": "object",
  "properties": {
    "licensed_users": {
      "type": "int32",
      "description": "Total number of ZTNA user licenses purchased."
    },
    "active_users": {
      "type": "int32",
      "description": "Number of users actively using ZTNA."
    },
    "subscription_id": {
      "type": "string",
      "description": "Subscription identifier."
    },
    "expires_at": {
      "type": "datetime",
      "description": "Subscription expiration date and time."
    },
    "features": {
      "type": "array",
      "description": "List of enabled ZTNA feature entitlements.",
      "items": {
        "type": "string"
      }
    }
  }
}