{ "$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-saa-s-activity-structure.json", "name": "SaaSActivity", "description": "SaaSActivity schema from Incident Security Service Posture Management API", "type": "object", "properties": { "id": { "type": "string" }, "userId": { "type": "string" }, "tenant": { "type": "string" }, "saasInstanceId": { "type": "string" }, "appType": { "type": "string" }, "resourceType": { "type": "string" }, "resourceName": { "type": "string" }, "activityType": { "type": "string" }, "clientIP": { "type": "string" }, "location": { "type": "string" }, "userAgent": { "type": "string" }, "summary": { "type": "string" }, "rawData": { "type": "string" }, "activityDateTime": { "type": "datetime" }, "createdAt": { "type": "datetime" } } }