{ "$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-list-response-mfa-activity-structure.json", "name": "ListResponseMfaActivity", "description": "ListResponseMfaActivity schema from Incident Security Service Posture Management API", "type": "object", "properties": { "total": { "type": "int64" }, "items": { "type": "array", "items": { "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" } } } } } }