-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.example.json
More file actions
47 lines (47 loc) · 1.14 KB
/
settings.example.json
File metadata and controls
47 lines (47 loc) · 1.14 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
{
"$schema": "./settings.schema.json",
"tenant": {
"tenantId": "00000000-0000-0000-0000-000000000000",
"tenantName": "contoso.onmicrosoft.com"
},
"authentication": {
"mode": "interactive",
"clientId": null,
"clientSecret": null,
"environment": "Global"
},
"options": {
"dryRun": false,
"create": true,
"delete": false,
"force": false,
"verbose": true
},
"imports": {
"openIntuneBaseline": true,
"complianceTemplates": true,
"appProtection": true,
"notificationTemplates": true,
"enrollmentProfiles": true,
"dynamicGroups": true,
"staticGroups": true,
"deviceFilters": true,
"conditionalAccess": true,
"mobileApps": true
},
"platforms": [
"All"
],
"openIntuneBaseline": {
"repoUrl": "https://github.com/jorgeasaurus/OpenIntuneBaseline",
"branch": "main",
"downloadPath": null
},
"reporting": {
"outputPath": "./Reports",
"formats": [
"markdown",
"json"
]
}
}