|
| 1 | +{ |
| 2 | + "swagger": "2.0", |
| 3 | + "info": { |
| 4 | + "title": "Security Insights", |
| 5 | + "description": "API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider", |
| 6 | + "version": "2021-03-01-preview" |
| 7 | + }, |
| 8 | + "host": "management.azure.com", |
| 9 | + "schemes": [ |
| 10 | + "https" |
| 11 | + ], |
| 12 | + "consumes": [ |
| 13 | + "application/json" |
| 14 | + ], |
| 15 | + "produces": [ |
| 16 | + "application/json" |
| 17 | + ], |
| 18 | + "security": [ |
| 19 | + { |
| 20 | + "azure_auth": [ |
| 21 | + "user_impersonation" |
| 22 | + ] |
| 23 | + } |
| 24 | + ], |
| 25 | + "securityDefinitions": { |
| 26 | + "azure_auth": { |
| 27 | + "type": "oauth2", |
| 28 | + "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", |
| 29 | + "flow": "implicit", |
| 30 | + "description": "Azure Active Directory OAuth2 Flow", |
| 31 | + "scopes": { |
| 32 | + "user_impersonation": "impersonate your user account" |
| 33 | + } |
| 34 | + } |
| 35 | + }, |
| 36 | + "paths": {}, |
| 37 | + "definitions": { |
| 38 | + "EntityInnerType": { |
| 39 | + "description": "The type of the entity", |
| 40 | + "enum": [ |
| 41 | + "Account", |
| 42 | + "Host", |
| 43 | + "File", |
| 44 | + "AzureResource", |
| 45 | + "CloudApplication", |
| 46 | + "DNS", |
| 47 | + "FileHash", |
| 48 | + "IP", |
| 49 | + "Malware", |
| 50 | + "Process", |
| 51 | + "RegistryKey", |
| 52 | + "RegistryValue", |
| 53 | + "SecurityGroup", |
| 54 | + "URL", |
| 55 | + "IoTDevice", |
| 56 | + "SecurityAlert", |
| 57 | + "HuntingBookmark", |
| 58 | + "MailCluster", |
| 59 | + "MailMessage", |
| 60 | + "Mailbox", |
| 61 | + "SubmissionMail" |
| 62 | + ], |
| 63 | + "type": "string", |
| 64 | + "x-ms-enum": { |
| 65 | + "modelAsString": true, |
| 66 | + "name": "EntityType", |
| 67 | + "values": [ |
| 68 | + { |
| 69 | + "description": "Entity represents account in the system.", |
| 70 | + "value": "Account" |
| 71 | + }, |
| 72 | + { |
| 73 | + "description": "Entity represents host in the system.", |
| 74 | + "value": "Host" |
| 75 | + }, |
| 76 | + { |
| 77 | + "description": "Entity represents file in the system.", |
| 78 | + "value": "File" |
| 79 | + }, |
| 80 | + { |
| 81 | + "description": "Entity represents azure resource in the system.", |
| 82 | + "value": "AzureResource" |
| 83 | + }, |
| 84 | + { |
| 85 | + "description": "Entity represents cloud application in the system.", |
| 86 | + "value": "CloudApplication" |
| 87 | + }, |
| 88 | + { |
| 89 | + "description": "Entity represents dns in the system.", |
| 90 | + "value": "DNS" |
| 91 | + }, |
| 92 | + { |
| 93 | + "description": "Entity represents file hash in the system.", |
| 94 | + "value": "FileHash" |
| 95 | + }, |
| 96 | + { |
| 97 | + "description": "Entity represents ip in the system.", |
| 98 | + "value": "IP" |
| 99 | + }, |
| 100 | + { |
| 101 | + "description": "Entity represents malware in the system.", |
| 102 | + "value": "Malware" |
| 103 | + }, |
| 104 | + { |
| 105 | + "description": "Entity represents process in the system.", |
| 106 | + "value": "Process" |
| 107 | + }, |
| 108 | + { |
| 109 | + "description": "Entity represents registry key in the system.", |
| 110 | + "value": "RegistryKey" |
| 111 | + }, |
| 112 | + { |
| 113 | + "description": "Entity represents registry value in the system.", |
| 114 | + "value": "RegistryValue" |
| 115 | + }, |
| 116 | + { |
| 117 | + "description": "Entity represents security group in the system.", |
| 118 | + "value": "SecurityGroup" |
| 119 | + }, |
| 120 | + { |
| 121 | + "description": "Entity represents url in the system.", |
| 122 | + "value": "URL" |
| 123 | + }, |
| 124 | + { |
| 125 | + "description": "Entity represents IoT device in the system.", |
| 126 | + "value": "IoTDevice" |
| 127 | + }, |
| 128 | + { |
| 129 | + "description": "Entity represents security alert in the system.", |
| 130 | + "value": "SecurityAlert" |
| 131 | + }, |
| 132 | + { |
| 133 | + "description": "Entity represents HuntingBookmark in the system.", |
| 134 | + "value": "HuntingBookmark" |
| 135 | + }, |
| 136 | + { |
| 137 | + "description": "Entity represents mail cluster in the system.", |
| 138 | + "value": "MailCluster" |
| 139 | + }, |
| 140 | + { |
| 141 | + "description": "Entity represents mail message in the system.", |
| 142 | + "value": "MailMessage" |
| 143 | + }, |
| 144 | + { |
| 145 | + "description": "Entity represents mailbox in the system.", |
| 146 | + "value": "Mailbox" |
| 147 | + }, |
| 148 | + { |
| 149 | + "description": "Entity represents submission mail in the system.", |
| 150 | + "value": "SubmissionMail" |
| 151 | + } |
| 152 | + ] |
| 153 | + } |
| 154 | + }, |
| 155 | + "EntityQueryKind": { |
| 156 | + "description": "The kind of the entity query", |
| 157 | + "enum": [ |
| 158 | + "Expansion", |
| 159 | + "Insight", |
| 160 | + "Activity" |
| 161 | + ], |
| 162 | + "type": "string", |
| 163 | + "x-ms-enum": { |
| 164 | + "modelAsString": true, |
| 165 | + "name": "EntityQueryKind", |
| 166 | + "values": [ |
| 167 | + { |
| 168 | + "value": "Expansion" |
| 169 | + }, |
| 170 | + { |
| 171 | + "value": "Insight" |
| 172 | + }, |
| 173 | + { |
| 174 | + "value": "Activity" |
| 175 | + } |
| 176 | + ] |
| 177 | + } |
| 178 | + } |
| 179 | + }, |
| 180 | + "parameters": {} |
| 181 | +} |
0 commit comments