Palo Alto Networks · Schema

TenantGroupLicenseInfo

TenantGroupLicenseInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
tenantGroupName string
tenantGroupId string
numOfTenant integer
creditsAllocated integer
View JSON Schema on GitHub

JSON Schema

prisma-cloud-mssp-api-tenant-group-license-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TenantGroupLicenseInfo",
  "description": "TenantGroupLicenseInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/prisma-cloud-mssp-api-tenant-group-license-info-schema.json",
  "type": "object",
  "properties": {
    "tenantGroupName": {
      "type": "string"
    },
    "tenantGroupId": {
      "type": "string"
    },
    "numOfTenant": {
      "type": "integer",
      "format": "int32"
    },
    "creditsAllocated": {
      "type": "integer",
      "format": "int32"
    }
  }
}