Palo Alto Networks · JSON Structure

Identity Security Posture Management Api Mfa Activity Count By App Type Structure

MfaActivityCountByAppType schema from Incident Security Service Posture Management API

Type: object Properties: 3
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

MfaActivityCountByAppType 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

appType count iconAppType

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/identity-security-posture-management-api-mfa-activity-count-by-app-type-structure.json",
  "name": "MfaActivityCountByAppType",
  "description": "MfaActivityCountByAppType schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "appType": {
      "type": "string"
    },
    "count": {
      "type": "int64"
    },
    "iconAppType": {
      "type": "string"
    }
  }
}