@microsoft/typespec-msgraph-reference 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.rush/temp/chunked-rush-logs/typespec-msgraph-reference.build.chunks.jsonl +1 -0
- package/.rush/temp/package-deps_build.json +27 -0
- package/.rush/temp/shrinkwrap-deps.json +99 -0
- package/CHANGELOG.md +20 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/lib.d.ts +4 -0
- package/dist/lib.d.ts.map +1 -0
- package/dist/lib.js +6 -0
- package/dist/lib.js.map +1 -0
- package/lib/Bleu/Beta/main.tsp +8694 -0
- package/lib/Bleu/V1.0/main.tsp +4412 -0
- package/lib/Delos/Beta/main.tsp +1944 -0
- package/lib/Delos/V1.0/main.tsp +1453 -0
- package/lib/Fairfax/Beta/main.tsp +77466 -0
- package/lib/Fairfax/V1.0/main.tsp +31729 -0
- package/lib/GovSG/Beta/main.tsp +1940 -0
- package/lib/GovSG/V1.0/main.tsp +1450 -0
- package/lib/Mooncake/Beta/main.tsp +67013 -0
- package/lib/Mooncake/V1.0/main.tsp +24963 -0
- package/lib/Prod/Beta/main.tsp +96643 -0
- package/lib/Prod/V1.0/main.tsp +38537 -0
- package/lib/USNat/Beta/main.tsp +15392 -0
- package/lib/USNat/V1.0/main.tsp +11691 -0
- package/lib/USSec/Beta/main.tsp +15829 -0
- package/lib/USSec/V1.0/main.tsp +11568 -0
- package/package.json +85 -0
- package/rush-logs/typespec-msgraph-reference.build.log +1 -0
- package/src/index.ts +1 -0
- package/src/lib.ts +6 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,1940 @@
|
|
|
1
|
+
// Generated to target TypeSpec 1.5.0
|
|
2
|
+
// Generated to target TypeSpec.MsGraph Preview 1.0.0-preview.7
|
|
3
|
+
import "../../../dist/index.js";
|
|
4
|
+
import "@microsoft/typespec-msgraph";
|
|
5
|
+
using MsGraph;
|
|
6
|
+
|
|
7
|
+
scalar binary; //TODO: Enables support for Edm.Binary
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@publicNamespace("microsoft.graph")
|
|
11
|
+
namespace reference.`microsoft.graph` {
|
|
12
|
+
@complex model addIn {
|
|
13
|
+
id: guid | null;
|
|
14
|
+
properties: keyValue[];
|
|
15
|
+
type: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@complex model allAllowedScopes extends inheritableScopes {
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@complex model allDomains extends validatingDomains {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@open
|
|
25
|
+
@complex model allowedDataLocationInfo {
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@complex model allowedTenantsAudience extends signInAudienceRestrictionsBase {
|
|
29
|
+
allowedTenantIds: string[];
|
|
30
|
+
isHomeTenantAllowed: boolean;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@complex model allPreApprovedPermissions extends preApprovedPermissions {
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@complex model allPreApprovedPermissionsOnResourceApp extends preApprovedPermissions {
|
|
37
|
+
resourceApplicationId: string | null;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@complex model allScopeSensitivityLabels extends scopeSensitivityLabels {
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@complex model alternativeSecurityId {
|
|
44
|
+
identityProvider: string | null;
|
|
45
|
+
key: binary | null;
|
|
46
|
+
type: int32 | null;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@complex model apiApplication {
|
|
50
|
+
acceptMappedClaims: boolean | null;
|
|
51
|
+
knownClientApplications: guid | null;
|
|
52
|
+
oauth2PermissionScopes: permissionScope[];
|
|
53
|
+
preAuthorizedApplications: preAuthorizedApplication[] | null;
|
|
54
|
+
requestedAccessTokenVersion: int32 | null;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@complex model apiServicePrincipal {
|
|
58
|
+
resourceSpecificApplicationPermissions: resourceSpecificPermission[];
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@complex model appManagementApplicationConfiguration extends appManagementConfiguration {
|
|
62
|
+
identifierUris: identifierUriConfiguration | null;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@abstract
|
|
66
|
+
@complex model appManagementConfiguration {
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@complex model appManagementPolicyActorExemptions {
|
|
72
|
+
@contains customSecurityAttributes: customSecurityAttributeExemption[];
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@complex model appMetadata {
|
|
79
|
+
data: appMetadataEntry[] | null;
|
|
80
|
+
version: int32;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@complex model appMetadataEntry {
|
|
84
|
+
key: string | null;
|
|
85
|
+
value: binary | null;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
@complex model appRole {
|
|
89
|
+
allowedMemberTypes: string[];
|
|
90
|
+
description: string | null;
|
|
91
|
+
displayName: string | null;
|
|
92
|
+
id: guid;
|
|
93
|
+
isEnabled: boolean;
|
|
94
|
+
origin: string | null;
|
|
95
|
+
value: string | null;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@complex model assignedLabel {
|
|
99
|
+
displayName: string | null;
|
|
100
|
+
labelId: string | null;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@complex model assignedLicense {
|
|
104
|
+
disabledPlans: guid;
|
|
105
|
+
skuId: guid | null;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@complex model assignedPlan {
|
|
109
|
+
assignedDateTime: offsetDateTime | null;
|
|
110
|
+
capabilityStatus: string | null;
|
|
111
|
+
service: string | null;
|
|
112
|
+
servicePlanId: guid | null;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
@complex model authenticationBehaviors {
|
|
116
|
+
removeUnverifiedEmailClaim: boolean | null;
|
|
117
|
+
requireClientServicePrincipal: boolean | null;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@complex model authorizationInfo {
|
|
121
|
+
certificateUserIds: string[] | null;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
@complex model certificateAuthority {
|
|
125
|
+
certificate: binary;
|
|
126
|
+
certificateRevocationListUrl: string | null;
|
|
127
|
+
deltaCertificateRevocationListUrl: string | null;
|
|
128
|
+
isRootAuthority: boolean;
|
|
129
|
+
issuer: string;
|
|
130
|
+
issuerSki: string;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@complex model cloudRealtimeCommunicationInfo {
|
|
134
|
+
isSipEnabled: boolean | null;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@open
|
|
138
|
+
@complex model ComplexExtensionValue {
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@complex model contentCustomization {
|
|
142
|
+
attributeCollection: keyValue[];
|
|
143
|
+
attributeCollectionRelativeUrl: string | null;
|
|
144
|
+
registrationCampaign: keyValue[];
|
|
145
|
+
registrationCampaignRelativeUrl: string | null;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@complex model conversionUserDetails {
|
|
149
|
+
convertedToInternalUserDateTime: offsetDateTime;
|
|
150
|
+
displayName: string;
|
|
151
|
+
mail: string;
|
|
152
|
+
userPrincipalName: string;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@complex model crossTenantAccessPolicyB2BSetting {
|
|
156
|
+
applications: crossTenantAccessPolicyTargetConfiguration | null;
|
|
157
|
+
usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
@complex model crossTenantAccessPolicyInboundTrust {
|
|
161
|
+
isCompliantDeviceAccepted: boolean | null;
|
|
162
|
+
isHybridAzureADJoinedDeviceAccepted: boolean | null;
|
|
163
|
+
isMfaAccepted: boolean | null;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
@complex model crossTenantAccessPolicyTarget {
|
|
167
|
+
target: string | null;
|
|
168
|
+
targetType: crossTenantAccessPolicyTargetType | null;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
@complex model crossTenantAccessPolicyTargetConfiguration {
|
|
172
|
+
accessType: crossTenantAccessPolicyTargetConfigurationAccessType | null;
|
|
173
|
+
targets: crossTenantAccessPolicyTarget[] | null;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@complex model crossTenantUserSyncInbound {
|
|
177
|
+
isSyncAllowed: boolean | null;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
@complex model customAppManagementApplicationConfiguration {
|
|
181
|
+
identifierUris: identifierUriConfiguration | null;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
@complex model customAppManagementConfiguration extends appManagementConfiguration {
|
|
185
|
+
applicationRestrictions: customAppManagementApplicationConfiguration | null;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
@open
|
|
189
|
+
@complex model customSecurityAttributeValue {
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
@complex model defaultUserRolePermissions {
|
|
196
|
+
allowedToCreateApps: boolean;
|
|
197
|
+
allowedToCreateSecurityGroups: boolean;
|
|
198
|
+
allowedToCreateTenants: boolean | null;
|
|
199
|
+
allowedToReadBitlockerKeysForOwnedDevice: boolean | null;
|
|
200
|
+
allowedToReadOtherUsers: boolean;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@complex model deviceKey {
|
|
204
|
+
deviceId: guid | null;
|
|
205
|
+
keyMaterial: binary | null;
|
|
206
|
+
keyType: string | null;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@open
|
|
210
|
+
@complex model Dictionary {
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
@complex model directorySizeQuota {
|
|
214
|
+
total: int32 | null;
|
|
215
|
+
used: int32 | null;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
@complex model domainState {
|
|
219
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
220
|
+
operation: string | null;
|
|
221
|
+
status: string | null;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@complex model employeeOrgData {
|
|
225
|
+
costCenter: string | null;
|
|
226
|
+
division: string | null;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
@complex model enumeratedDomains extends validatingDomains {
|
|
230
|
+
domainNames: string[];
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
@complex model enumeratedPreApprovedPermissions extends preApprovedPermissions {
|
|
234
|
+
permissionIds: string[] | null;
|
|
235
|
+
resourceApplicationId: string | null;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
@complex model enumeratedScopes extends inheritableScopes {
|
|
239
|
+
scopes: string[];
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
@complex model enumeratedScopeSensitivityLabels extends scopeSensitivityLabels {
|
|
243
|
+
sensitivityLabels: string[] | null;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
@complex model extensionSchemaProperty {
|
|
247
|
+
name: string | null;
|
|
248
|
+
type: string | null;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
@complex model federatedIdentityExpression {
|
|
252
|
+
languageVersion: int32;
|
|
253
|
+
value: string;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
@complex model groupWritebackConfiguration extends writebackConfiguration {
|
|
257
|
+
onPremisesGroupType: string | null;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
@complex model identifierUriConfiguration {
|
|
261
|
+
nonDefaultUriAddition: identifierUriRestriction | null;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@complex model identifierUriRestriction {
|
|
265
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
266
|
+
excludeAppsReceivingV2Tokens: boolean | null;
|
|
267
|
+
excludeSaml: boolean | null;
|
|
268
|
+
isStateSetByMicrosoft: boolean;
|
|
269
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
270
|
+
state: appManagementRestrictionState;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
@open
|
|
274
|
+
@complex model identity {
|
|
275
|
+
displayName: string | null;
|
|
276
|
+
id: string | null;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
@complex model implicitGrantSettings {
|
|
280
|
+
enableAccessTokenIssuance: boolean | null;
|
|
281
|
+
enableIdTokenIssuance: boolean | null;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
@complex model inboundOutboundPolicyConfiguration {
|
|
285
|
+
inboundAllowed: boolean | null;
|
|
286
|
+
outboundAllowed: boolean | null;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@complex model informationalUrl {
|
|
290
|
+
logoUrl: string | null;
|
|
291
|
+
marketingUrl: string | null;
|
|
292
|
+
privacyStatementUrl: string | null;
|
|
293
|
+
supportUrl: string | null;
|
|
294
|
+
termsOfServiceUrl: string | null;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@abstract
|
|
298
|
+
@complex model inheritableScopes {
|
|
299
|
+
kind: scopeCollectionKind;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
@complex model instanceResourceAccess {
|
|
303
|
+
permissions: resourcePermission[];
|
|
304
|
+
resourceAppId: string;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
@complex model invitationRedemptionIdentityProviderConfiguration {
|
|
308
|
+
fallbackIdentityProvider: b2bIdentityProvidersType | null;
|
|
309
|
+
primaryIdentityProviderPrecedenceOrder: b2bIdentityProvidersType[] | null;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
@complex model keyCredential {
|
|
313
|
+
customKeyIdentifier: binary | null;
|
|
314
|
+
displayName: string | null;
|
|
315
|
+
endDateTime: offsetDateTime | null;
|
|
316
|
+
key: binary | null;
|
|
317
|
+
keyId: guid | null;
|
|
318
|
+
startDateTime: offsetDateTime | null;
|
|
319
|
+
type: string | null;
|
|
320
|
+
usage: string | null;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
@complex model keyValue {
|
|
324
|
+
key: string | null;
|
|
325
|
+
value: string | null;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
@complex model licenseAssignmentState {
|
|
329
|
+
assignedByGroup: string | null;
|
|
330
|
+
disabledPlans: guid | null;
|
|
331
|
+
error: string | null;
|
|
332
|
+
@computed lastUpdatedDateTime: offsetDateTime | null;
|
|
333
|
+
skuId: guid | null;
|
|
334
|
+
state: string | null;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
@complex model licenseProcessingState {
|
|
338
|
+
state: string | null;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
@complex model licenseUnitsDetail {
|
|
342
|
+
enabled: int32 | null;
|
|
343
|
+
suspended: int32 | null;
|
|
344
|
+
warning: int32 | null;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
@complex model loginPageBrandingVisualElement {
|
|
348
|
+
customText: string | null;
|
|
349
|
+
customUrl: string | null;
|
|
350
|
+
isHidden: boolean | null;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
@complex model loginPageLayoutConfiguration {
|
|
354
|
+
isFooterShown: boolean | null;
|
|
355
|
+
isHeaderShown: boolean | null;
|
|
356
|
+
layoutTemplateType: layoutTemplateType | null;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
@complex model loginPageTextVisibilitySettings {
|
|
360
|
+
hideAccountResetCredentials: boolean | null;
|
|
361
|
+
hideCannotAccessYourAccount: boolean | null;
|
|
362
|
+
hideForgotMyPassword: boolean | null;
|
|
363
|
+
hidePrivacyAndCookies: boolean | null;
|
|
364
|
+
hideResetItNow: boolean | null;
|
|
365
|
+
hideTermsOfUse: boolean | null;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
@complex model noScopes extends inheritableScopes {
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
@complex model objectIdentity {
|
|
372
|
+
issuer: string | null;
|
|
373
|
+
issuerAssignedId: string | null;
|
|
374
|
+
signInType: string | null;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
@complex model onPremisesAccidentalDeletionPrevention {
|
|
378
|
+
alertThreshold: int32 | null;
|
|
379
|
+
synchronizationPreventionType: onPremisesDirectorySynchronizationDeletionPreventionType | null;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
@complex model onPremisesDirectorySynchronizationConfiguration {
|
|
383
|
+
accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
@complex model onPremisesDirectorySynchronizationFeature {
|
|
387
|
+
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
388
|
+
blockSoftMatchEnabled: boolean | null;
|
|
389
|
+
bypassDirSyncOverridesEnabled: boolean | null;
|
|
390
|
+
cloudPasswordPolicyForPasswordSyncedUsersEnabled: boolean | null;
|
|
391
|
+
concurrentCredentialUpdateEnabled: boolean | null;
|
|
392
|
+
concurrentOrgIdProvisioningEnabled: boolean | null;
|
|
393
|
+
deviceWritebackEnabled: boolean | null;
|
|
394
|
+
directoryExtensionsEnabled: boolean | null;
|
|
395
|
+
fopeConflictResolutionEnabled: boolean | null;
|
|
396
|
+
groupWriteBackEnabled: boolean | null;
|
|
397
|
+
passwordSyncEnabled: boolean | null;
|
|
398
|
+
passwordWritebackEnabled: boolean | null;
|
|
399
|
+
quarantineUponProxyAddressesConflictEnabled: boolean | null;
|
|
400
|
+
quarantineUponUpnConflictEnabled: boolean | null;
|
|
401
|
+
softMatchOnUpnEnabled: boolean | null;
|
|
402
|
+
synchronizeUpnForManagedUsersEnabled: boolean | null;
|
|
403
|
+
unifiedGroupWritebackEnabled: boolean | null;
|
|
404
|
+
userForcePasswordChangeOnLogonEnabled: boolean | null;
|
|
405
|
+
userWritebackEnabled: boolean | null;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
@complex model onPremisesExtensionAttributes {
|
|
409
|
+
extensionAttribute1: string | null;
|
|
410
|
+
extensionAttribute10: string | null;
|
|
411
|
+
extensionAttribute11: string | null;
|
|
412
|
+
extensionAttribute12: string | null;
|
|
413
|
+
extensionAttribute13: string | null;
|
|
414
|
+
extensionAttribute14: string | null;
|
|
415
|
+
extensionAttribute15: string | null;
|
|
416
|
+
extensionAttribute2: string | null;
|
|
417
|
+
extensionAttribute3: string | null;
|
|
418
|
+
extensionAttribute4: string | null;
|
|
419
|
+
extensionAttribute5: string | null;
|
|
420
|
+
extensionAttribute6: string | null;
|
|
421
|
+
extensionAttribute7: string | null;
|
|
422
|
+
extensionAttribute8: string | null;
|
|
423
|
+
extensionAttribute9: string | null;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
@complex model onPremisesProvisioningError {
|
|
427
|
+
category: string | null;
|
|
428
|
+
occurredDateTime: offsetDateTime | null;
|
|
429
|
+
propertyCausingError: string | null;
|
|
430
|
+
value: string | null;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
@complex model optionalClaim {
|
|
434
|
+
additionalProperties: string[] | null;
|
|
435
|
+
essential: boolean;
|
|
436
|
+
name: string;
|
|
437
|
+
source: string | null;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
@complex model optionalClaims {
|
|
441
|
+
accessToken: optionalClaim[] | null;
|
|
442
|
+
idToken: optionalClaim[] | null;
|
|
443
|
+
saml2Token: optionalClaim[] | null;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
@complex model parentalControlSettings {
|
|
447
|
+
countriesBlockedForMinors: string[] | null;
|
|
448
|
+
legalAgeGroupRule: string | null;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
@complex model passwordCredential {
|
|
452
|
+
customKeyIdentifier: binary | null;
|
|
453
|
+
displayName: string | null;
|
|
454
|
+
endDateTime: offsetDateTime | null;
|
|
455
|
+
hint: string | null;
|
|
456
|
+
keyId: guid | null;
|
|
457
|
+
secretText: string | null;
|
|
458
|
+
startDateTime: offsetDateTime | null;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
@complex model passwordProfile {
|
|
462
|
+
forceChangePasswordNextSignIn: boolean | null;
|
|
463
|
+
forceChangePasswordNextSignInWithMfa: boolean | null;
|
|
464
|
+
password: string | null;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
@complex model permissionScope {
|
|
468
|
+
adminConsentDescription: string | null;
|
|
469
|
+
adminConsentDisplayName: string | null;
|
|
470
|
+
id: guid;
|
|
471
|
+
isEnabled: boolean;
|
|
472
|
+
origin: string | null;
|
|
473
|
+
type: string | null;
|
|
474
|
+
userConsentDescription: string | null;
|
|
475
|
+
userConsentDisplayName: string | null;
|
|
476
|
+
value: string | null;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@complex model phone {
|
|
480
|
+
number: string | null;
|
|
481
|
+
type: phoneType | null;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
@complex model physicalOfficeAddress {
|
|
485
|
+
city: string | null;
|
|
486
|
+
countryOrRegion: string | null;
|
|
487
|
+
officeLocation: string | null;
|
|
488
|
+
postalCode: string | null;
|
|
489
|
+
state: string | null;
|
|
490
|
+
street: string | null;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
@complex model preApprovalDetail {
|
|
494
|
+
permissions: preApprovedPermissions;
|
|
495
|
+
scopeType: resourceScopeType;
|
|
496
|
+
sensitivityLabels: scopeSensitivityLabels;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
@abstract
|
|
500
|
+
@complex model preApprovedPermissions {
|
|
501
|
+
permissionKind: permissionKind | null;
|
|
502
|
+
permissionType: permissionType | null;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@complex model preAuthorizedApplication {
|
|
506
|
+
appId: string;
|
|
507
|
+
permissionIds: string[] | null;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
@complex model privacyProfile {
|
|
511
|
+
contactEmail: string | null;
|
|
512
|
+
statementUrl: string | null;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
@complex model provisionedPlan {
|
|
516
|
+
capabilityStatus: string | null;
|
|
517
|
+
provisioningStatus: string | null;
|
|
518
|
+
service: string | null;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
@complex model publicClientApplication {
|
|
522
|
+
redirectUris: string[];
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
@complex model redirectUriSettings {
|
|
526
|
+
index: int32 | null;
|
|
527
|
+
uri: string | null;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
@complex model requestSignatureVerification {
|
|
531
|
+
allowedWeakAlgorithms: weakAlgorithms | null;
|
|
532
|
+
isSignedRequestRequired: boolean;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
@complex model requiredResourceAccess {
|
|
536
|
+
resourceAccess: resourceAccess[];
|
|
537
|
+
resourceAppId: string;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
@complex model resourceAccess {
|
|
541
|
+
id: guid;
|
|
542
|
+
type: string | null;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
@complex model resourcePermission {
|
|
546
|
+
type: string;
|
|
547
|
+
value: string;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
@complex model resourceSpecificPermission {
|
|
551
|
+
description: string | null;
|
|
552
|
+
displayName: string | null;
|
|
553
|
+
id: guid;
|
|
554
|
+
isEnabled: boolean;
|
|
555
|
+
value: string | null;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
@complex model samlSingleSignOnSettings {
|
|
559
|
+
relayState: string | null;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
@abstract
|
|
563
|
+
@complex model scopeSensitivityLabels {
|
|
564
|
+
labelKind: labelKind | null;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
@complex model selfSignedCertificate {
|
|
568
|
+
customKeyIdentifier: binary | null;
|
|
569
|
+
displayName: string | null;
|
|
570
|
+
endDateTime: offsetDateTime | null;
|
|
571
|
+
key: binary | null;
|
|
572
|
+
keyId: guid | null;
|
|
573
|
+
startDateTime: offsetDateTime | null;
|
|
574
|
+
thumbprint: string | null;
|
|
575
|
+
type: string | null;
|
|
576
|
+
usage: string | null;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
@complex model servicePlanInfo {
|
|
580
|
+
appliesTo: string | null;
|
|
581
|
+
provisioningStatus: string | null;
|
|
582
|
+
servicePlanId: guid | null;
|
|
583
|
+
servicePlanName: string | null;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
@complex model servicePrincipalLockConfiguration {
|
|
587
|
+
allProperties: boolean | null;
|
|
588
|
+
credentialsWithUsageSign: boolean | null;
|
|
589
|
+
credentialsWithUsageVerify: boolean | null;
|
|
590
|
+
isEnabled: boolean;
|
|
591
|
+
tokenEncryptionKeyId: boolean | null;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
@complex model settingTemplateValue {
|
|
595
|
+
defaultValue: string | null;
|
|
596
|
+
description: string | null;
|
|
597
|
+
name: string | null;
|
|
598
|
+
type: string | null;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
@complex model settingValue {
|
|
602
|
+
name: string | null;
|
|
603
|
+
value: string | null;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
@abstract
|
|
607
|
+
@complex model signInAudienceRestrictionsBase {
|
|
608
|
+
kind: kind;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
@complex model signingCertificateUpdateStatus {
|
|
612
|
+
certificateUpdateResult: string | null;
|
|
613
|
+
@computed lastRunDateTime: offsetDateTime | null;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
@complex model spaApplication {
|
|
617
|
+
redirectUris: string[];
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
@complex model tenantInformation {
|
|
621
|
+
defaultDomainName: string | null;
|
|
622
|
+
displayName: string | null;
|
|
623
|
+
federationBrandName: string | null;
|
|
624
|
+
tenantId: string;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
@complex model trustedSubjectNameAndIssuerConfiguration {
|
|
628
|
+
trustedCertificateSubjectAddition: trustedSubjectNameAndIssuerRestriction | null;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
@complex model trustedSubjectNameAndIssuerRestriction {
|
|
632
|
+
excludeActors: appManagementPolicyActorExemptions | null;
|
|
633
|
+
isStateSetByMicrosoft: boolean;
|
|
634
|
+
restrictForAppsCreatedAfterDateTime: offsetDateTime | null;
|
|
635
|
+
state: appManagementRestrictionState;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
@complex model unifiedRolePermission {
|
|
639
|
+
allowedResourceActions: string[];
|
|
640
|
+
condition: string | null;
|
|
641
|
+
excludedResourceActions: string[] | null;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
@complex model unrestrictedAudience extends signInAudienceRestrictionsBase {
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
@abstract
|
|
648
|
+
@complex model validatingDomains {
|
|
649
|
+
rootDomains: rootDomains;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
@complex model verifiedDomain {
|
|
653
|
+
capabilities: string | null;
|
|
654
|
+
isDefault: boolean | null;
|
|
655
|
+
isInitial: boolean | null;
|
|
656
|
+
name: string | null;
|
|
657
|
+
type: string | null;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
@complex model webApplication {
|
|
661
|
+
homePageUrl: string | null;
|
|
662
|
+
implicitGrantSettings: implicitGrantSettings | null;
|
|
663
|
+
logoutUrl: string | null;
|
|
664
|
+
oauth2AllowImplicitFlow: boolean | null;
|
|
665
|
+
redirectUris: string[];
|
|
666
|
+
redirectUriSettings: redirectUriSettings[];
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
@complex model writebackConfiguration {
|
|
670
|
+
isEnabled: boolean | null;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
@entity model activityBasedTimeoutPolicy extends stsPolicy {
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
@open
|
|
677
|
+
@entity model administrativeUnit extends directoryObject {
|
|
678
|
+
description: string | null;
|
|
679
|
+
displayName: string | null;
|
|
680
|
+
isMemberManagementRestricted: boolean | null;
|
|
681
|
+
membershipRule: string | null;
|
|
682
|
+
membershipRuleProcessingState: string | null;
|
|
683
|
+
membershipType: string | null;
|
|
684
|
+
visibility: string | null;
|
|
685
|
+
@references deletedMembers: directoryObject[];
|
|
686
|
+
@contains extensions: extension[];
|
|
687
|
+
@references members: directoryObject[];
|
|
688
|
+
@contains scopedRoleMembers: scopedRoleMembership[];
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
@open
|
|
692
|
+
@entity model agentIdentity extends servicePrincipal {
|
|
693
|
+
agentIdentityBlueprintId: string;
|
|
694
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
695
|
+
@references sponsors: directoryObject[];
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
@open
|
|
699
|
+
@entity model agentIdentityBlueprint extends application {
|
|
700
|
+
createdByAppId: string | null;
|
|
701
|
+
@contains inheritablePermissions: inheritablePermission[];
|
|
702
|
+
@references sponsors: directoryObject[];
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
@open
|
|
706
|
+
@entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
|
|
707
|
+
@references sponsors: directoryObject[];
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
@open
|
|
711
|
+
@entity model allowedDataLocation extends entity {
|
|
712
|
+
appId: string | null;
|
|
713
|
+
domain: string | null;
|
|
714
|
+
isDefault: boolean | null;
|
|
715
|
+
location: string | null;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
@entity model allowedValue extends entity {
|
|
719
|
+
isActive: boolean | null;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
@open
|
|
723
|
+
@entity model application extends directoryObject {
|
|
724
|
+
api: apiApplication | null;
|
|
725
|
+
appId: string | null;
|
|
726
|
+
appRoles: appRole[];
|
|
727
|
+
authenticationBehaviors: authenticationBehaviors | null;
|
|
728
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
729
|
+
defaultRedirectUri: string | null;
|
|
730
|
+
description: string | null;
|
|
731
|
+
disabledByMicrosoftStatus: string | null;
|
|
732
|
+
displayName: string | null;
|
|
733
|
+
groupMembershipClaims: string | null;
|
|
734
|
+
identifierUris: string[];
|
|
735
|
+
info: informationalUrl | null;
|
|
736
|
+
isDeviceOnlyAuthSupported: boolean | null;
|
|
737
|
+
isFallbackPublicClient: boolean | null;
|
|
738
|
+
keyCredentials: keyCredential[];
|
|
739
|
+
logo: stream;
|
|
740
|
+
notes: string | null;
|
|
741
|
+
optionalClaims: optionalClaims | null;
|
|
742
|
+
parentalControlSettings: parentalControlSettings | null;
|
|
743
|
+
passwordCredentials: passwordCredential[];
|
|
744
|
+
publicClient: publicClientApplication | null;
|
|
745
|
+
publisherDomain: string | null;
|
|
746
|
+
requestSignatureVerification: requestSignatureVerification | null;
|
|
747
|
+
requiredResourceAccess: requiredResourceAccess[];
|
|
748
|
+
serviceManagementReference: string | null;
|
|
749
|
+
servicePrincipalLockConfiguration: servicePrincipalLockConfiguration | null;
|
|
750
|
+
signInAudience: string | null;
|
|
751
|
+
signInAudienceRestrictions: signInAudienceRestrictionsBase;
|
|
752
|
+
spa: spaApplication | null;
|
|
753
|
+
tags: string[];
|
|
754
|
+
tokenEncryptionKeyId: guid | null;
|
|
755
|
+
uniqueName: string | null;
|
|
756
|
+
web: webApplication | null;
|
|
757
|
+
@references appManagementPolicies: appManagementPolicy[];
|
|
758
|
+
@references createdOnBehalfOf: directoryObject | null;
|
|
759
|
+
@contains extensionProperties: extensionProperty[];
|
|
760
|
+
@contains federatedIdentityCredentials: federatedIdentityCredential[];
|
|
761
|
+
@references homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
762
|
+
@references owners: directoryObject[];
|
|
763
|
+
@references tokenIssuancePolicies: tokenIssuancePolicy[];
|
|
764
|
+
@references tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
@entity model appManagementPolicy extends policyBase {
|
|
768
|
+
isEnabled: boolean;
|
|
769
|
+
restrictions: customAppManagementConfiguration | null;
|
|
770
|
+
@references appliesTo: directoryObject[];
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@entity model appRoleAssignment extends directoryObject {
|
|
774
|
+
appRoleId: guid;
|
|
775
|
+
creationTimestamp: offsetDateTime | null;
|
|
776
|
+
principalDisplayName: string | null;
|
|
777
|
+
principalId: guid | null;
|
|
778
|
+
principalType: string | null;
|
|
779
|
+
resourceDisplayName: string | null;
|
|
780
|
+
resourceId: guid | null;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
@entity model appScope extends entity {
|
|
784
|
+
displayName: string | null;
|
|
785
|
+
type: string | null;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
@entity model attributeSet extends entity {
|
|
789
|
+
description: string | null;
|
|
790
|
+
maxAttributesPerSet: int32 | null;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
@entity model authenticationContextClassReference extends entity {
|
|
794
|
+
description: string | null;
|
|
795
|
+
displayName: string | null;
|
|
796
|
+
isAvailable: boolean | null;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
@entity model authorizationPolicy extends policyBase {
|
|
800
|
+
allowedToSignUpEmailBasedSubscriptions: boolean;
|
|
801
|
+
allowedToUseSSPR: boolean;
|
|
802
|
+
allowEmailVerifiedUsersToJoinOrganization: boolean;
|
|
803
|
+
allowInvitesFrom: allowInvitesFrom | null;
|
|
804
|
+
allowUserConsentForRiskyApps: boolean | null;
|
|
805
|
+
blockMsolPowerShell: boolean | null;
|
|
806
|
+
defaultUserRolePermissions: defaultUserRolePermissions;
|
|
807
|
+
enabledPreviewFeatures: string[] | null;
|
|
808
|
+
guestUserRoleId: guid | null;
|
|
809
|
+
permissionGrantPolicyIdsAssignedToDefaultUserRole: string[] | null;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
@entity model certificateAuthorityAsEntity extends entity {
|
|
813
|
+
certificate: binary;
|
|
814
|
+
isRootAuthority: boolean;
|
|
815
|
+
issuer: string;
|
|
816
|
+
issuerSubjectKeyIdentifier: string;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
@entity model certificateAuthorityDetail extends directoryObject {
|
|
820
|
+
certificate: binary;
|
|
821
|
+
certificateAuthorityType: certificateAuthorityType | null;
|
|
822
|
+
certificateRevocationListUrl: string | null;
|
|
823
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
824
|
+
deltaCertificateRevocationListUrl: string | null;
|
|
825
|
+
displayName: string | null;
|
|
826
|
+
expirationDateTime: offsetDateTime;
|
|
827
|
+
isIssuerHintEnabled: boolean | null;
|
|
828
|
+
issuer: string | null;
|
|
829
|
+
issuerSubjectKeyIdentifier: string | null;
|
|
830
|
+
thumbprint: string;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
@entity model certificateAuthorityPath extends entity {
|
|
834
|
+
@contains certificateBasedApplicationConfigurations: certificateBasedApplicationConfiguration[];
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
@entity model certificateBasedApplicationConfiguration extends trustedCertificateAuthorityAsEntityBase {
|
|
838
|
+
description: string | null;
|
|
839
|
+
displayName: string | null;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
@entity model certificateBasedAuthConfiguration extends entity {
|
|
843
|
+
certificateAuthorities: certificateAuthority[];
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
@entity model certificateBasedAuthPki extends directoryObject {
|
|
847
|
+
displayName: string | null;
|
|
848
|
+
@computed lastModifiedDateTime: offsetDateTime;
|
|
849
|
+
status: string | null;
|
|
850
|
+
statusDetails: string | null;
|
|
851
|
+
@contains certificateAuthorities: certificateAuthorityDetail[];
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
@entity model claimsMappingPolicy extends stsPolicy {
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
@entity model companySubscription extends entity {
|
|
858
|
+
commerceSubscriptionId: string | null;
|
|
859
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
860
|
+
isTrial: boolean | null;
|
|
861
|
+
nextLifecycleDateTime: offsetDateTime | null;
|
|
862
|
+
ownerId: string | null;
|
|
863
|
+
ownerTenantId: string | null;
|
|
864
|
+
ownerType: string | null;
|
|
865
|
+
serviceStatus: servicePlanInfo[];
|
|
866
|
+
skuId: string | null;
|
|
867
|
+
skuPartNumber: string | null;
|
|
868
|
+
status: string | null;
|
|
869
|
+
totalLicenses: int32 | null;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
@entity model conditionalAccessRoot extends MsGraph.SharedModels.entity {
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
@open
|
|
876
|
+
@entity model contract extends directoryObject {
|
|
877
|
+
contractType: string | null;
|
|
878
|
+
customerId: guid | null;
|
|
879
|
+
defaultDomainName: string | null;
|
|
880
|
+
displayName: string | null;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
@entity model crossTenantAccessPolicy extends tenantRelationshipAccessPolicyBase {
|
|
884
|
+
allowedCloudEndpoints: string[];
|
|
885
|
+
@contains default: crossTenantAccessPolicyConfigurationDefault | null;
|
|
886
|
+
@contains partners: crossTenantAccessPolicyConfigurationPartner[];
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
@entity model crossTenantAccessPolicyConfigurationDefault extends entity {
|
|
890
|
+
automaticUserConsentSettings: inboundOutboundPolicyConfiguration | null;
|
|
891
|
+
b2bCollaborationInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
892
|
+
b2bCollaborationOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
893
|
+
b2bDirectConnectInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
894
|
+
b2bDirectConnectOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
895
|
+
inboundTrust: crossTenantAccessPolicyInboundTrust | null;
|
|
896
|
+
invitationRedemptionIdentityProviderConfiguration: defaultInvitationRedemptionIdentityProviderConfiguration | null;
|
|
897
|
+
isServiceDefault: boolean | null;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
@entity model crossTenantAccessPolicyConfigurationPartner extends MsGraph.SharedModels.entity {
|
|
901
|
+
automaticUserConsentSettings: inboundOutboundPolicyConfiguration | null;
|
|
902
|
+
b2bCollaborationInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
903
|
+
b2bCollaborationOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
904
|
+
b2bDirectConnectInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
905
|
+
b2bDirectConnectOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
906
|
+
inboundTrust: crossTenantAccessPolicyInboundTrust | null;
|
|
907
|
+
isServiceProvider: boolean | null;
|
|
908
|
+
@computed @key tenantId: string;
|
|
909
|
+
@contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
@entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
|
|
913
|
+
displayName: string | null;
|
|
914
|
+
externalCloudAuthorizedApplicationId: string | null;
|
|
915
|
+
@computed @key tenantId: string;
|
|
916
|
+
userSyncInbound: crossTenantUserSyncInbound | null;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
@entity model customSecurityAttributeDefinition extends entity {
|
|
920
|
+
attributeSet: string;
|
|
921
|
+
description: string | null;
|
|
922
|
+
isCollection: boolean;
|
|
923
|
+
isSearchable: boolean | null;
|
|
924
|
+
name: string;
|
|
925
|
+
status: string;
|
|
926
|
+
type: string;
|
|
927
|
+
usePreDefinedValuesOnly: boolean | null;
|
|
928
|
+
@contains allowedValues: allowedValue[];
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
@abstract
|
|
932
|
+
@entity model customSecurityAttributeExemption extends entity {
|
|
933
|
+
operator: customSecurityAttributeComparisonOperator | null;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
@entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
|
|
937
|
+
value: string | null;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
@entity model delegatedPermissionClassification extends entity {
|
|
941
|
+
classification: permissionClassificationType | null;
|
|
942
|
+
permissionId: string | null;
|
|
943
|
+
permissionName: string | null;
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
@open
|
|
947
|
+
@entity model device extends directoryObject {
|
|
948
|
+
accountEnabled: boolean | null;
|
|
949
|
+
alternativeSecurityIds: alternativeSecurityId[];
|
|
950
|
+
approximateLastSignInDateTime: offsetDateTime | null;
|
|
951
|
+
complianceExpirationDateTime: offsetDateTime | null;
|
|
952
|
+
deviceCategory: string | null;
|
|
953
|
+
deviceId: string | null;
|
|
954
|
+
deviceMetadata: string | null;
|
|
955
|
+
deviceOwnership: string | null;
|
|
956
|
+
deviceVersion: int32 | null;
|
|
957
|
+
displayName: string | null;
|
|
958
|
+
domainName: string | null;
|
|
959
|
+
enrollmentProfileName: string | null;
|
|
960
|
+
enrollmentType: string | null;
|
|
961
|
+
extensionAttributes: onPremisesExtensionAttributes | null;
|
|
962
|
+
isCompliant: boolean | null;
|
|
963
|
+
isManaged: boolean | null;
|
|
964
|
+
isManagementRestricted: boolean | null;
|
|
965
|
+
isRooted: boolean | null;
|
|
966
|
+
managementType: string | null;
|
|
967
|
+
manufacturer: string | null;
|
|
968
|
+
mdmAppId: string | null;
|
|
969
|
+
`model`: string | null;
|
|
970
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
971
|
+
onPremisesSecurityIdentifier: string | null;
|
|
972
|
+
onPremisesSyncEnabled: boolean | null;
|
|
973
|
+
operatingSystem: string | null;
|
|
974
|
+
operatingSystemVersion: string | null;
|
|
975
|
+
physicalIds: string[];
|
|
976
|
+
profileType: string | null;
|
|
977
|
+
registrationDateTime: offsetDateTime | null;
|
|
978
|
+
systemLabels: string[];
|
|
979
|
+
trustType: string | null;
|
|
980
|
+
@contains extensions: extension[];
|
|
981
|
+
@references memberOf: directoryObject[];
|
|
982
|
+
@references registeredOwners: directoryObject[];
|
|
983
|
+
@references registeredUsers: directoryObject[];
|
|
984
|
+
@references transitiveMemberOf: directoryObject[];
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
@entity model directory extends entity {
|
|
988
|
+
@contains administrativeUnits: administrativeUnit[];
|
|
989
|
+
@contains attributeSets: attributeSet[];
|
|
990
|
+
@contains certificateAuthorities: certificateAuthorityPath | null;
|
|
991
|
+
@contains customSecurityAttributeDefinitions: customSecurityAttributeDefinition[];
|
|
992
|
+
@contains deletedItems: directoryObject[];
|
|
993
|
+
@contains federationConfigurations: identityProviderBase[];
|
|
994
|
+
@contains onPremisesSynchronization: onPremisesDirectorySynchronization[];
|
|
995
|
+
@contains publicKeyInfrastructure: publicKeyInfrastructureRoot | null;
|
|
996
|
+
@contains subscriptions: companySubscription[];
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
@open
|
|
1000
|
+
@entity model directoryObject extends entity {
|
|
1001
|
+
deletedDateTime: offsetDateTime | null;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
@entity model directoryObjectPartnerReference extends directoryObject {
|
|
1005
|
+
description: string | null;
|
|
1006
|
+
displayName: string | null;
|
|
1007
|
+
externalPartnerTenantId: guid | null;
|
|
1008
|
+
objectType: string | null;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
@open
|
|
1012
|
+
@entity model directoryRole extends directoryObject {
|
|
1013
|
+
description: string | null;
|
|
1014
|
+
displayName: string | null;
|
|
1015
|
+
roleTemplateId: string | null;
|
|
1016
|
+
@references members: directoryObject[];
|
|
1017
|
+
@contains scopedMembers: scopedRoleMembership[];
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
@open
|
|
1021
|
+
@entity model directoryRoleTemplate extends directoryObject {
|
|
1022
|
+
description: string | null;
|
|
1023
|
+
displayName: string | null;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
@open
|
|
1027
|
+
@entity model directorySetting extends entity {
|
|
1028
|
+
displayName: string | null;
|
|
1029
|
+
templateId: string | null;
|
|
1030
|
+
values: settingValue[];
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
@open
|
|
1034
|
+
@entity model directorySettingTemplate extends directoryObject {
|
|
1035
|
+
description: string | null;
|
|
1036
|
+
displayName: string | null;
|
|
1037
|
+
values: settingTemplateValue[];
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
@entity model domain extends entity {
|
|
1041
|
+
authenticationType: string;
|
|
1042
|
+
availabilityStatus: string | null;
|
|
1043
|
+
isAdminManaged: boolean;
|
|
1044
|
+
isDefault: boolean;
|
|
1045
|
+
isInitial: boolean;
|
|
1046
|
+
isRoot: boolean;
|
|
1047
|
+
isVerified: boolean;
|
|
1048
|
+
passwordNotificationWindowInDays: int32 | null;
|
|
1049
|
+
passwordValidityPeriodInDays: int32 | null;
|
|
1050
|
+
state: domainState | null;
|
|
1051
|
+
supportedServices: string[];
|
|
1052
|
+
@references domainNameReferences: directoryObject[];
|
|
1053
|
+
@contains federationConfiguration: internalDomainFederation[];
|
|
1054
|
+
@references rootDomain: domain | null;
|
|
1055
|
+
@contains serviceConfigurationRecords: domainDnsRecord[];
|
|
1056
|
+
@contains verificationDnsRecords: domainDnsRecord[];
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
@entity model domainDnsCnameRecord extends domainDnsRecord {
|
|
1060
|
+
canonicalName: string | null;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
@entity model domainDnsMxRecord extends domainDnsRecord {
|
|
1064
|
+
mailExchange: string;
|
|
1065
|
+
preference: int32 | null;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
@entity model domainDnsRecord extends entity {
|
|
1069
|
+
isOptional: boolean;
|
|
1070
|
+
label: string;
|
|
1071
|
+
recordType: string | null;
|
|
1072
|
+
supportedService: string;
|
|
1073
|
+
ttl: int32;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
@entity model domainDnsSrvRecord extends domainDnsRecord {
|
|
1077
|
+
nameTarget: string | null;
|
|
1078
|
+
port: int32 | null;
|
|
1079
|
+
priority: int32 | null;
|
|
1080
|
+
protocol: string | null;
|
|
1081
|
+
service: string | null;
|
|
1082
|
+
weight: int32 | null;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
@entity model domainDnsTxtRecord extends domainDnsRecord {
|
|
1086
|
+
text: string;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
@entity model domainDnsUnavailableRecord extends domainDnsRecord {
|
|
1090
|
+
description: string | null;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
@open
|
|
1094
|
+
@entity model endpoint extends directoryObject {
|
|
1095
|
+
capability: string;
|
|
1096
|
+
providerId: string | null;
|
|
1097
|
+
providerName: string | null;
|
|
1098
|
+
providerResourceId: string | null;
|
|
1099
|
+
uri: string;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
@abstract
|
|
1103
|
+
@entity model entity extends MsGraph.SharedModels.entity {
|
|
1104
|
+
@computed @key id: string;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
@entity model extension extends entity {
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
@open
|
|
1111
|
+
@entity model extensionProperty extends directoryObject {
|
|
1112
|
+
appDisplayName: string | null;
|
|
1113
|
+
dataType: string;
|
|
1114
|
+
isMultiValued: boolean;
|
|
1115
|
+
isSyncedFromOnPremises: boolean | null;
|
|
1116
|
+
name: string;
|
|
1117
|
+
targetObjects: string[];
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
@entity model externalDomainName extends entity {
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
@entity model externalIdentitiesPolicy extends policyBase {
|
|
1124
|
+
allowDeletedIdentitiesDataRemoval: boolean;
|
|
1125
|
+
allowExternalIdentitiesToLeave: boolean;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
@entity model federatedIdentityCredential extends entity {
|
|
1129
|
+
audiences: string[];
|
|
1130
|
+
claimsMatchingExpression: federatedIdentityExpression | null;
|
|
1131
|
+
description: string | null;
|
|
1132
|
+
issuer: string;
|
|
1133
|
+
name: string;
|
|
1134
|
+
subject: string | null;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
@entity model federatedTokenValidationPolicy extends directoryObject {
|
|
1138
|
+
validatingDomains: validatingDomains;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
@open
|
|
1142
|
+
@entity model group extends directoryObject {
|
|
1143
|
+
assignedLabels: assignedLabel[] | null;
|
|
1144
|
+
assignedLicenses: assignedLicense[] | null;
|
|
1145
|
+
classification: string | null;
|
|
1146
|
+
createdByAppId: string | null;
|
|
1147
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1148
|
+
description: string | null;
|
|
1149
|
+
displayName: string | null;
|
|
1150
|
+
expirationDateTime: offsetDateTime | null;
|
|
1151
|
+
groupTypes: string[];
|
|
1152
|
+
hasMembersWithLicenseErrors: boolean | null;
|
|
1153
|
+
infoCatalogs: string[];
|
|
1154
|
+
isAssignableToRole: boolean | null;
|
|
1155
|
+
isManagementRestricted: boolean | null;
|
|
1156
|
+
licenseProcessingState: licenseProcessingState | null;
|
|
1157
|
+
mail: string | null;
|
|
1158
|
+
mailEnabled: boolean | null;
|
|
1159
|
+
mailNickname: string | null;
|
|
1160
|
+
membershipRule: string | null;
|
|
1161
|
+
membershipRuleProcessingState: string | null;
|
|
1162
|
+
onPremisesDomainName: string | null;
|
|
1163
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
1164
|
+
onPremisesNetBiosName: string | null;
|
|
1165
|
+
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
1166
|
+
onPremisesSamAccountName: string | null;
|
|
1167
|
+
onPremisesSecurityIdentifier: string | null;
|
|
1168
|
+
onPremisesSyncEnabled: boolean | null;
|
|
1169
|
+
preferredDataLocation: string | null;
|
|
1170
|
+
preferredLanguage: string | null;
|
|
1171
|
+
proxyAddresses: string[];
|
|
1172
|
+
renewedDateTime: offsetDateTime | null;
|
|
1173
|
+
resourceBehaviorOptions: string[];
|
|
1174
|
+
resourceProvisioningOptions: string[];
|
|
1175
|
+
securityEnabled: boolean | null;
|
|
1176
|
+
securityIdentifier: string | null;
|
|
1177
|
+
theme: string | null;
|
|
1178
|
+
uniqueName: string | null;
|
|
1179
|
+
visibility: string | null;
|
|
1180
|
+
writebackConfiguration: groupWritebackConfiguration | null;
|
|
1181
|
+
@contains appRoleAssignments: appRoleAssignment[];
|
|
1182
|
+
@references createdOnBehalfOf: directoryObject | null;
|
|
1183
|
+
@contains endpoints: endpoint[];
|
|
1184
|
+
@contains extensions: extension[];
|
|
1185
|
+
@references memberOf: directoryObject[];
|
|
1186
|
+
@references members: directoryObject[];
|
|
1187
|
+
@references membersWithLicenseErrors: directoryObject[];
|
|
1188
|
+
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
1189
|
+
@references owners: directoryObject[];
|
|
1190
|
+
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
1191
|
+
@contains settings: directorySetting[];
|
|
1192
|
+
@references transitiveMemberOf: directoryObject[];
|
|
1193
|
+
@references transitiveMembers: directoryObject[];
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
@entity model homeRealmDiscoveryPolicy extends stsPolicy {
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
@entity model identityContainer extends MsGraph.SharedModels.entity {
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
@abstract
|
|
1203
|
+
@entity model identityProviderBase extends entity {
|
|
1204
|
+
displayName: string | null;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
@entity model inboundSharedUserProfile extends MsGraph.SharedModels.entity {
|
|
1208
|
+
displayName: string;
|
|
1209
|
+
homeTenantId: string;
|
|
1210
|
+
@computed @key userId: string;
|
|
1211
|
+
userPrincipalName: string;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
@entity model inheritablePermission extends MsGraph.SharedModels.entity {
|
|
1215
|
+
inheritableScopes: inheritableScopes;
|
|
1216
|
+
@computed @key resourceAppId: string;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
@entity model internalDomainFederation extends samlOrWsFedProvider {
|
|
1220
|
+
activeSignInUri: string | null;
|
|
1221
|
+
federatedIdpMfaBehavior: federatedIdpMfaBehavior | null;
|
|
1222
|
+
isSignedAuthenticationRequestRequired: boolean | null;
|
|
1223
|
+
nextSigningCertificate: string | null;
|
|
1224
|
+
passwordResetUri: string | null;
|
|
1225
|
+
promptLoginBehavior: promptLoginBehavior | null;
|
|
1226
|
+
signingCertificateUpdateStatus: signingCertificateUpdateStatus | null;
|
|
1227
|
+
signOutUri: string | null;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
@entity model licenseDetails extends entity {
|
|
1232
|
+
servicePlans: servicePlanInfo[];
|
|
1233
|
+
skuId: guid | null;
|
|
1234
|
+
skuPartNumber: string | null;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
@entity model oAuth2PermissionGrant extends entity {
|
|
1238
|
+
clientId: string;
|
|
1239
|
+
consentType: string | null;
|
|
1240
|
+
expiryTime: offsetDateTime | null;
|
|
1241
|
+
principalId: string | null;
|
|
1242
|
+
resourceId: string;
|
|
1243
|
+
scope: string | null;
|
|
1244
|
+
startTime: offsetDateTime | null;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
@entity model onPremisesDirectorySynchronization extends entity {
|
|
1248
|
+
configuration: onPremisesDirectorySynchronizationConfiguration | null;
|
|
1249
|
+
features: onPremisesDirectorySynchronizationFeature;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
@entity model onPremisesSyncBehavior extends entity {
|
|
1253
|
+
isCloudManaged: boolean;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
@open
|
|
1257
|
+
@entity model organization extends directoryObject {
|
|
1258
|
+
assignedPlans: assignedPlan[];
|
|
1259
|
+
businessPhones: string[];
|
|
1260
|
+
city: string | null;
|
|
1261
|
+
country: string | null;
|
|
1262
|
+
countryLetterCode: string | null;
|
|
1263
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1264
|
+
directorySizeQuota: directorySizeQuota | null;
|
|
1265
|
+
displayName: string | null;
|
|
1266
|
+
isMultipleDataLocationsForServicesEnabled: boolean | null;
|
|
1267
|
+
marketingNotificationEmails: string[];
|
|
1268
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
1269
|
+
onPremisesSyncEnabled: boolean | null;
|
|
1270
|
+
partnerTenantType: partnerTenantType | null;
|
|
1271
|
+
postalCode: string | null;
|
|
1272
|
+
preferredLanguage: string | null;
|
|
1273
|
+
privacyProfile: privacyProfile | null;
|
|
1274
|
+
provisionedPlans: provisionedPlan[];
|
|
1275
|
+
securityComplianceNotificationMails: string[];
|
|
1276
|
+
securityComplianceNotificationPhones: string[];
|
|
1277
|
+
state: string | null;
|
|
1278
|
+
street: string | null;
|
|
1279
|
+
technicalNotificationMails: string[];
|
|
1280
|
+
verifiedDomains: verifiedDomain[];
|
|
1281
|
+
@contains branding: organizationalBranding | null;
|
|
1282
|
+
@references certificateBasedAuthConfiguration: certificateBasedAuthConfiguration[];
|
|
1283
|
+
@contains extensions: extension[];
|
|
1284
|
+
@contains partnerInformation: partnerInformation | null;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
@entity model organizationalBranding extends organizationalBrandingProperties {
|
|
1288
|
+
@contains localizations: organizationalBrandingLocalization[];
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
@entity model organizationalBrandingLocalization extends organizationalBrandingProperties {
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
@abstract
|
|
1295
|
+
@entity model organizationalBrandingProperties extends entity {
|
|
1296
|
+
backgroundColor: string | null;
|
|
1297
|
+
backgroundImage: stream | null;
|
|
1298
|
+
backgroundImageRelativeUrl: string | null;
|
|
1299
|
+
bannerLogo: stream | null;
|
|
1300
|
+
bannerLogoRelativeUrl: string | null;
|
|
1301
|
+
cdnList: string[] | null;
|
|
1302
|
+
contentCustomization: contentCustomization | null;
|
|
1303
|
+
customAccountResetCredentialsUrl: string | null;
|
|
1304
|
+
customCannotAccessYourAccountText: string | null;
|
|
1305
|
+
customCannotAccessYourAccountUrl: string | null;
|
|
1306
|
+
customCSS: stream | null;
|
|
1307
|
+
customCSSRelativeUrl: string | null;
|
|
1308
|
+
customForgotMyPasswordText: string | null;
|
|
1309
|
+
customPrivacyAndCookiesText: string | null;
|
|
1310
|
+
customPrivacyAndCookiesUrl: string | null;
|
|
1311
|
+
customResetItNowText: string | null;
|
|
1312
|
+
customTermsOfUseText: string | null;
|
|
1313
|
+
customTermsOfUseUrl: string | null;
|
|
1314
|
+
favicon: stream | null;
|
|
1315
|
+
faviconRelativeUrl: string | null;
|
|
1316
|
+
headerBackgroundColor: string | null;
|
|
1317
|
+
headerLogo: stream | null;
|
|
1318
|
+
headerLogoRelativeUrl: string | null;
|
|
1319
|
+
loginPageLayoutConfiguration: loginPageLayoutConfiguration | null;
|
|
1320
|
+
loginPageTextVisibilitySettings: loginPageTextVisibilitySettings | null;
|
|
1321
|
+
signInPageText: string | null;
|
|
1322
|
+
squareLogo: stream | null;
|
|
1323
|
+
squareLogoDark: stream | null;
|
|
1324
|
+
squareLogoDarkRelativeUrl: string | null;
|
|
1325
|
+
squareLogoRelativeUrl: string | null;
|
|
1326
|
+
usernameHintText: string | null;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
@open
|
|
1330
|
+
@entity model orgContact extends directoryObject {
|
|
1331
|
+
addresses: physicalOfficeAddress[] | null;
|
|
1332
|
+
companyName: string | null;
|
|
1333
|
+
department: string | null;
|
|
1334
|
+
displayName: string | null;
|
|
1335
|
+
givenName: string | null;
|
|
1336
|
+
jobTitle: string | null;
|
|
1337
|
+
mail: string | null;
|
|
1338
|
+
mailNickname: string | null;
|
|
1339
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
1340
|
+
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
1341
|
+
onPremisesSyncEnabled: boolean | null;
|
|
1342
|
+
phones: phone[] | null;
|
|
1343
|
+
proxyAddresses: string[];
|
|
1344
|
+
surname: string | null;
|
|
1345
|
+
@references directReports: directoryObject[];
|
|
1346
|
+
@references manager: directoryObject | null;
|
|
1347
|
+
@references memberOf: directoryObject[];
|
|
1348
|
+
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
1349
|
+
@references transitiveMemberOf: directoryObject[];
|
|
1350
|
+
@references transitiveReports: directoryObject[];
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
@entity model outboundSharedUserProfile extends MsGraph.SharedModels.entity {
|
|
1354
|
+
@computed @key userId: string;
|
|
1355
|
+
@contains tenants: tenantReference[];
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
@entity model partnerInformation extends MsGraph.SharedModels.entity {
|
|
1359
|
+
commerceUrl: string | null;
|
|
1360
|
+
companyName: string | null;
|
|
1361
|
+
companyType: partnerTenantType | null;
|
|
1362
|
+
helpUrl: string | null;
|
|
1363
|
+
@computed @key partnerTenantId: string;
|
|
1364
|
+
supportEmails: string[] | null;
|
|
1365
|
+
supportTelephones: string[] | null;
|
|
1366
|
+
supportUrl: string | null;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
@entity model permissionGrantConditionSet extends entity {
|
|
1371
|
+
clientApplicationIds: string[] | null;
|
|
1372
|
+
clientApplicationPublisherIds: string[] | null;
|
|
1373
|
+
clientApplicationsFromVerifiedPublisherOnly: boolean | null;
|
|
1374
|
+
clientApplicationTenantIds: string[] | null;
|
|
1375
|
+
permissionClassification: string | null;
|
|
1376
|
+
permissions: string[] | null;
|
|
1377
|
+
permissionType: permissionType | null;
|
|
1378
|
+
resourceApplication: string | null;
|
|
1379
|
+
scopeSensitivityLabels: scopeSensitivityLabels;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
@entity model permissionGrantPolicy extends policyBase {
|
|
1383
|
+
includeAllPreApprovedApplications: boolean | null;
|
|
1384
|
+
resourceScopeType: resourceScopeType | null;
|
|
1385
|
+
@contains excludes: permissionGrantConditionSet[];
|
|
1386
|
+
@contains includes: permissionGrantConditionSet[];
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
@entity model permissionGrantPreApprovalPolicy extends directoryObject {
|
|
1390
|
+
conditions: preApprovalDetail[] | null;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
@abstract
|
|
1394
|
+
@entity model policyBase extends directoryObject {
|
|
1395
|
+
description: string;
|
|
1396
|
+
displayName: string;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
@entity model policyRoot extends MsGraph.SharedModels.entity {
|
|
1400
|
+
@contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
|
|
1401
|
+
@contains appManagementPolicies: appManagementPolicy[];
|
|
1402
|
+
@contains authorizationPolicy: authorizationPolicy[];
|
|
1403
|
+
@contains claimsMappingPolicies: claimsMappingPolicy[];
|
|
1404
|
+
@contains crossTenantAccessPolicy: crossTenantAccessPolicy | null;
|
|
1405
|
+
@contains defaultAppManagementPolicy: tenantAppManagementPolicy | null;
|
|
1406
|
+
@contains externalIdentitiesPolicy: externalIdentitiesPolicy | null;
|
|
1407
|
+
@contains federatedTokenValidationPolicy: federatedTokenValidationPolicy | null;
|
|
1408
|
+
@contains homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
1409
|
+
@contains permissionGrantPolicies: permissionGrantPolicy[];
|
|
1410
|
+
@contains permissionGrantPreApprovalPolicies: permissionGrantPreApprovalPolicy[];
|
|
1411
|
+
@contains tokenIssuancePolicies: tokenIssuancePolicy[];
|
|
1412
|
+
@contains tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
@entity model publicKeyInfrastructureRoot extends entity {
|
|
1416
|
+
@contains certificateBasedAuthConfigurations: certificateBasedAuthPki[];
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
@entity model rbacApplication extends entity {
|
|
1420
|
+
@contains resourceNamespaces: unifiedRbacResourceNamespace[];
|
|
1421
|
+
@contains roleAssignments: unifiedRoleAssignment[];
|
|
1422
|
+
@contains roleDefinitions: unifiedRoleDefinition[];
|
|
1423
|
+
@contains transitiveRoleAssignments: unifiedRoleAssignment[];
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
@entity model rbacApplicationMultiple extends entity {
|
|
1427
|
+
@contains resourceNamespaces: unifiedRbacResourceNamespace[];
|
|
1428
|
+
@contains roleAssignments: unifiedRoleAssignmentMultiple[];
|
|
1429
|
+
@contains roleDefinitions: unifiedRoleDefinition[];
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
@entity model remoteDesktopSecurityConfiguration extends entity {
|
|
1433
|
+
isRemoteDesktopProtocolEnabled: boolean;
|
|
1434
|
+
@contains targetDeviceGroups: targetDeviceGroup[];
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
@entity model resourceSpecificPermissionGrant extends directoryObject {
|
|
1438
|
+
clientAppId: string | null;
|
|
1439
|
+
clientId: string | null;
|
|
1440
|
+
permission: string | null;
|
|
1441
|
+
permissionType: string | null;
|
|
1442
|
+
resourceAppId: string | null;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
@entity model roleManagement extends MsGraph.SharedModels.entity {
|
|
1446
|
+
@contains directory: rbacApplication | null;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
@entity model samlOrWsFedExternalDomainFederation extends samlOrWsFedProvider {
|
|
1450
|
+
@contains domains: externalDomainName[];
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
@abstract
|
|
1454
|
+
@entity model samlOrWsFedProvider extends identityProviderBase {
|
|
1455
|
+
issuerUri: string | null;
|
|
1456
|
+
metadataExchangeUri: string | null;
|
|
1457
|
+
passiveSignInUri: string | null;
|
|
1458
|
+
preferredAuthenticationProtocol: authenticationProtocol | null;
|
|
1459
|
+
signingCertificate: string | null;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
@entity model schemaExtension extends entity {
|
|
1463
|
+
description: string | null;
|
|
1464
|
+
owner: string;
|
|
1465
|
+
properties: extensionSchemaProperty[];
|
|
1466
|
+
status: string;
|
|
1467
|
+
targetTypes: string[];
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
@entity model scopedRoleMembership extends entity {
|
|
1471
|
+
administrativeUnitId: string;
|
|
1472
|
+
roleId: string;
|
|
1473
|
+
roleMemberInfo: identity;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
@open
|
|
1477
|
+
@entity model servicePrincipal extends directoryObject {
|
|
1478
|
+
accountEnabled: boolean | null;
|
|
1479
|
+
addIns: addIn[];
|
|
1480
|
+
alternativeNames: string[];
|
|
1481
|
+
appDescription: string | null;
|
|
1482
|
+
appDisplayName: string | null;
|
|
1483
|
+
appId: string | null;
|
|
1484
|
+
applicationTemplateId: string | null;
|
|
1485
|
+
appOwnerOrganizationId: guid | null;
|
|
1486
|
+
appRoleAssignmentRequired: boolean;
|
|
1487
|
+
appRoles: appRole[];
|
|
1488
|
+
createdByAppId: string | null;
|
|
1489
|
+
customSecurityAttributes: customSecurityAttributeValue | null;
|
|
1490
|
+
description: string | null;
|
|
1491
|
+
disabledByMicrosoftStatus: string | null;
|
|
1492
|
+
displayName: string | null;
|
|
1493
|
+
errorUrl: string | null;
|
|
1494
|
+
homepage: string | null;
|
|
1495
|
+
info: informationalUrl | null;
|
|
1496
|
+
keyCredentials: keyCredential[];
|
|
1497
|
+
loginUrl: string | null;
|
|
1498
|
+
logoutUrl: string | null;
|
|
1499
|
+
notes: string | null;
|
|
1500
|
+
notificationEmailAddresses: string[];
|
|
1501
|
+
passwordCredentials: passwordCredential[];
|
|
1502
|
+
preferredSingleSignOnMode: string | null;
|
|
1503
|
+
preferredTokenSigningKeyEndDateTime: offsetDateTime | null;
|
|
1504
|
+
preferredTokenSigningKeyThumbprint: string | null;
|
|
1505
|
+
publishedPermissionScopes: permissionScope[];
|
|
1506
|
+
publisherName: string | null;
|
|
1507
|
+
replyUrls: string[];
|
|
1508
|
+
samlMetadataUrl: string | null;
|
|
1509
|
+
samlSingleSignOnSettings: samlSingleSignOnSettings | null;
|
|
1510
|
+
servicePrincipalNames: string[];
|
|
1511
|
+
servicePrincipalType: string | null;
|
|
1512
|
+
signInAudience: string | null;
|
|
1513
|
+
tags: string[];
|
|
1514
|
+
tokenEncryptionKeyId: guid | null;
|
|
1515
|
+
@references appManagementPolicies: appManagementPolicy[];
|
|
1516
|
+
@contains appRoleAssignedTo: appRoleAssignment[];
|
|
1517
|
+
@contains appRoleAssignments: appRoleAssignment[];
|
|
1518
|
+
@references claimsMappingPolicies: claimsMappingPolicy[];
|
|
1519
|
+
@references createdObjects: directoryObject[];
|
|
1520
|
+
@contains delegatedPermissionClassifications: delegatedPermissionClassification[];
|
|
1521
|
+
@contains endpoints: endpoint[];
|
|
1522
|
+
@contains federatedIdentityCredentials: federatedIdentityCredential[];
|
|
1523
|
+
@references homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
1524
|
+
@contains licenseDetails: licenseDetails[];
|
|
1525
|
+
@references memberOf: directoryObject[];
|
|
1526
|
+
@references oauth2PermissionGrants: oAuth2PermissionGrant[];
|
|
1527
|
+
@references ownedObjects: directoryObject[];
|
|
1528
|
+
@references owners: directoryObject[];
|
|
1529
|
+
@references permissionGrantPreApprovalPolicies: permissionGrantPreApprovalPolicy[];
|
|
1530
|
+
@contains remoteDesktopSecurityConfiguration: remoteDesktopSecurityConfiguration | null;
|
|
1531
|
+
@references tokenIssuancePolicies: tokenIssuancePolicy[];
|
|
1532
|
+
@references tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
1533
|
+
@references transitiveMemberOf: directoryObject[];
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
@abstract
|
|
1537
|
+
@entity model stsPolicy extends policyBase {
|
|
1538
|
+
definition: string[];
|
|
1539
|
+
isOrganizationDefault: boolean | null;
|
|
1540
|
+
@references appliesTo: directoryObject[];
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
@entity model subscribedSku extends entity {
|
|
1544
|
+
accountId: string | null;
|
|
1545
|
+
accountName: string | null;
|
|
1546
|
+
appliesTo: string | null;
|
|
1547
|
+
capabilityStatus: string | null;
|
|
1548
|
+
consumedUnits: int32 | null;
|
|
1549
|
+
prepaidUnits: licenseUnitsDetail | null;
|
|
1550
|
+
servicePlans: servicePlanInfo[];
|
|
1551
|
+
skuId: guid | null;
|
|
1552
|
+
skuPartNumber: string | null;
|
|
1553
|
+
subscriptionIds: string[] | null;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
@entity model targetDeviceGroup extends entity {
|
|
1557
|
+
displayName: string | null;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
@entity model tenantAppManagementPolicy extends policyBase {
|
|
1561
|
+
applicationRestrictions: appManagementApplicationConfiguration | null;
|
|
1562
|
+
isEnabled: boolean;
|
|
1563
|
+
servicePrincipalRestrictions: appManagementServicePrincipalConfiguration | null;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
@entity model tenantReference extends MsGraph.SharedModels.entity {
|
|
1567
|
+
@computed @key tenantId: string;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
@entity model tenantRelationship extends MsGraph.SharedModels.entity {
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
@abstract
|
|
1574
|
+
@entity model tenantRelationshipAccessPolicyBase extends policyBase {
|
|
1575
|
+
definition: string[];
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
@entity model tokenIssuancePolicy extends stsPolicy {
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
@entity model tokenLifetimePolicy extends stsPolicy {
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
@abstract
|
|
1585
|
+
@entity model trustedCertificateAuthorityAsEntityBase extends directoryObject {
|
|
1586
|
+
@contains trustedCertificateAuthorities: certificateAuthorityAsEntity[];
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
@entity model unifiedRbacResourceAction extends entity {
|
|
1590
|
+
actionVerb: string | null;
|
|
1591
|
+
authenticationContextId: string | null;
|
|
1592
|
+
description: string | null;
|
|
1593
|
+
isAuthenticationContextSettable: boolean | null;
|
|
1594
|
+
isPrivileged: boolean | null;
|
|
1595
|
+
name: string;
|
|
1596
|
+
resourceScopeId: string | null;
|
|
1597
|
+
@references authenticationContext: authenticationContextClassReference | null;
|
|
1598
|
+
@contains resourceScope: unifiedRbacResourceScope | null;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
@entity model unifiedRbacResourceNamespace extends entity {
|
|
1602
|
+
name: string;
|
|
1603
|
+
@contains resourceActions: unifiedRbacResourceAction[];
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
@entity model unifiedRbacResourceScope extends entity {
|
|
1607
|
+
displayName: string | null;
|
|
1608
|
+
scope: string;
|
|
1609
|
+
type: string | null;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
@entity model unifiedRoleAssignment extends entity {
|
|
1613
|
+
appScopeId: string | null;
|
|
1614
|
+
condition: string | null;
|
|
1615
|
+
directoryScopeId: string | null;
|
|
1616
|
+
principalId: string | null;
|
|
1617
|
+
resourceScope: string | null;
|
|
1618
|
+
roleDefinitionId: string | null;
|
|
1619
|
+
@contains appScope: appScope | null;
|
|
1620
|
+
@references directoryScope: directoryObject | null;
|
|
1621
|
+
@references principal: directoryObject | null;
|
|
1622
|
+
@references roleDefinition: unifiedRoleDefinition | null;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
@entity model unifiedRoleAssignmentMultiple extends entity {
|
|
1626
|
+
appScopeIds: string[] | null;
|
|
1627
|
+
condition: string | null;
|
|
1628
|
+
description: string | null;
|
|
1629
|
+
directoryScopeIds: string[] | null;
|
|
1630
|
+
displayName: string | null;
|
|
1631
|
+
principalIds: string[] | null;
|
|
1632
|
+
roleDefinitionId: string;
|
|
1633
|
+
@contains appScopes: appScope[];
|
|
1634
|
+
@references directoryScopes: directoryObject[];
|
|
1635
|
+
@references principals: directoryObject[];
|
|
1636
|
+
@references roleDefinition: unifiedRoleDefinition | null;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
@entity model unifiedRoleDefinition extends entity {
|
|
1640
|
+
allowedPrincipalTypes: allowedRolePrincipalTypes | null;
|
|
1641
|
+
description: string | null;
|
|
1642
|
+
displayName: string | null;
|
|
1643
|
+
isBuiltIn: boolean | null;
|
|
1644
|
+
isEnabled: boolean | null;
|
|
1645
|
+
isPrivileged: boolean | null;
|
|
1646
|
+
resourceScopes: string[];
|
|
1647
|
+
rolePermissions: unifiedRolePermission[];
|
|
1648
|
+
templateId: string | null;
|
|
1649
|
+
version: string | null;
|
|
1650
|
+
@contains inheritsPermissionsFrom: unifiedRoleDefinition[];
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
@open
|
|
1654
|
+
@entity model user extends directoryObject {
|
|
1655
|
+
accountEnabled: boolean | null;
|
|
1656
|
+
ageGroup: string | null;
|
|
1657
|
+
assignedLicenses: assignedLicense[];
|
|
1658
|
+
assignedPlans: assignedPlan[];
|
|
1659
|
+
authorizationInfo: authorizationInfo | null;
|
|
1660
|
+
businessPhones: string[];
|
|
1661
|
+
city: string | null;
|
|
1662
|
+
cloudRealtimeCommunicationInfo: cloudRealtimeCommunicationInfo | null;
|
|
1663
|
+
companyName: string | null;
|
|
1664
|
+
consentProvidedForMinor: string | null;
|
|
1665
|
+
country: string | null;
|
|
1666
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1667
|
+
creationType: string | null;
|
|
1668
|
+
customSecurityAttributes: customSecurityAttributeValue | null;
|
|
1669
|
+
department: string | null;
|
|
1670
|
+
deviceKeys: deviceKey[];
|
|
1671
|
+
displayName: string | null;
|
|
1672
|
+
employeeHireDate: offsetDateTime | null;
|
|
1673
|
+
employeeId: string | null;
|
|
1674
|
+
employeeLeaveDateTime: offsetDateTime | null;
|
|
1675
|
+
employeeOrgData: employeeOrgData | null;
|
|
1676
|
+
employeeType: string | null;
|
|
1677
|
+
externalUserState: string | null;
|
|
1678
|
+
externalUserStateChangeDateTime: string | null;
|
|
1679
|
+
faxNumber: string | null;
|
|
1680
|
+
givenName: string | null;
|
|
1681
|
+
identities: objectIdentity[] | null;
|
|
1682
|
+
imAddresses: string[] | null;
|
|
1683
|
+
infoCatalogs: string[];
|
|
1684
|
+
isManagementRestricted: boolean | null;
|
|
1685
|
+
isResourceAccount: boolean | null;
|
|
1686
|
+
jobTitle: string | null;
|
|
1687
|
+
@computed lastPasswordChangeDateTime: offsetDateTime | null;
|
|
1688
|
+
legalAgeGroupClassification: string | null;
|
|
1689
|
+
licenseAssignmentStates: licenseAssignmentState[] | null;
|
|
1690
|
+
mail: string | null;
|
|
1691
|
+
mailNickname: string | null;
|
|
1692
|
+
mobilePhone: string | null;
|
|
1693
|
+
officeLocation: string | null;
|
|
1694
|
+
onPremisesDistinguishedName: string | null;
|
|
1695
|
+
onPremisesDomainName: string | null;
|
|
1696
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
1697
|
+
onPremisesImmutableId: string | null;
|
|
1698
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
1699
|
+
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
1700
|
+
onPremisesSamAccountName: string | null;
|
|
1701
|
+
onPremisesSecurityIdentifier: string | null;
|
|
1702
|
+
onPremisesSyncEnabled: boolean | null;
|
|
1703
|
+
onPremisesUserPrincipalName: string | null;
|
|
1704
|
+
otherMails: string[];
|
|
1705
|
+
passwordPolicies: string | null;
|
|
1706
|
+
passwordProfile: passwordProfile | null;
|
|
1707
|
+
postalCode: string | null;
|
|
1708
|
+
preferredDataLocation: string | null;
|
|
1709
|
+
preferredLanguage: string | null;
|
|
1710
|
+
provisionedPlans: provisionedPlan[];
|
|
1711
|
+
proxyAddresses: string[];
|
|
1712
|
+
refreshTokensValidFromDateTime: offsetDateTime | null;
|
|
1713
|
+
securityIdentifier: string | null;
|
|
1714
|
+
showInAddressList: boolean | null;
|
|
1715
|
+
signInSessionsValidFromDateTime: offsetDateTime | null;
|
|
1716
|
+
state: string | null;
|
|
1717
|
+
streetAddress: string | null;
|
|
1718
|
+
surname: string | null;
|
|
1719
|
+
usageLocation: string | null;
|
|
1720
|
+
userPrincipalName: string | null;
|
|
1721
|
+
userType: string | null;
|
|
1722
|
+
@references appRoleAssignedResources: servicePrincipal[];
|
|
1723
|
+
@contains appRoleAssignments: appRoleAssignment[];
|
|
1724
|
+
@references createdObjects: directoryObject[];
|
|
1725
|
+
@references directReports: directoryObject[];
|
|
1726
|
+
@contains extensions: extension[];
|
|
1727
|
+
@contains licenseDetails: licenseDetails[];
|
|
1728
|
+
@references manager: directoryObject | null;
|
|
1729
|
+
@references memberOf: directoryObject[];
|
|
1730
|
+
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
1731
|
+
@references ownedDevices: directoryObject[];
|
|
1732
|
+
@references ownedObjects: directoryObject[];
|
|
1733
|
+
@references registeredDevices: directoryObject[];
|
|
1734
|
+
@contains scopedRoleMemberOf: scopedRoleMembership[];
|
|
1735
|
+
@references sponsors: directoryObject[];
|
|
1736
|
+
@references transitiveMemberOf: directoryObject[];
|
|
1737
|
+
@references transitiveReports: directoryObject[];
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
@graphFlags
|
|
1741
|
+
enum allowedRolePrincipalTypes {
|
|
1742
|
+
user,
|
|
1743
|
+
servicePrincipal,
|
|
1744
|
+
group,
|
|
1745
|
+
unknownFutureValue,
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
enum allowInvitesFrom {
|
|
1749
|
+
none,
|
|
1750
|
+
adminsAndGuestInviters,
|
|
1751
|
+
adminsGuestInvitersAndAllMembers,
|
|
1752
|
+
everyone,
|
|
1753
|
+
unknownFutureValue,
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
enum appCredentialRestrictionType {
|
|
1757
|
+
passwordAddition,
|
|
1758
|
+
passwordLifetime,
|
|
1759
|
+
symmetricKeyAddition,
|
|
1760
|
+
symmetricKeyLifetime,
|
|
1761
|
+
customPasswordAddition,
|
|
1762
|
+
unknownFutureValue,
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
enum appKeyCredentialRestrictionType {
|
|
1766
|
+
asymmetricKeyLifetime,
|
|
1767
|
+
trustedCertificateAuthority,
|
|
1768
|
+
unknownFutureValue,
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
enum appManagementRestrictionState {
|
|
1772
|
+
enabled,
|
|
1773
|
+
disabled,
|
|
1774
|
+
unknownFutureValue,
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
enum authenticationProtocol {
|
|
1778
|
+
wsFed,
|
|
1779
|
+
saml,
|
|
1780
|
+
unknownFutureValue,
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
enum b2bIdentityProvidersType {
|
|
1784
|
+
azureActiveDirectory,
|
|
1785
|
+
externalFederation,
|
|
1786
|
+
socialIdentityProviders,
|
|
1787
|
+
emailOneTimePasscode,
|
|
1788
|
+
microsoftAccount,
|
|
1789
|
+
defaultConfiguredIdp,
|
|
1790
|
+
unknownFutureValue,
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
enum certificateAuthorityType {
|
|
1794
|
+
root,
|
|
1795
|
+
intermediate,
|
|
1796
|
+
unknownFutureValue,
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
enum crossTenantAccessPolicyTargetConfigurationAccessType {
|
|
1800
|
+
allowed,
|
|
1801
|
+
blocked,
|
|
1802
|
+
unknownFutureValue,
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
enum crossTenantAccessPolicyTargetType {
|
|
1806
|
+
user,
|
|
1807
|
+
group,
|
|
1808
|
+
application,
|
|
1809
|
+
unknownFutureValue,
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
enum customSecurityAttributeComparisonOperator {
|
|
1813
|
+
equals,
|
|
1814
|
+
unknownFutureValue,
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
enum federatedIdpMfaBehavior {
|
|
1818
|
+
acceptIfMfaDoneByFederatedIdp,
|
|
1819
|
+
enforceMfaByFederatedIdp,
|
|
1820
|
+
rejectMfaByFederatedIdp,
|
|
1821
|
+
unknownFutureValue,
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
enum kind {
|
|
1825
|
+
unrestricted,
|
|
1826
|
+
allowedTenants,
|
|
1827
|
+
unknownFutureValue,
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
enum labelKind {
|
|
1831
|
+
all,
|
|
1832
|
+
enumerated,
|
|
1833
|
+
unknownFutureValue,
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
enum layoutTemplateType {
|
|
1837
|
+
default,
|
|
1838
|
+
verticalSplit,
|
|
1839
|
+
unknownFutureValue,
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
enum onPremisesDirectorySynchronizationDeletionPreventionType {
|
|
1843
|
+
disabled,
|
|
1844
|
+
enabledForCount,
|
|
1845
|
+
enabledForPercentage,
|
|
1846
|
+
unknownFutureValue,
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
enum partnerTenantType {
|
|
1850
|
+
microsoftSupport,
|
|
1851
|
+
syndicatePartner,
|
|
1852
|
+
breadthPartner,
|
|
1853
|
+
breadthPartnerDelegatedAdmin,
|
|
1854
|
+
resellerPartnerDelegatedAdmin,
|
|
1855
|
+
valueAddedResellerPartnerDelegatedAdmin,
|
|
1856
|
+
unknownFutureValue,
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
enum permissionClassificationType {
|
|
1860
|
+
low,
|
|
1861
|
+
medium,
|
|
1862
|
+
high,
|
|
1863
|
+
unknownFutureValue,
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
enum permissionKind {
|
|
1867
|
+
all,
|
|
1868
|
+
enumerated,
|
|
1869
|
+
allPermissionsOnResourceApp,
|
|
1870
|
+
unknownFutureValue,
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1874
|
+
enum permissionType {
|
|
1875
|
+
application,
|
|
1876
|
+
delegated,
|
|
1877
|
+
delegatedUserConsentable,
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
enum perUserMfaState {
|
|
1881
|
+
disabled,
|
|
1882
|
+
enforced,
|
|
1883
|
+
enabled,
|
|
1884
|
+
unknownFutureValue,
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
1888
|
+
enum phoneType {
|
|
1889
|
+
home,
|
|
1890
|
+
business,
|
|
1891
|
+
mobile,
|
|
1892
|
+
other,
|
|
1893
|
+
assistant,
|
|
1894
|
+
homeFax,
|
|
1895
|
+
businessFax,
|
|
1896
|
+
otherFax,
|
|
1897
|
+
pager,
|
|
1898
|
+
radio,
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
enum promptLoginBehavior {
|
|
1902
|
+
translateToFreshPasswordAuthentication,
|
|
1903
|
+
nativeSupport,
|
|
1904
|
+
disabled,
|
|
1905
|
+
unknownFutureValue,
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
enum resourceScopeType {
|
|
1909
|
+
group,
|
|
1910
|
+
chat,
|
|
1911
|
+
tenant,
|
|
1912
|
+
unknownFutureValue,
|
|
1913
|
+
team,
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
enum rootDomains {
|
|
1917
|
+
none,
|
|
1918
|
+
all,
|
|
1919
|
+
allFederated,
|
|
1920
|
+
allManaged,
|
|
1921
|
+
enumerated,
|
|
1922
|
+
allManagedAndEnumeratedFederated,
|
|
1923
|
+
unknownFutureValue,
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
enum scopeCollectionKind {
|
|
1927
|
+
allAllowed,
|
|
1928
|
+
enumerated,
|
|
1929
|
+
none,
|
|
1930
|
+
scopeKindNotSet,
|
|
1931
|
+
unknownFutureValue,
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
@graphFlags
|
|
1935
|
+
enum weakAlgorithms {
|
|
1936
|
+
rsaSha1,
|
|
1937
|
+
unknownFutureValue,
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
}
|