File tree Expand file tree Collapse file tree 5 files changed +411
-1
lines changed
specification/security/resource-manager
Microsoft.Security/stable/2021-07-01 Expand file tree Collapse file tree 5 files changed +411
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "parameters" : {
3+ "api-version" : " 2021-07-01" ,
4+ "subscriptionId" : " 20ff7fc3-e762-44dd-bd96-b71116dcdc23" ,
5+ "settingName" : " MCAS"
6+ },
7+ "responses" : {
8+ "200" : {
9+ "body" : {
10+ "id" : " /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS" ,
11+ "name" : " MCAS" ,
12+ "kind" : " DataExportSettings" ,
13+ "type" : " Microsoft.Security/settings" ,
14+ "properties" : {
15+ "enabled" : true
16+ }
17+ }
18+ }
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parameters" : {
3+ "api-version" : " 2021-07-01" ,
4+ "subscriptionId" : " 20ff7fc3-e762-44dd-bd96-b71116dcdc23"
5+ },
6+ "responses" : {
7+ "200" : {
8+ "body" : {
9+ "value" : [
10+ {
11+ "id" : " /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS" ,
12+ "name" : " MCAS" ,
13+ "kind" : " DataExportSettings" ,
14+ "type" : " Microsoft.Security/settings" ,
15+ "properties" : {
16+ "enabled" : true
17+ }
18+ },
19+ {
20+ "id" : " /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP" ,
21+ "name" : " WDATP" ,
22+ "kind" : " DataExportSettings" ,
23+ "type" : " Microsoft.Security/settings" ,
24+ "properties" : {
25+ "enabled" : false
26+ }
27+ },
28+ {
29+ "id" : " /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW" ,
30+ "name" : " WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW" ,
31+ "kind" : " DataExportSettings" ,
32+ "type" : " Microsoft.Security/settings" ,
33+ "properties" : {
34+ "enabled" : false
35+ }
36+ },
37+ {
38+ "id" : " /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/Sentinel" ,
39+ "name" : " Sentinel" ,
40+ "kind" : " AlertSyncSettings" ,
41+ "type" : " Microsoft.Security/settings" ,
42+ "properties" : {
43+ "enabled" : false
44+ }
45+ }
46+ ]
47+ }
48+ }
49+ }
50+ }
Original file line number Diff line number Diff line change 1+ {
2+ "parameters" : {
3+ "api-version" : " 2021-07-01" ,
4+ "subscriptionId" : " 20ff7fc3-e762-44dd-bd96-b71116dcdc23" ,
5+ "settingName" : " MCAS" ,
6+ "setting" : {
7+ "kind" : " DataExportSettings" ,
8+ "properties" : {
9+ "enabled" : true
10+ }
11+ }
12+ },
13+ "responses" : {
14+ "200" : {
15+ "body" : {
16+ "id" : " /subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/MCAS" ,
17+ "name" : " MCAS" ,
18+ "kind" : " DataExportSettings" ,
19+ "type" : " Microsoft.Security/settings" ,
20+ "properties" : {
21+ "enabled" : true
22+ }
23+ }
24+ }
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments