Palo Alto Networks · JSON Structure

Identity Security Posture Management Api Mfa Activity Structure

MfaActivity schema from Incident Security Service Posture Management API

Type: object Properties: 18
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id tenant userId idpId idpType mfaStrength admin appType appId timestamp mfaFactors saasProviderMfaType fullName email ipAddress location ticketKey ticketUrl

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-structure.json",
  "name": "MfaActivity",
  "description": "MfaActivity schema from Incident Security Service Posture Management API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "tenant": {
      "type": "string"
    },
    "userId": {
      "type": "string"
    },
    "idpId": {
      "type": "string"
    },
    "idpType": {
      "type": "string"
    },
    "mfaStrength": {
      "type": "string"
    },
    "admin": {
      "type": "boolean"
    },
    "appType": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "timestamp": {
      "type": "datetime"
    },
    "mfaFactors": {
      "type": "string"
    },
    "saasProviderMfaType": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "ipAddress": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "ticketKey": {
      "type": "string"
    },
    "ticketUrl": {
      "type": "string"
    }
  }
}