Palo Alto Networks · JSON Structure

Prisma Access Browser Api Browser User Structure

BrowserUser schema from Palo Alto Networks Prisma Access Browser Management API

Type: object Properties: 6
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

user_id email display_name policy_id active_sessions last_active_at

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/prisma-access-browser-api-browser-user-structure.json",
  "name": "BrowserUser",
  "description": "BrowserUser schema from Palo Alto Networks Prisma Access Browser Management API",
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string",
      "description": "Unique identifier of the browser user."
    },
    "email": {
      "type": "string",
      "description": "User email address."
    },
    "display_name": {
      "type": "string",
      "description": "User display name."
    },
    "policy_id": {
      "type": "string",
      "description": "ID of the browser policy assigned to this user."
    },
    "active_sessions": {
      "type": "int32",
      "description": "Current number of active browser sessions."
    },
    "last_active_at": {
      "type": "datetime"
    }
  }
}