forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzureResourceGraph_DataConnectorDefinition.json
More file actions
53 lines (53 loc) · 1.59 KB
/
Copy pathAzureResourceGraph_DataConnectorDefinition.json
File metadata and controls
53 lines (53 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"id": "AzureResourceGraph",
"title": "Azure Resource Graph",
"publisher": "Microsoft",
"descriptionMarkdown": "Azure Resource Graph connector gives richer insights into Azure events by supplementing details about Azure subscriptions and Azure resources.",
"logo": "argGraphLogo.svg",
"graphQueries": [],
"sampleQueries": [],
"dataTypes": [],
"connectivityCriterias": [
{
"type": "MSG"
}
],
"permissions": {
"customs": [
{
"name": "Policy",
"description": "Owner role permission on Azure subscriptions"
}
]
},
"availability": {
"status": 2
},
"instructionSteps": [
{
"description": "Connect Azure Resource Graph to Microsoft Sentinel",
"instructions": [
{
"parameters": {
"description": "**Entities**",
"items": [
{
"label": "ARGAuthorizationResources"
},
{
"label": "ARGResourceContainers"
},
{
"label": "ARGResources"
},
{
"label": "ARGRoleDefinitions"
}
]
},
"type": "MSG_test"
}
]
}
]
}