forked from KelvinTegelaar/CIPP-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCIPPDBCacheTypes.json
More file actions
332 lines (332 loc) · 9.64 KB
/
CIPPDBCacheTypes.json
File metadata and controls
332 lines (332 loc) · 9.64 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
[
{
"type": "Users",
"friendlyName": "Users",
"description": "All Azure AD users with sign-in activity"
},
{
"type": "Groups",
"friendlyName": "Groups",
"description": "All Azure AD groups with members"
},
{
"type": "Guests",
"friendlyName": "Guest Users",
"description": "All guest users in the tenant"
},
{
"type": "ServicePrincipals",
"friendlyName": "Service Principals",
"description": "All service principals (applications)"
},
{
"type": "Apps",
"friendlyName": "Application Registrations",
"description": "All application registrations with owners"
},
{
"type": "Devices",
"friendlyName": "Azure AD Devices",
"description": "All Azure AD registered devices"
},
{
"type": "Organization",
"friendlyName": "Organization",
"description": "Tenant organization information"
},
{
"type": "Roles",
"friendlyName": "Directory Roles",
"description": "All Azure AD directory roles with members"
},
{
"type": "AdminConsentRequestPolicy",
"friendlyName": "Admin Consent Request Policy",
"description": "Admin consent request policy settings"
},
{
"type": "AuthorizationPolicy",
"friendlyName": "Authorization Policy",
"description": "Tenant authorization policy"
},
{
"type": "AuthenticationMethodsPolicy",
"friendlyName": "Authentication Methods Policy",
"description": "Authentication methods policy configuration"
},
{
"type": "DeviceSettings",
"friendlyName": "Device Settings",
"description": "Device management settings"
},
{
"type": "DirectoryRecommendations",
"friendlyName": "Directory Recommendations",
"description": "Azure AD directory recommendations"
},
{
"type": "CrossTenantAccessPolicy",
"friendlyName": "Cross-Tenant Access Policy",
"description": "Cross-tenant access policy configuration"
},
{
"type": "DefaultAppManagementPolicy",
"friendlyName": "Default App Management Policy",
"description": "Default application management policy"
},
{
"type": "Settings",
"friendlyName": "Directory Settings",
"description": "Directory settings configuration"
},
{
"type": "SecureScore",
"friendlyName": "Secure Score",
"description": "Microsoft Secure Score and control profiles"
},
{
"type": "PIMSettings",
"friendlyName": "PIM Settings",
"description": "Privileged Identity Management settings and assignments"
},
{
"type": "Domains",
"friendlyName": "Domains",
"description": "All verified and unverified domains"
},
{
"type": "RoleEligibilitySchedules",
"friendlyName": "Role Eligibility Schedules",
"description": "PIM role eligibility schedules"
},
{
"type": "RoleManagementPolicies",
"friendlyName": "Role Management Policies",
"description": "Role management policies"
},
{
"type": "RoleAssignmentScheduleInstances",
"friendlyName": "Role Assignment Schedule Instances",
"description": "Active role assignment instances"
},
{
"type": "B2BManagementPolicy",
"friendlyName": "B2B Management Policy",
"description": "B2B collaboration policy settings"
},
{
"type": "AuthenticationFlowsPolicy",
"friendlyName": "Authentication Flows Policy",
"description": "Authentication flows policy configuration"
},
{
"type": "DeviceRegistrationPolicy",
"friendlyName": "Device Registration Policy",
"description": "Device registration policy settings"
},
{
"type": "CredentialUserRegistrationDetails",
"friendlyName": "Credential User Registration Details",
"description": "User credential registration details"
},
{
"type": "UserRegistrationDetails",
"friendlyName": "User Registration Details",
"description": "MFA registration details for users"
},
{
"type": "OAuth2PermissionGrants",
"friendlyName": "OAuth2 Permission Grants",
"description": "OAuth2 permission grants"
},
{
"type": "AppRoleAssignments",
"friendlyName": "App Role Assignments",
"description": "Application role assignments"
},
{
"type": "LicenseOverview",
"friendlyName": "License Overview",
"description": "License usage overview"
},
{
"type": "MFAState",
"friendlyName": "MFA State",
"description": "Multi-factor authentication state"
},
{
"type": "ExoAntiPhishPolicies",
"friendlyName": "Exchange Anti-Phish Policies",
"description": "Exchange Online anti-phishing policies"
},
{
"type": "ExoMalwareFilterPolicies",
"friendlyName": "Exchange Malware Filter Policies",
"description": "Exchange Online malware filter policies"
},
{
"type": "ExoSafeLinksPolicies",
"friendlyName": "Exchange Safe Links Policies",
"description": "Exchange Online Safe Links policies"
},
{
"type": "ExoSafeAttachmentPolicies",
"friendlyName": "Exchange Safe Attachment Policies",
"description": "Exchange Online Safe Attachment policies"
},
{
"type": "ExoTransportRules",
"friendlyName": "Exchange Transport Rules",
"description": "Exchange Online transport rules"
},
{
"type": "ExoDkimSigningConfig",
"friendlyName": "Exchange DKIM Signing Config",
"description": "Exchange Online DKIM signing configuration"
},
{
"type": "ExoOrganizationConfig",
"friendlyName": "Exchange Organization Config",
"description": "Exchange Online organization configuration"
},
{
"type": "ExoAcceptedDomains",
"friendlyName": "Exchange Accepted Domains",
"description": "Exchange Online accepted domains"
},
{
"type": "ExoHostedContentFilterPolicy",
"friendlyName": "Exchange Hosted Content Filter Policy",
"description": "Exchange Online hosted content filter policy"
},
{
"type": "ExoHostedOutboundSpamFilterPolicy",
"friendlyName": "Exchange Hosted Outbound Spam Filter Policy",
"description": "Exchange Online hosted outbound spam filter policy"
},
{
"type": "ExoAntiPhishPolicy",
"friendlyName": "Exchange Anti-Phish Policy",
"description": "Exchange Online anti-phishing policy"
},
{
"type": "ExoSafeLinksPolicy",
"friendlyName": "Exchange Safe Links Policy",
"description": "Exchange Online Safe Links policy"
},
{
"type": "ExoSafeAttachmentPolicy",
"friendlyName": "Exchange Safe Attachment Policy",
"description": "Exchange Online Safe Attachment policy"
},
{
"type": "ExoMalwareFilterPolicy",
"friendlyName": "Exchange Malware Filter Policy",
"description": "Exchange Online malware filter policy"
},
{
"type": "ExoAtpPolicyForO365",
"friendlyName": "Exchange ATP Policy for O365",
"description": "Exchange Online Advanced Threat Protection policy"
},
{
"type": "ExoQuarantinePolicy",
"friendlyName": "Exchange Quarantine Policy",
"description": "Exchange Online quarantine policy"
},
{
"type": "ExoRemoteDomain",
"friendlyName": "Exchange Remote Domain",
"description": "Exchange Online remote domain configuration"
},
{
"type": "ExoSharingPolicy",
"friendlyName": "Exchange Sharing Policy",
"description": "Exchange Online sharing policies"
},
{
"type": "ExoAdminAuditLogConfig",
"friendlyName": "Exchange Admin Audit Log Config",
"description": "Exchange Online admin audit log configuration"
},
{
"type": "ExoPresetSecurityPolicy",
"friendlyName": "Exchange Preset Security Policy",
"description": "Exchange Online preset security policy"
},
{
"type": "ExoTenantAllowBlockList",
"friendlyName": "Exchange Tenant Allow/Block List",
"description": "Exchange Online tenant allow/block list"
},
{
"type": "Mailboxes",
"friendlyName": "Mailboxes",
"description": "All Exchange Online mailboxes"
},
{
"type": "CASMailboxes",
"friendlyName": "CAS Mailboxes",
"description": "Client Access Server mailbox settings"
},
{
"type": "MailboxUsage",
"friendlyName": "Mailbox Usage",
"description": "Exchange Online mailbox usage statistics"
},
{
"type": "OneDriveUsage",
"friendlyName": "OneDrive Usage",
"description": "OneDrive usage statistics"
},
{
"type": "ConditionalAccessPolicies",
"friendlyName": "Conditional Access Policies",
"description": "Azure AD Conditional Access policies"
},
{
"type": "RiskyUsers",
"friendlyName": "Risky Users",
"description": "Users flagged as risky by Identity Protection"
},
{
"type": "RiskyServicePrincipals",
"friendlyName": "Risky Service Principals",
"description": "Service principals flagged as risky by Identity Protection"
},
{
"type": "ServicePrincipalRiskDetections",
"friendlyName": "Service Principal Risk Detections",
"description": "Risk detections for service principals"
},
{
"type": "RiskDetections",
"friendlyName": "Risk Detections",
"description": "Identity Protection risk detections"
},
{
"type": "ManagedDevices",
"friendlyName": "Managed Devices",
"description": "Intune managed devices"
},
{
"type": "IntunePolicies",
"friendlyName": "Intune Policies",
"description": "All Intune policies including compliance, configuration, and app protection"
},
{
"type": "ManagedDeviceEncryptionStates",
"friendlyName": "Managed Device Encryption States",
"description": "BitLocker encryption states for managed devices"
},
{
"type": "IntuneAppProtectionPolicies",
"friendlyName": "Intune App Protection Policies",
"description": "Intune app protection policies for iOS and Android"
},
{
"type": "DetectedApps",
"friendlyName": "Detected Apps",
"description": "All detected applications with devices where each app is installed"
}
]