{
    "id": "Office365Project",
    "title": "Microsoft Project",
    "publisher": "Microsoft",
    "logo": "Project.svg",
    "descriptionMarkdown": "Microsoft Project (MSP) is a project management software solution. Depending on your plan, Microsoft Project lets you plan projects, assign tasks, manage resources, create reports and more. This connector allows you to stream your Azure Project audit logs into Microsoft Sentinel in order to track your project activities.",
    "graphQueries": [
        {
            "metricName": "Total data received",
            "legend": "Microsoft Project",
            "baseQuery": "ProjectActivity"
        }
    ],
    "sampleQueries": [
        {
            "description": "Office Project Logs",
            "query": "ProjectActivity\n            | sort by TimeGenerated"
        }
    ],
    "connectivityCriterias": [
        {
            "type": "SentinelKinds",
            "value": [
                "Office365Project"
            ]
        }
    ],
    "dataTypes": [
        {
            "name": "ProjectActivity",
            "lastDataReceivedQuery": "ProjectActivity\n            | summarize Time = max(TimeGenerated)\n            | where isnotempty(Time)"
        }
    ],
    "availability": {
        "status": 1,
        "isPreview": true
    },
    "permissions": {
        "resourceProvider": [
            {
                "provider": "Microsoft.OperationalInsights/workspaces",
                "permissionsDisplayText": "read and write permissions.",
                "providerDisplayName": "Workspace",
                "scope": "Workspace",
                "requiredPermissions": {
                    "read": true,
                    "write": true,
                    "delete": true
                }
            }
        ],
        "tenant": [
            "GlobalAdmin",
            "SecurityAdmin"
        ],
        "customs": [
            {
                "name": "License",
                "description": "\"Microsoft Project eligible license is required.\""
            }
        ]
    },
    "instructionSteps": [
        {
            "title": "Connect Microsoft Project audit logs to Microsoft Sentinel",
            "description": "This connector uses the Office Management API to get your Project audit logs. The logs will be stored and processed in your existing Microsoft Sentinel workspace. You can find the data in the **ProjectActivity** table.",
            "instructions": [
                {
                    "parameters": {
                        "connectorKind": "Office365Project",
                        "title": "Microsoft Project",
                        "enable": true
                    },
                    "type": "SentinelResourceProvider"
                }
            ]
        }
    ]
}