Skip to content

Commit 50ac73c

Browse files
author
Ami Hollander
committed
base commit
1 parent 794f7f5 commit 50ac73c

File tree

1 file changed

+74
-0
lines changed
  • specification/security/resource-manager/Microsoft.Security/preview/2025-10-01-preview

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"title": "Microsoft Defender for Cloud",
5+
"description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider",
6+
"version": "2025-10-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+
"/providers/Microsoft.Security/operations": {
38+
"get": {
39+
"x-ms-examples": {
40+
"List the operations for the Microsoft.Security (Microsoft Defender for Cloud) resource provider": {
41+
"$ref": "./examples/Operations/ListOperations_example.json"
42+
}
43+
},
44+
"tags": [
45+
"Operations"
46+
],
47+
"description": "Exposes all available operations for discovery purposes.",
48+
"operationId": "Operations_List",
49+
"parameters": [
50+
{
51+
"$ref": "../../../../../common-types/resource-management/v6/types.json#/parameters/ApiVersionParameter"
52+
}
53+
],
54+
"responses": {
55+
"200": {
56+
"description": "OK",
57+
"schema": {
58+
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/OperationListResult"
59+
}
60+
},
61+
"default": {
62+
"description": "Error response describing why the operation failed.",
63+
"schema": {
64+
"$ref": "../../../../../common-types/resource-management/v6/types.json#/definitions/ErrorResponse"
65+
}
66+
}
67+
},
68+
"x-ms-pageable": {
69+
"nextLinkName": "nextLink"
70+
}
71+
}
72+
}
73+
}
74+
}

0 commit comments

Comments
 (0)