@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,4412 @@
|
|
|
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
|
+
@deprecatedDefinition("Removal", "<ChangeLogCategory>", "2021-09-03", "2023-10-01", "The grantedToIdentities property is deprecated. Please refer to grantedToIdentitiesV2")
|
|
11
|
+
// Metadata item DeprecatedDefinition_Removal was already defined with a different value.
|
|
12
|
+
@publicNamespace("microsoft.graph")
|
|
13
|
+
namespace reference.`microsoft.graph` {
|
|
14
|
+
@open
|
|
15
|
+
@complex model accessAction {
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@complex model addIn {
|
|
19
|
+
id: guid | null;
|
|
20
|
+
properties: keyValue[];
|
|
21
|
+
type: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@complex model album {
|
|
25
|
+
coverImageItemId: string | null;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@complex model allDeviceRegistrationMembership extends deviceRegistrationMembership {
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@complex model alternativeSecurityId {
|
|
32
|
+
identityProvider: string | null;
|
|
33
|
+
key: binary | null;
|
|
34
|
+
type: int32 | null;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@complex model apiApplication {
|
|
38
|
+
acceptMappedClaims: boolean | null;
|
|
39
|
+
knownClientApplications: guid | null;
|
|
40
|
+
oauth2PermissionScopes: permissionScope[];
|
|
41
|
+
preAuthorizedApplications: preAuthorizedApplication[] | null;
|
|
42
|
+
requestedAccessTokenVersion: int32 | null;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@complex model appIdentity {
|
|
46
|
+
appId: string | null;
|
|
47
|
+
displayName: string | null;
|
|
48
|
+
servicePrincipalId: string | null;
|
|
49
|
+
servicePrincipalName: string | null;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@complex model applicationServicePrincipal {
|
|
53
|
+
@references application: application | null;
|
|
54
|
+
@references servicePrincipal: servicePrincipal | null;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@complex model appliedConditionalAccessPolicy {
|
|
58
|
+
displayName: string | null;
|
|
59
|
+
enforcedGrantControls: string[] | null;
|
|
60
|
+
enforcedSessionControls: string[] | null;
|
|
61
|
+
id: string | null;
|
|
62
|
+
result: appliedConditionalAccessPolicyResult | null;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@complex model appManagementApplicationConfiguration extends appManagementConfiguration {
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@abstract
|
|
69
|
+
@complex model appManagementConfiguration {
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@complex model appRole {
|
|
78
|
+
allowedMemberTypes: string[];
|
|
79
|
+
description: string | null;
|
|
80
|
+
displayName: string | null;
|
|
81
|
+
id: guid;
|
|
82
|
+
isEnabled: boolean;
|
|
83
|
+
origin: string | null;
|
|
84
|
+
value: string | null;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@complex model assignedLabel {
|
|
88
|
+
displayName: string | null;
|
|
89
|
+
labelId: string | null;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@complex model assignedLicense {
|
|
93
|
+
disabledPlans: guid;
|
|
94
|
+
skuId: guid | null;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@complex model assignedPlan {
|
|
98
|
+
assignedDateTime: offsetDateTime | null;
|
|
99
|
+
capabilityStatus: string | null;
|
|
100
|
+
service: string | null;
|
|
101
|
+
servicePlanId: guid | null;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
@complex model attendanceInterval {
|
|
105
|
+
durationInSeconds: int32 | null;
|
|
106
|
+
joinDateTime: offsetDateTime | null;
|
|
107
|
+
leaveDateTime: offsetDateTime | null;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@complex model attributeDefinition {
|
|
111
|
+
anchor: boolean;
|
|
112
|
+
apiExpressions: stringKeyStringValuePair[] | null;
|
|
113
|
+
caseExact: boolean;
|
|
114
|
+
defaultValue: string | null;
|
|
115
|
+
flowNullValues: boolean;
|
|
116
|
+
metadata: attributeDefinitionMetadataEntry[] | null;
|
|
117
|
+
multivalued: boolean;
|
|
118
|
+
mutability: mutability;
|
|
119
|
+
name: string | null;
|
|
120
|
+
referencedObjects: referencedObject[] | null;
|
|
121
|
+
required: boolean;
|
|
122
|
+
type: attributeType;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@complex model attributeDefinitionMetadataEntry {
|
|
126
|
+
key: attributeDefinitionMetadata | null;
|
|
127
|
+
value: string | null;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
@complex model attributeMapping {
|
|
131
|
+
defaultValue: string | null;
|
|
132
|
+
exportMissingReferences: boolean;
|
|
133
|
+
flowBehavior: attributeFlowBehavior;
|
|
134
|
+
flowType: attributeFlowType;
|
|
135
|
+
matchingPriority: int32;
|
|
136
|
+
source: attributeMappingSource | null;
|
|
137
|
+
targetAttributeName: string | null;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@complex model attributeMappingParameterSchema {
|
|
141
|
+
allowMultipleOccurrences: boolean;
|
|
142
|
+
name: string | null;
|
|
143
|
+
required: boolean;
|
|
144
|
+
type: attributeType;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
@complex model attributeMappingSource {
|
|
148
|
+
expression: string | null;
|
|
149
|
+
name: string | null;
|
|
150
|
+
parameters: stringKeyAttributeMappingSourceValuePair[] | null;
|
|
151
|
+
type: attributeMappingSourceType;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@complex model audio {
|
|
155
|
+
album: string | null;
|
|
156
|
+
albumArtist: string | null;
|
|
157
|
+
artist: string | null;
|
|
158
|
+
bitrate: int64 | null;
|
|
159
|
+
composers: string | null;
|
|
160
|
+
copyright: string | null;
|
|
161
|
+
disc: int16 | null;
|
|
162
|
+
discCount: int16 | null;
|
|
163
|
+
`duration`: int64 | null;
|
|
164
|
+
genre: string | null;
|
|
165
|
+
hasDrm: boolean | null;
|
|
166
|
+
isVariableBitrate: boolean | null;
|
|
167
|
+
title: string | null;
|
|
168
|
+
track: int32 | null;
|
|
169
|
+
trackCount: int32 | null;
|
|
170
|
+
year: int32 | null;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@complex model audioConferencing {
|
|
174
|
+
conferenceId: string | null;
|
|
175
|
+
dialinUrl: string | null;
|
|
176
|
+
tollFreeNumber: string | null;
|
|
177
|
+
tollFreeNumbers: string[] | null;
|
|
178
|
+
tollNumber: string | null;
|
|
179
|
+
tollNumbers: string[] | null;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
@complex model auditActivityInitiator {
|
|
183
|
+
app: appIdentity | null;
|
|
184
|
+
user: userIdentity | null;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
@complex model authorizationInfo {
|
|
188
|
+
certificateUserIds: string[] | null;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
@complex model azureADJoinPolicy {
|
|
192
|
+
allowedToJoin: deviceRegistrationMembership | null;
|
|
193
|
+
isAdminConfigurable: boolean | null;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@complex model azureADRegistrationPolicy {
|
|
197
|
+
allowedToRegister: deviceRegistrationMembership | null;
|
|
198
|
+
isAdminConfigurable: boolean | null;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@complex model booleanColumn {
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
@complex model broadcastMeetingCaptionSettings {
|
|
205
|
+
isCaptionEnabled: boolean | null;
|
|
206
|
+
spokenLanguage: string | null;
|
|
207
|
+
translationLanguages: string[] | null;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
@complex model broadcastMeetingSettings {
|
|
211
|
+
allowedAudience: broadcastMeetingAudience | null;
|
|
212
|
+
captions: broadcastMeetingCaptionSettings | null;
|
|
213
|
+
isAttendeeReportEnabled: boolean | null;
|
|
214
|
+
isQuestionAndAnswerEnabled: boolean | null;
|
|
215
|
+
isRecordingEnabled: boolean | null;
|
|
216
|
+
isVideoOnDemandEnabled: boolean | null;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
@complex model bundle {
|
|
220
|
+
album: album | null;
|
|
221
|
+
childCount: int32 | null;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@complex model calculatedColumn {
|
|
225
|
+
format: string | null;
|
|
226
|
+
formula: string | null;
|
|
227
|
+
outputType: string | null;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
@complex model certificateAuthority {
|
|
231
|
+
certificate: binary;
|
|
232
|
+
certificateRevocationListUrl: string | null;
|
|
233
|
+
deltaCertificateRevocationListUrl: string | null;
|
|
234
|
+
isRootAuthority: boolean;
|
|
235
|
+
issuer: string;
|
|
236
|
+
issuerSki: string;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
@complex model changeNotification {
|
|
240
|
+
changeType: changeType;
|
|
241
|
+
clientState: string | null;
|
|
242
|
+
encryptedContent: changeNotificationEncryptedContent | null;
|
|
243
|
+
id: string | null;
|
|
244
|
+
lifecycleEvent: lifecycleEventType | null;
|
|
245
|
+
resource: string;
|
|
246
|
+
resourceData: resourceData | null;
|
|
247
|
+
subscriptionExpirationDateTime: offsetDateTime;
|
|
248
|
+
subscriptionId: guid;
|
|
249
|
+
tenantId: guid;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@complex model changeNotificationCollection {
|
|
253
|
+
validationTokens: string[] | null;
|
|
254
|
+
value: changeNotification[];
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
@complex model changeNotificationEncryptedContent {
|
|
258
|
+
data: string;
|
|
259
|
+
dataKey: string;
|
|
260
|
+
dataSignature: string;
|
|
261
|
+
encryptionCertificateId: string;
|
|
262
|
+
encryptionCertificateThumbprint: string;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
@complex model chatInfo {
|
|
266
|
+
messageId: string | null;
|
|
267
|
+
replyChainMessageId: string | null;
|
|
268
|
+
threadId: string | null;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
@complex model choiceColumn {
|
|
272
|
+
allowTextEntry: boolean | null;
|
|
273
|
+
choices: string[] | null;
|
|
274
|
+
displayAs: string | null;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@complex model columnValidation {
|
|
278
|
+
defaultLanguage: string | null;
|
|
279
|
+
descriptions: displayNameLocalization[] | null;
|
|
280
|
+
formula: string | null;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
@complex model commentAction {
|
|
284
|
+
isReply: boolean | null;
|
|
285
|
+
parentAuthor: identitySet | null;
|
|
286
|
+
participants: identitySet[] | null;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@open
|
|
290
|
+
@complex model ComplexExtensionValue {
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
@complex model containerFilter {
|
|
294
|
+
includedContainers: string[] | null;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@complex model contentApprovalStatusColumn {
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
@complex model contentCustomization {
|
|
301
|
+
attributeCollection: keyValue[];
|
|
302
|
+
attributeCollectionRelativeUrl: string | null;
|
|
303
|
+
registrationCampaign: keyValue[];
|
|
304
|
+
registrationCampaignRelativeUrl: string | null;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
@complex model contentTypeInfo {
|
|
308
|
+
id: string | null;
|
|
309
|
+
name: string | null;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
@complex model contentTypeOrder {
|
|
313
|
+
default: boolean | null;
|
|
314
|
+
position: int32 | null;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
@complex model createAction {
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
@complex model crossTenantAccessPolicyB2BSetting {
|
|
321
|
+
applications: crossTenantAccessPolicyTargetConfiguration | null;
|
|
322
|
+
usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
@complex model crossTenantAccessPolicyInboundTrust {
|
|
326
|
+
isCompliantDeviceAccepted: boolean | null;
|
|
327
|
+
isHybridAzureADJoinedDeviceAccepted: boolean | null;
|
|
328
|
+
isMfaAccepted: boolean | null;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
@complex model crossTenantAccessPolicyTarget {
|
|
332
|
+
target: string | null;
|
|
333
|
+
targetType: crossTenantAccessPolicyTargetType | null;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
@complex model crossTenantAccessPolicyTargetConfiguration {
|
|
337
|
+
accessType: crossTenantAccessPolicyTargetConfigurationAccessType | null;
|
|
338
|
+
targets: crossTenantAccessPolicyTarget[] | null;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
@complex model crossTenantUserSyncInbound {
|
|
342
|
+
isSyncAllowed: boolean | null;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
@complex model currencyColumn {
|
|
346
|
+
locale: string | null;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
@complex model customAppManagementConfiguration extends appManagementConfiguration {
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
@open
|
|
353
|
+
@complex model customSecurityAttributeValue {
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
@complex model dateTimeColumn {
|
|
357
|
+
displayAs: string | null;
|
|
358
|
+
format: string | null;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
@complex model dateTimeTimeZone {
|
|
362
|
+
dateTime: string;
|
|
363
|
+
timeZone: string | null;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
@complex model defaultColumnValue {
|
|
367
|
+
formula: string | null;
|
|
368
|
+
value: string | null;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
@complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
@complex model defaultUserRolePermissions {
|
|
375
|
+
allowedToCreateApps: boolean;
|
|
376
|
+
allowedToCreateSecurityGroups: boolean;
|
|
377
|
+
allowedToCreateTenants: boolean | null;
|
|
378
|
+
allowedToReadBitlockerKeysForOwnedDevice: boolean | null;
|
|
379
|
+
allowedToReadOtherUsers: boolean;
|
|
380
|
+
permissionGrantPoliciesAssigned: string[] | null;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
@complex model deleteAction {
|
|
384
|
+
name: string | null;
|
|
385
|
+
objectType: string | null;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
@complex model deleted {
|
|
389
|
+
state: string | null;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
@open
|
|
393
|
+
@complex model detailsInfo {
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
@complex model deviceDetail {
|
|
397
|
+
browser: string | null;
|
|
398
|
+
deviceId: string | null;
|
|
399
|
+
displayName: string | null;
|
|
400
|
+
isCompliant: boolean | null;
|
|
401
|
+
isManaged: boolean | null;
|
|
402
|
+
operatingSystem: string | null;
|
|
403
|
+
trustType: string | null;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
@complex model deviceLocalCredential {
|
|
407
|
+
accountName: string;
|
|
408
|
+
accountSid: string;
|
|
409
|
+
backupDateTime: offsetDateTime;
|
|
410
|
+
passwordBase64: string;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
@complex model deviceRegistrationMembership {
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
@open
|
|
417
|
+
@complex model Dictionary {
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
@complex model displayNameLocalization {
|
|
421
|
+
displayName: string | null;
|
|
422
|
+
languageTag: string | null;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
@complex model documentSet {
|
|
426
|
+
allowedContentTypes: contentTypeInfo[] | null;
|
|
427
|
+
defaultContents: documentSetContent[] | null;
|
|
428
|
+
propagateWelcomePageChanges: boolean | null;
|
|
429
|
+
shouldPrefixNameToFile: boolean | null;
|
|
430
|
+
welcomePageUrl: string | null;
|
|
431
|
+
@references sharedColumns: columnDefinition[];
|
|
432
|
+
@references welcomePageColumns: columnDefinition[];
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
@complex model documentSetContent {
|
|
436
|
+
contentType: contentTypeInfo | null;
|
|
437
|
+
fileName: string | null;
|
|
438
|
+
folderName: string | null;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
@complex model documentSetVersionItem {
|
|
442
|
+
itemId: string | null;
|
|
443
|
+
title: string | null;
|
|
444
|
+
versionId: string | null;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
@complex model domainState {
|
|
448
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
449
|
+
operation: string | null;
|
|
450
|
+
status: string | null;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
@complex model driveItemSource {
|
|
454
|
+
application: driveItemSourceApplication | null;
|
|
455
|
+
externalId: string | null;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
@complex model driveItemUploadableProperties {
|
|
459
|
+
description: string | null;
|
|
460
|
+
driveItemSource: driveItemSource | null;
|
|
461
|
+
fileSize: int64 | null;
|
|
462
|
+
fileSystemInfo: fileSystemInfo | null;
|
|
463
|
+
mediaSource: mediaSource | null;
|
|
464
|
+
name: string | null;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
@complex model driveRecipient {
|
|
468
|
+
`alias`: string | null;
|
|
469
|
+
email: string | null;
|
|
470
|
+
objectId: string | null;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
@complex model editAction {
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@complex model emailAddress {
|
|
477
|
+
address: string | null;
|
|
478
|
+
name: string | null;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
@complex model employeeOrgData {
|
|
482
|
+
costCenter: string | null;
|
|
483
|
+
division: string | null;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
@complex model enumeratedDeviceRegistrationMembership extends deviceRegistrationMembership {
|
|
487
|
+
groups: string[] | null;
|
|
488
|
+
users: string[] | null;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
@complex model expressionInputObject {
|
|
492
|
+
definition: objectDefinition | null;
|
|
493
|
+
properties: stringKeyObjectValuePair[] | null;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
@complex model extensionSchemaProperty {
|
|
497
|
+
name: string | null;
|
|
498
|
+
type: string | null;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
@complex model extractSensitivityLabelsResult {
|
|
502
|
+
labels: sensitivityLabelAssignment[] | null;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@complex model file {
|
|
506
|
+
hashes: hashes | null;
|
|
507
|
+
mimeType: string | null;
|
|
508
|
+
processingMetadata: boolean | null;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
@open
|
|
512
|
+
@complex model fileStorageContainerCustomPropertyDictionary extends Dictionary {
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
@complex model fileStorageContainerCustomPropertyValue {
|
|
516
|
+
isSearchable: boolean | null;
|
|
517
|
+
value: string;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
@complex model fileStorageContainerSettings {
|
|
521
|
+
isItemVersioningEnabled: boolean | null;
|
|
522
|
+
isOcrEnabled: boolean | null;
|
|
523
|
+
itemMajorVersionLimit: int32 | null;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
@complex model fileStorageContainerTypeRegistrationSettings {
|
|
527
|
+
isDiscoverabilityEnabled: boolean | null;
|
|
528
|
+
isItemVersioningEnabled: boolean | null;
|
|
529
|
+
isSearchEnabled: boolean | null;
|
|
530
|
+
isSharingRestricted: boolean | null;
|
|
531
|
+
itemMajorVersionLimit: int64 | null;
|
|
532
|
+
maxStoragePerContainerInBytes: int64 | null;
|
|
533
|
+
sharingCapability: sharingCapabilities | null;
|
|
534
|
+
urlTemplate: string | null;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
@complex model fileStorageContainerTypeSettings {
|
|
538
|
+
consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
|
|
539
|
+
isDiscoverabilityEnabled: boolean | null;
|
|
540
|
+
isItemVersioningEnabled: boolean | null;
|
|
541
|
+
isSearchEnabled: boolean | null;
|
|
542
|
+
isSharingRestricted: boolean | null;
|
|
543
|
+
itemMajorVersionLimit: int64 | null;
|
|
544
|
+
maxStoragePerContainerInBytes: int64 | null;
|
|
545
|
+
sharingCapability: sharingCapabilities | null;
|
|
546
|
+
urlTemplate: string | null;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
@complex model fileStorageContainerViewpoint {
|
|
550
|
+
effectiveRole: string;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
@complex model fileSystemInfo {
|
|
554
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
555
|
+
@computed lastAccessedDateTime: offsetDateTime | null;
|
|
556
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
@complex model filter {
|
|
560
|
+
categoryFilterGroups: filterGroup[] | null;
|
|
561
|
+
groups: filterGroup[] | null;
|
|
562
|
+
inputFilterGroups: filterGroup[] | null;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
@complex model filterClause {
|
|
566
|
+
operatorName: string | null;
|
|
567
|
+
sourceOperandName: string | null;
|
|
568
|
+
targetOperand: filterOperand | null;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
@complex model filterGroup {
|
|
572
|
+
clauses: filterClause[] | null;
|
|
573
|
+
name: string | null;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
@complex model filterOperand {
|
|
577
|
+
values: string[] | null;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
@complex model folder {
|
|
581
|
+
childCount: int32 | null;
|
|
582
|
+
view: folderView | null;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
@complex model folderView {
|
|
586
|
+
sortBy: string | null;
|
|
587
|
+
sortOrder: string | null;
|
|
588
|
+
viewType: string | null;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
@complex model geoCoordinates {
|
|
592
|
+
altitude: float64 | null;
|
|
593
|
+
latitude: float64 | null;
|
|
594
|
+
longitude: float64 | null;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
@complex model geolocationColumn {
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
@complex model groupFilter {
|
|
601
|
+
includedGroups: string[] | null;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
@complex model hashes {
|
|
605
|
+
crc32Hash: string | null;
|
|
606
|
+
quickXorHash: string | null;
|
|
607
|
+
sha1Hash: string | null;
|
|
608
|
+
sha256Hash: string | null;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
@complex model hyperlinkOrPictureColumn {
|
|
612
|
+
isPicture: boolean | null;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
@open
|
|
616
|
+
@complex model identity {
|
|
617
|
+
displayName: string | null;
|
|
618
|
+
id: string | null;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
@open
|
|
622
|
+
@complex model identitySet {
|
|
623
|
+
application: identity | null;
|
|
624
|
+
device: identity | null;
|
|
625
|
+
user: identity | null;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
@complex model idleSessionSignOut {
|
|
629
|
+
isEnabled: boolean | null;
|
|
630
|
+
signOutAfterInSeconds: int64 | null;
|
|
631
|
+
warnAfterInSeconds: int64 | null;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
@complex model image {
|
|
635
|
+
height: int32 | null;
|
|
636
|
+
width: int32 | null;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
@complex model implicitGrantSettings {
|
|
640
|
+
enableAccessTokenIssuance: boolean | null;
|
|
641
|
+
enableIdTokenIssuance: boolean | null;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
@complex model inboundOutboundPolicyConfiguration {
|
|
645
|
+
inboundAllowed: boolean | null;
|
|
646
|
+
outboundAllowed: boolean | null;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
@open
|
|
650
|
+
@complex model incompleteData {
|
|
651
|
+
missingDataBeforeDateTime: offsetDateTime | null;
|
|
652
|
+
wasThrottled: boolean | null;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
@complex model informationalUrl {
|
|
656
|
+
logoUrl: string | null;
|
|
657
|
+
marketingUrl: string | null;
|
|
658
|
+
privacyStatementUrl: string | null;
|
|
659
|
+
supportUrl: string | null;
|
|
660
|
+
termsOfServiceUrl: string | null;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
@open
|
|
664
|
+
@complex model initiator extends identity {
|
|
665
|
+
initiatorType: initiatorType | null;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
@complex model instanceResourceAccess {
|
|
669
|
+
permissions: resourcePermission[];
|
|
670
|
+
resourceAppId: string;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
@complex model invitationRedemptionIdentityProviderConfiguration {
|
|
674
|
+
fallbackIdentityProvider: b2bIdentityProvidersType | null;
|
|
675
|
+
primaryIdentityProviderPrecedenceOrder: b2bIdentityProvidersType[] | null;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
@complex model invitedUserMessageInfo {
|
|
679
|
+
ccRecipients: recipient[] | null;
|
|
680
|
+
customizedMessageBody: string | null;
|
|
681
|
+
messageLanguage: string | null;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
@open
|
|
685
|
+
@complex model itemActionStat {
|
|
686
|
+
actionCount: int32 | null;
|
|
687
|
+
actorCount: int32 | null;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
@complex model itemBody {
|
|
691
|
+
content: string | null;
|
|
692
|
+
contentType: bodyType | null;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
@complex model itemPreviewInfo {
|
|
696
|
+
getUrl: string | null;
|
|
697
|
+
postParameters: string | null;
|
|
698
|
+
postUrl: string | null;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
@complex model itemReference {
|
|
702
|
+
driveId: string | null;
|
|
703
|
+
driveType: string | null;
|
|
704
|
+
id: string | null;
|
|
705
|
+
name: string | null;
|
|
706
|
+
path: string | null;
|
|
707
|
+
shareId: string | null;
|
|
708
|
+
sharepointIds: sharepointIds | null;
|
|
709
|
+
siteId: string | null;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
@complex model joinMeetingIdSettings {
|
|
713
|
+
isPasscodeRequired: boolean | null;
|
|
714
|
+
joinMeetingId: string | null;
|
|
715
|
+
passcode: string | null;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
@complex model Json {
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
@complex model keyCredential {
|
|
722
|
+
customKeyIdentifier: binary | null;
|
|
723
|
+
displayName: string | null;
|
|
724
|
+
endDateTime: offsetDateTime | null;
|
|
725
|
+
key: binary | null;
|
|
726
|
+
keyId: guid | null;
|
|
727
|
+
startDateTime: offsetDateTime | null;
|
|
728
|
+
type: string | null;
|
|
729
|
+
usage: string | null;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
@complex model keyValue {
|
|
734
|
+
key: string | null;
|
|
735
|
+
value: string | null;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
@complex model keyValuePair {
|
|
739
|
+
name: string;
|
|
740
|
+
value: string | null;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
@complex model licenseAssignmentState {
|
|
744
|
+
assignedByGroup: string | null;
|
|
745
|
+
disabledPlans: guid | null;
|
|
746
|
+
error: string | null;
|
|
747
|
+
@computed lastUpdatedDateTime: offsetDateTime | null;
|
|
748
|
+
skuId: guid | null;
|
|
749
|
+
state: string | null;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
@complex model licenseProcessingState {
|
|
753
|
+
state: string | null;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
@complex model licenseUnitsDetail {
|
|
757
|
+
enabled: int32 | null;
|
|
758
|
+
suspended: int32 | null;
|
|
759
|
+
warning: int32 | null;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
@complex model listInfo {
|
|
763
|
+
contentTypesEnabled: boolean | null;
|
|
764
|
+
hidden: boolean | null;
|
|
765
|
+
template: string | null;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
@complex model lobbyBypassSettings {
|
|
769
|
+
isDialInBypassEnabled: boolean | null;
|
|
770
|
+
scope: lobbyBypassScope | null;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@complex model localAdminPasswordSettings {
|
|
774
|
+
isEnabled: boolean | null;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
@complex model loginPageLayoutConfiguration {
|
|
778
|
+
isFooterShown: boolean | null;
|
|
779
|
+
isHeaderShown: boolean | null;
|
|
780
|
+
layoutTemplateType: layoutTemplateType | null;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
@complex model loginPageTextVisibilitySettings {
|
|
784
|
+
hideAccountResetCredentials: boolean | null;
|
|
785
|
+
hideCannotAccessYourAccount: boolean | null;
|
|
786
|
+
hideForgotMyPassword: boolean | null;
|
|
787
|
+
hidePrivacyAndCookies: boolean | null;
|
|
788
|
+
hideResetItNow: boolean | null;
|
|
789
|
+
hideTermsOfUse: boolean | null;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
@complex model lookupColumn {
|
|
793
|
+
allowMultipleValues: boolean | null;
|
|
794
|
+
allowUnlimitedLength: boolean | null;
|
|
795
|
+
columnName: string | null;
|
|
796
|
+
listId: string | null;
|
|
797
|
+
primaryLookupColumnId: string | null;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
@complex model malware {
|
|
801
|
+
description: string | null;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
@complex model mediaSource {
|
|
805
|
+
contentCategory: mediaSourceContentCategory | null;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
@complex model meetingParticipantInfo {
|
|
809
|
+
identity: identitySet | null;
|
|
810
|
+
role: onlineMeetingRole | null;
|
|
811
|
+
upn: string | null;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
@complex model meetingParticipants {
|
|
815
|
+
attendees: meetingParticipantInfo[] | null;
|
|
816
|
+
organizer: meetingParticipantInfo | null;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
@complex model mentionAction {
|
|
820
|
+
mentionees: identitySet[] | null;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
@complex model metaDataKeyStringPair {
|
|
824
|
+
key: string | null;
|
|
825
|
+
value: string | null;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
@complex model metaDataKeyValuePair {
|
|
829
|
+
key: string | null;
|
|
830
|
+
value: Json | null;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
@complex model modifiedProperty {
|
|
834
|
+
displayName: string | null;
|
|
835
|
+
newValue: string | null;
|
|
836
|
+
oldValue: string | null;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
@complex model moveAction {
|
|
840
|
+
from: string | null;
|
|
841
|
+
to: string | null;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
@complex model noDeviceRegistrationMembership extends deviceRegistrationMembership {
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
@complex model numberColumn {
|
|
848
|
+
decimalPlaces: string | null;
|
|
849
|
+
displayAs: string | null;
|
|
850
|
+
maximum: float64 | null;
|
|
851
|
+
minimum: float64 | null;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
@complex model objectDefinition {
|
|
855
|
+
attributes: attributeDefinition[] | null;
|
|
856
|
+
metadata: objectDefinitionMetadataEntry[] | null;
|
|
857
|
+
name: string | null;
|
|
858
|
+
supportedApis: string[] | null;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
@complex model objectDefinitionMetadataEntry {
|
|
862
|
+
key: objectDefinitionMetadata | null;
|
|
863
|
+
value: string | null;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
@complex model objectIdentity {
|
|
867
|
+
issuer: string | null;
|
|
868
|
+
issuerAssignedId: string | null;
|
|
869
|
+
signInType: string | null;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
@complex model objectMapping {
|
|
873
|
+
attributeMappings: attributeMapping[] | null;
|
|
874
|
+
enabled: boolean;
|
|
875
|
+
flowTypes: objectFlowTypes;
|
|
876
|
+
metadata: objectMappingMetadataEntry[] | null;
|
|
877
|
+
name: string | null;
|
|
878
|
+
scope: filter | null;
|
|
879
|
+
sourceObjectName: string | null;
|
|
880
|
+
targetObjectName: string | null;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
@complex model objectMappingMetadataEntry {
|
|
884
|
+
key: objectMappingMetadata | null;
|
|
885
|
+
value: string | null;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
@complex model onlineMeetingRestricted {
|
|
889
|
+
contentSharingDisabled: onlineMeetingContentSharingDisabledReason | null;
|
|
890
|
+
videoDisabled: onlineMeetingVideoDisabledReason | null;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
@complex model onPremisesAccidentalDeletionPrevention {
|
|
894
|
+
alertThreshold: int32 | null;
|
|
895
|
+
synchronizationPreventionType: onPremisesDirectorySynchronizationDeletionPreventionType | null;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
@complex model onPremisesDirectorySynchronizationConfiguration {
|
|
899
|
+
accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
@complex model onPremisesDirectorySynchronizationFeature {
|
|
903
|
+
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
904
|
+
blockSoftMatchEnabled: boolean | null;
|
|
905
|
+
bypassDirSyncOverridesEnabled: boolean | null;
|
|
906
|
+
cloudPasswordPolicyForPasswordSyncedUsersEnabled: boolean | null;
|
|
907
|
+
concurrentCredentialUpdateEnabled: boolean | null;
|
|
908
|
+
concurrentOrgIdProvisioningEnabled: boolean | null;
|
|
909
|
+
deviceWritebackEnabled: boolean | null;
|
|
910
|
+
directoryExtensionsEnabled: boolean | null;
|
|
911
|
+
fopeConflictResolutionEnabled: boolean | null;
|
|
912
|
+
groupWriteBackEnabled: boolean | null;
|
|
913
|
+
passwordSyncEnabled: boolean | null;
|
|
914
|
+
passwordWritebackEnabled: boolean | null;
|
|
915
|
+
quarantineUponProxyAddressesConflictEnabled: boolean | null;
|
|
916
|
+
quarantineUponUpnConflictEnabled: boolean | null;
|
|
917
|
+
softMatchOnUpnEnabled: boolean | null;
|
|
918
|
+
synchronizeUpnForManagedUsersEnabled: boolean | null;
|
|
919
|
+
unifiedGroupWritebackEnabled: boolean | null;
|
|
920
|
+
userForcePasswordChangeOnLogonEnabled: boolean | null;
|
|
921
|
+
userWritebackEnabled: boolean | null;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
@complex model onPremisesExtensionAttributes {
|
|
925
|
+
extensionAttribute1: string | null;
|
|
926
|
+
extensionAttribute10: string | null;
|
|
927
|
+
extensionAttribute11: string | null;
|
|
928
|
+
extensionAttribute12: string | null;
|
|
929
|
+
extensionAttribute13: string | null;
|
|
930
|
+
extensionAttribute14: string | null;
|
|
931
|
+
extensionAttribute15: string | null;
|
|
932
|
+
extensionAttribute2: string | null;
|
|
933
|
+
extensionAttribute3: string | null;
|
|
934
|
+
extensionAttribute4: string | null;
|
|
935
|
+
extensionAttribute5: string | null;
|
|
936
|
+
extensionAttribute6: string | null;
|
|
937
|
+
extensionAttribute7: string | null;
|
|
938
|
+
extensionAttribute8: string | null;
|
|
939
|
+
extensionAttribute9: string | null;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
@complex model onPremisesProvisioningError {
|
|
943
|
+
category: string | null;
|
|
944
|
+
occurredDateTime: offsetDateTime | null;
|
|
945
|
+
propertyCausingError: string | null;
|
|
946
|
+
value: string | null;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
@complex model optionalClaim {
|
|
950
|
+
additionalProperties: string[] | null;
|
|
951
|
+
essential: boolean;
|
|
952
|
+
name: string;
|
|
953
|
+
source: string | null;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
@complex model optionalClaims {
|
|
957
|
+
accessToken: optionalClaim[] | null;
|
|
958
|
+
idToken: optionalClaim[] | null;
|
|
959
|
+
saml2Token: optionalClaim[] | null;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
@complex model `package` {
|
|
963
|
+
type: string | null;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
@complex model parentalControlSettings {
|
|
967
|
+
countriesBlockedForMinors: string[] | null;
|
|
968
|
+
legalAgeGroupRule: string | null;
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
@complex model parseExpressionResponse {
|
|
972
|
+
error: publicError | null;
|
|
973
|
+
evaluationResult: string[] | null;
|
|
974
|
+
evaluationSucceeded: boolean;
|
|
975
|
+
parsedExpression: attributeMappingSource | null;
|
|
976
|
+
parsingSucceeded: boolean;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
@complex model passwordCredential {
|
|
980
|
+
customKeyIdentifier: binary | null;
|
|
981
|
+
displayName: string | null;
|
|
982
|
+
endDateTime: offsetDateTime | null;
|
|
983
|
+
hint: string | null;
|
|
984
|
+
keyId: guid | null;
|
|
985
|
+
secretText: string | null;
|
|
986
|
+
startDateTime: offsetDateTime | null;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
@complex model passwordProfile {
|
|
991
|
+
forceChangePasswordNextSignIn: boolean | null;
|
|
992
|
+
forceChangePasswordNextSignInWithMfa: boolean | null;
|
|
993
|
+
password: string | null;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
@complex model pendingContentUpdate {
|
|
997
|
+
queuedDateTime: offsetDateTime | null;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
@complex model pendingOperations {
|
|
1001
|
+
pendingContentUpdate: pendingContentUpdate | null;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
@complex model permissionScope {
|
|
1005
|
+
adminConsentDescription: string | null;
|
|
1006
|
+
adminConsentDisplayName: string | null;
|
|
1007
|
+
id: guid;
|
|
1008
|
+
isEnabled: boolean;
|
|
1009
|
+
origin: string | null;
|
|
1010
|
+
type: string | null;
|
|
1011
|
+
userConsentDescription: string | null;
|
|
1012
|
+
userConsentDisplayName: string | null;
|
|
1013
|
+
value: string | null;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
@complex model personOrGroupColumn {
|
|
1017
|
+
allowMultipleSelection: boolean | null;
|
|
1018
|
+
chooseFromType: string | null;
|
|
1019
|
+
displayAs: string | null;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
@complex model phone {
|
|
1023
|
+
language: string | null;
|
|
1024
|
+
number: string | null;
|
|
1025
|
+
region: string | null;
|
|
1026
|
+
type: phoneType | null;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
@complex model photo {
|
|
1030
|
+
cameraMake: string | null;
|
|
1031
|
+
cameraModel: string | null;
|
|
1032
|
+
exposureDenominator: float64 | null;
|
|
1033
|
+
exposureNumerator: float64 | null;
|
|
1034
|
+
fNumber: float64 | null;
|
|
1035
|
+
focalLength: float64 | null;
|
|
1036
|
+
iso: int32 | null;
|
|
1037
|
+
orientation: int16 | null;
|
|
1038
|
+
takenDateTime: offsetDateTime | null;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
@complex model physicalOfficeAddress {
|
|
1042
|
+
city: string | null;
|
|
1043
|
+
countryOrRegion: string | null;
|
|
1044
|
+
officeLocation: string | null;
|
|
1045
|
+
postalCode: string | null;
|
|
1046
|
+
state: string | null;
|
|
1047
|
+
street: string | null;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
@complex model preAuthorizedApplication {
|
|
1051
|
+
appId: string | null;
|
|
1052
|
+
delegatedPermissionIds: string[];
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
@complex model presenceStatusMessage {
|
|
1056
|
+
expiryDateTime: dateTimeTimeZone | null;
|
|
1057
|
+
message: itemBody | null;
|
|
1058
|
+
publishedDateTime: offsetDateTime | null;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
@complex model privacyProfile {
|
|
1062
|
+
contactEmail: string | null;
|
|
1063
|
+
statementUrl: string | null;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
@complex model profileCardAnnotation {
|
|
1067
|
+
displayName: string | null;
|
|
1068
|
+
localizations: displayNameLocalization[] | null;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
@open
|
|
1072
|
+
@complex model provisionedIdentity extends identity {
|
|
1073
|
+
details: detailsInfo | null;
|
|
1074
|
+
identityType: string | null;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
@complex model provisionedPlan {
|
|
1078
|
+
capabilityStatus: string | null;
|
|
1079
|
+
provisioningStatus: string | null;
|
|
1080
|
+
service: string | null;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
@complex model provisioningErrorInfo {
|
|
1084
|
+
additionalDetails: string | null;
|
|
1085
|
+
errorCategory: provisioningStatusErrorCategory | null;
|
|
1086
|
+
errorCode: string | null;
|
|
1087
|
+
reason: string | null;
|
|
1088
|
+
recommendedAction: string | null;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
@open
|
|
1092
|
+
@complex model provisioningServicePrincipal extends identity {
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
@complex model provisioningStatusInfo {
|
|
1096
|
+
errorInformation: provisioningErrorInfo | null;
|
|
1097
|
+
status: provisioningResult | null;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
@complex model provisioningStep {
|
|
1101
|
+
description: string | null;
|
|
1102
|
+
details: detailsInfo | null;
|
|
1103
|
+
name: string | null;
|
|
1104
|
+
provisioningStepType: provisioningStepType | null;
|
|
1105
|
+
status: provisioningResult | null;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
@open
|
|
1109
|
+
@complex model provisioningSystem extends identity {
|
|
1110
|
+
details: detailsInfo | null;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
@complex model publicationFacet {
|
|
1114
|
+
checkedOutBy: identitySet | null;
|
|
1115
|
+
level: string | null;
|
|
1116
|
+
versionId: string | null;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
@complex model publicClientApplication {
|
|
1120
|
+
redirectUris: string[];
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
@complex model publicError {
|
|
1124
|
+
code: string | null;
|
|
1125
|
+
details: publicErrorDetail[] | null;
|
|
1126
|
+
innerError: publicInnerError | null;
|
|
1127
|
+
message: string | null;
|
|
1128
|
+
target: string | null;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
@complex model publicErrorDetail {
|
|
1132
|
+
code: string | null;
|
|
1133
|
+
message: string | null;
|
|
1134
|
+
target: string | null;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
@complex model publicErrorResponse {
|
|
1138
|
+
error: publicError | null;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
@open
|
|
1142
|
+
@complex model publicInnerError {
|
|
1143
|
+
code: string | null;
|
|
1144
|
+
details: publicErrorDetail[] | null;
|
|
1145
|
+
message: string | null;
|
|
1146
|
+
target: string | null;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
@complex model quota {
|
|
1150
|
+
deleted: int64 | null;
|
|
1151
|
+
remaining: int64 | null;
|
|
1152
|
+
state: string | null;
|
|
1153
|
+
storagePlanInformation: storagePlanInformation | null;
|
|
1154
|
+
total: int64 | null;
|
|
1155
|
+
used: int64 | null;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
@complex model reactionsFacet {
|
|
1159
|
+
commentCount: int32 | null;
|
|
1160
|
+
likeCount: int32 | null;
|
|
1161
|
+
shareCount: int32 | null;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
@complex model recipient {
|
|
1165
|
+
emailAddress: emailAddress | null;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
@complex model recycleBinSettings {
|
|
1169
|
+
retentionPeriodOverrideDays: int32 | null;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
@complex model redirectUriSettings {
|
|
1173
|
+
index: int32 | null;
|
|
1174
|
+
uri: string | null;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
@complex model referencedObject {
|
|
1178
|
+
referencedObjectName: string | null;
|
|
1179
|
+
referencedProperty: string | null;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
@complex model remoteItem {
|
|
1183
|
+
createdBy: identitySet | null;
|
|
1184
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1185
|
+
file: file | null;
|
|
1186
|
+
fileSystemInfo: fileSystemInfo | null;
|
|
1187
|
+
folder: folder | null;
|
|
1188
|
+
id: string | null;
|
|
1189
|
+
image: image | null;
|
|
1190
|
+
lastModifiedBy: identitySet | null;
|
|
1191
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
1192
|
+
name: string | null;
|
|
1193
|
+
`package`: `package` | null;
|
|
1194
|
+
parentReference: itemReference | null;
|
|
1195
|
+
shared: shared | null;
|
|
1196
|
+
sharepointIds: sharepointIds | null;
|
|
1197
|
+
size: int64 | null;
|
|
1198
|
+
specialFolder: specialFolder | null;
|
|
1199
|
+
video: video | null;
|
|
1200
|
+
webDavUrl: string | null;
|
|
1201
|
+
webUrl: string | null;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
@complex model renameAction {
|
|
1205
|
+
newName: string | null;
|
|
1206
|
+
oldName: string | null;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
@complex model requestSignatureVerification {
|
|
1210
|
+
allowedWeakAlgorithms: weakAlgorithms | null;
|
|
1211
|
+
isSignedRequestRequired: boolean;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
@complex model requiredResourceAccess {
|
|
1215
|
+
resourceAccess: resourceAccess[];
|
|
1216
|
+
resourceAppId: string;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
@complex model resourceAccess {
|
|
1220
|
+
id: guid;
|
|
1221
|
+
type: string | null;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
@open
|
|
1225
|
+
@complex model resourceData {
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
@complex model resourcePermission {
|
|
1229
|
+
type: string;
|
|
1230
|
+
value: string;
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
@complex model restoreAction {
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
@complex model retentionLabelSettings {
|
|
1237
|
+
behaviorDuringRetentionPeriod: reference.`microsoft.graph.security`.behaviorDuringRetentionPeriod | null;
|
|
1238
|
+
isContentUpdateAllowed: boolean | null;
|
|
1239
|
+
isDeleteAllowed: boolean | null;
|
|
1240
|
+
isLabelUpdateAllowed: boolean | null;
|
|
1241
|
+
isMetadataUpdateAllowed: boolean | null;
|
|
1242
|
+
isRecordLocked: boolean | null;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
@complex model root {
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
@complex model samlSingleSignOnSettings {
|
|
1249
|
+
relayState: string | null;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
@complex model searchResult {
|
|
1253
|
+
onClickTelemetryUrl: string | null;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
@complex model sensitivityLabelAssignment {
|
|
1257
|
+
assignmentMethod: sensitivityLabelAssignmentMethod;
|
|
1258
|
+
sensitivityLabelId: string;
|
|
1259
|
+
tenantId: string;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
@complex model serverProcessedContent {
|
|
1263
|
+
htmlStrings: metaDataKeyStringPair[] | null;
|
|
1264
|
+
imageSources: metaDataKeyStringPair[] | null;
|
|
1265
|
+
links: metaDataKeyStringPair[] | null;
|
|
1266
|
+
searchablePlainTexts: metaDataKeyStringPair[] | null;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
@complex model serviceHealthIssuePost {
|
|
1270
|
+
@computed createdDateTime: offsetDateTime;
|
|
1271
|
+
description: itemBody | null;
|
|
1272
|
+
postType: postType | null;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
@complex model servicePlanInfo {
|
|
1276
|
+
appliesTo: string | null;
|
|
1277
|
+
provisioningStatus: string | null;
|
|
1278
|
+
servicePlanId: guid | null;
|
|
1279
|
+
servicePlanName: string | null;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
@complex model servicePrincipalLockConfiguration {
|
|
1283
|
+
allProperties: boolean | null;
|
|
1284
|
+
credentialsWithUsageSign: boolean | null;
|
|
1285
|
+
credentialsWithUsageVerify: boolean | null;
|
|
1286
|
+
isEnabled: boolean;
|
|
1287
|
+
tokenEncryptionKeyId: boolean | null;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
@complex model serviceUpdateMessageViewpoint {
|
|
1291
|
+
isArchived: boolean | null;
|
|
1292
|
+
isFavorited: boolean | null;
|
|
1293
|
+
isRead: boolean | null;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
@complex model settingTemplateValue {
|
|
1297
|
+
defaultValue: string | null;
|
|
1298
|
+
description: string | null;
|
|
1299
|
+
name: string | null;
|
|
1300
|
+
type: string | null;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
@complex model settingValue {
|
|
1304
|
+
name: string | null;
|
|
1305
|
+
value: string | null;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
@complex model shareAction {
|
|
1309
|
+
recipients: identitySet[] | null;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
@complex model shared {
|
|
1313
|
+
owner: identitySet | null;
|
|
1314
|
+
scope: string | null;
|
|
1315
|
+
sharedBy: identitySet | null;
|
|
1316
|
+
sharedDateTime: offsetDateTime | null;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
@open
|
|
1320
|
+
@complex model sharePointIdentity extends identity {
|
|
1321
|
+
loginName: string | null;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
@open
|
|
1325
|
+
@complex model sharePointIdentitySet extends identitySet {
|
|
1326
|
+
group: identity | null;
|
|
1327
|
+
siteGroup: sharePointIdentity | null;
|
|
1328
|
+
siteUser: sharePointIdentity | null;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
@complex model sharepointIds {
|
|
1332
|
+
listId: string | null;
|
|
1333
|
+
listItemId: string | null;
|
|
1334
|
+
listItemUniqueId: string | null;
|
|
1335
|
+
siteId: string | null;
|
|
1336
|
+
siteUrl: string | null;
|
|
1337
|
+
tenantId: string | null;
|
|
1338
|
+
webId: string | null;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
@complex model sharePointMigrationContainerInfo {
|
|
1342
|
+
dataContainerUri: string;
|
|
1343
|
+
encryptionKey: string;
|
|
1344
|
+
metadataContainerUri: string;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
@complex model sharingInvitation {
|
|
1348
|
+
email: string | null;
|
|
1349
|
+
invitedBy: identitySet | null;
|
|
1350
|
+
redeemedBy: string | null;
|
|
1351
|
+
signInRequired: boolean | null;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
@complex model sharingLink {
|
|
1355
|
+
application: identity | null;
|
|
1356
|
+
preventsDownload: boolean | null;
|
|
1357
|
+
scope: string | null;
|
|
1358
|
+
type: string | null;
|
|
1359
|
+
webHtml: string | null;
|
|
1360
|
+
webUrl: string | null;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
@complex model signInActivity {
|
|
1364
|
+
@computed lastNonInteractiveSignInDateTime: offsetDateTime | null;
|
|
1365
|
+
lastNonInteractiveSignInRequestId: string | null;
|
|
1366
|
+
@computed lastSignInDateTime: offsetDateTime | null;
|
|
1367
|
+
lastSignInRequestId: string | null;
|
|
1368
|
+
@computed lastSuccessfulSignInDateTime: offsetDateTime | null;
|
|
1369
|
+
lastSuccessfulSignInRequestId: string | null;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
@complex model signingCertificateUpdateStatus {
|
|
1373
|
+
certificateUpdateResult: string | null;
|
|
1374
|
+
@computed lastRunDateTime: offsetDateTime | null;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
@complex model signInLocation {
|
|
1378
|
+
city: string | null;
|
|
1379
|
+
countryOrRegion: string | null;
|
|
1380
|
+
geoCoordinates: geoCoordinates | null;
|
|
1381
|
+
state: string | null;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
@complex model signInStatus {
|
|
1385
|
+
additionalDetails: string | null;
|
|
1386
|
+
errorCode: int32 | null;
|
|
1387
|
+
failureReason: string | null;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
@complex model siteArchivalDetails {
|
|
1391
|
+
archiveStatus: siteArchiveStatus | null;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
@complex model siteCollection {
|
|
1395
|
+
archivalDetails: siteArchivalDetails | null;
|
|
1396
|
+
dataLocationCode: string | null;
|
|
1397
|
+
hostname: string | null;
|
|
1398
|
+
root: root | null;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
@complex model spaApplication {
|
|
1402
|
+
redirectUris: string[];
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
@complex model specialFolder {
|
|
1406
|
+
name: string | null;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
@complex model storagePlanInformation {
|
|
1410
|
+
upgradeAvailable: boolean | null;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
@complex model stringKeyAttributeMappingSourceValuePair {
|
|
1414
|
+
key: string | null;
|
|
1415
|
+
value: attributeMappingSource | null;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
@complex model stringKeyLongValuePair {
|
|
1419
|
+
key: string | null;
|
|
1420
|
+
value: int64;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
@open
|
|
1424
|
+
@complex model stringKeyObjectValuePair {
|
|
1425
|
+
key: string | null;
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
@complex model stringKeyStringValuePair {
|
|
1429
|
+
key: string | null;
|
|
1430
|
+
value: string | null;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
@complex model synchronizationError {
|
|
1434
|
+
code: string | null;
|
|
1435
|
+
message: string | null;
|
|
1436
|
+
tenantActionable: boolean;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
@complex model synchronizationJobApplicationParameters {
|
|
1440
|
+
ruleId: string | null;
|
|
1441
|
+
subjects: synchronizationJobSubject[] | null;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
@complex model synchronizationJobRestartCriteria {
|
|
1445
|
+
resetScope: synchronizationJobRestartScope | null;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
@complex model synchronizationJobSubject {
|
|
1449
|
+
links: synchronizationLinkedObjects | null;
|
|
1450
|
+
objectId: string | null;
|
|
1451
|
+
objectTypeName: string | null;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
@complex model synchronizationLinkedObjects {
|
|
1455
|
+
manager: synchronizationJobSubject | null;
|
|
1456
|
+
members: synchronizationJobSubject[] | null;
|
|
1457
|
+
owners: synchronizationJobSubject[] | null;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
@complex model synchronizationMetadataEntry {
|
|
1461
|
+
key: synchronizationMetadata | null;
|
|
1462
|
+
value: string | null;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
@complex model synchronizationProgress {
|
|
1466
|
+
completedUnits: int64;
|
|
1467
|
+
progressObservationDateTime: offsetDateTime;
|
|
1468
|
+
totalUnits: int64;
|
|
1469
|
+
units: string | null;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
@complex model synchronizationQuarantine {
|
|
1473
|
+
currentBegan: offsetDateTime;
|
|
1474
|
+
error: synchronizationError | null;
|
|
1475
|
+
nextAttempt: offsetDateTime;
|
|
1476
|
+
reason: quarantineReason;
|
|
1477
|
+
seriesBegan: offsetDateTime;
|
|
1478
|
+
seriesCount: int64;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
@complex model synchronizationRule {
|
|
1482
|
+
containerFilter: containerFilter | null;
|
|
1483
|
+
editable: boolean;
|
|
1484
|
+
groupFilter: groupFilter | null;
|
|
1485
|
+
id: string | null;
|
|
1486
|
+
metadata: stringKeyStringValuePair[] | null;
|
|
1487
|
+
name: string | null;
|
|
1488
|
+
objectMappings: objectMapping[] | null;
|
|
1489
|
+
priority: int32;
|
|
1490
|
+
sourceDirectoryName: string | null;
|
|
1491
|
+
targetDirectoryName: string | null;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
@complex model synchronizationSchedule {
|
|
1495
|
+
expiration: offsetDateTime | null;
|
|
1496
|
+
interval: duration;
|
|
1497
|
+
state: synchronizationScheduleState;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
@complex model synchronizationSecretKeyStringValuePair {
|
|
1501
|
+
key: synchronizationSecret;
|
|
1502
|
+
value: string | null;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
@complex model synchronizationStatus {
|
|
1506
|
+
code: synchronizationStatusCode;
|
|
1507
|
+
countSuccessiveCompleteFailures: int64;
|
|
1508
|
+
escrowsPruned: boolean;
|
|
1509
|
+
lastExecution: synchronizationTaskExecution | null;
|
|
1510
|
+
lastSuccessfulExecution: synchronizationTaskExecution | null;
|
|
1511
|
+
lastSuccessfulExecutionWithExports: synchronizationTaskExecution | null;
|
|
1512
|
+
progress: synchronizationProgress[] | null;
|
|
1513
|
+
quarantine: synchronizationQuarantine | null;
|
|
1514
|
+
steadyStateFirstAchievedTime: offsetDateTime;
|
|
1515
|
+
steadyStateLastAchievedTime: offsetDateTime;
|
|
1516
|
+
synchronizedEntryCountByType: stringKeyLongValuePair[] | null;
|
|
1517
|
+
troubleshootingUrl: string | null;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
@complex model synchronizationTaskExecution {
|
|
1521
|
+
activityIdentifier: string | null;
|
|
1522
|
+
countEntitled: int64;
|
|
1523
|
+
countEntitledForProvisioning: int64;
|
|
1524
|
+
countEscrowed: int64;
|
|
1525
|
+
countEscrowedRaw: int64;
|
|
1526
|
+
countExported: int64;
|
|
1527
|
+
countExports: int64;
|
|
1528
|
+
countImported: int64;
|
|
1529
|
+
countImportedDeltas: int64;
|
|
1530
|
+
countImportedReferenceDeltas: int64;
|
|
1531
|
+
error: synchronizationError | null;
|
|
1532
|
+
state: synchronizationTaskExecutionResult;
|
|
1533
|
+
timeBegan: offsetDateTime;
|
|
1534
|
+
timeEnded: offsetDateTime;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
@complex model systemFacet {
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
@complex model targetResource {
|
|
1541
|
+
displayName: string | null;
|
|
1542
|
+
groupType: groupType | null;
|
|
1543
|
+
id: string | null;
|
|
1544
|
+
modifiedProperties: modifiedProperty[] | null;
|
|
1545
|
+
type: string | null;
|
|
1546
|
+
userPrincipalName: string | null;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
@complex model tenantInformation {
|
|
1550
|
+
defaultDomainName: string | null;
|
|
1551
|
+
displayName: string | null;
|
|
1552
|
+
federationBrandName: string | null;
|
|
1553
|
+
tenantId: string;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
@complex model termColumn {
|
|
1557
|
+
allowMultipleValues: boolean | null;
|
|
1558
|
+
showFullyQualifiedName: boolean | null;
|
|
1559
|
+
@references parentTerm: reference.`microsoft.graph.termStore`.term | null;
|
|
1560
|
+
@references termSet: reference.`microsoft.graph.termStore`.set | null;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
@complex model textColumn {
|
|
1564
|
+
allowMultipleLines: boolean | null;
|
|
1565
|
+
appendChangesToExistingText: boolean | null;
|
|
1566
|
+
linesForEditing: int32 | null;
|
|
1567
|
+
maxLength: int32 | null;
|
|
1568
|
+
textType: string | null;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
@complex model thumbnail {
|
|
1572
|
+
content: stream | null;
|
|
1573
|
+
height: int32 | null;
|
|
1574
|
+
sourceItemId: string | null;
|
|
1575
|
+
url: string | null;
|
|
1576
|
+
width: int32 | null;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
@complex model thumbnailColumn {
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
@open
|
|
1583
|
+
@complex model titleArea {
|
|
1584
|
+
alternativeText: string | null;
|
|
1585
|
+
enableGradientEffect: boolean | null;
|
|
1586
|
+
imageWebUrl: string | null;
|
|
1587
|
+
layout: titleAreaLayoutType | null;
|
|
1588
|
+
serverProcessedContent: serverProcessedContent | null;
|
|
1589
|
+
showAuthor: boolean | null;
|
|
1590
|
+
showPublishedDate: boolean | null;
|
|
1591
|
+
showTextBlockAboveTitle: boolean | null;
|
|
1592
|
+
textAboveTitle: string | null;
|
|
1593
|
+
textAlignment: titleAreaTextAlignmentType | null;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
@complex model unifiedRolePermission {
|
|
1597
|
+
allowedResourceActions: string[];
|
|
1598
|
+
condition: string | null;
|
|
1599
|
+
excludedResourceActions: string[] | null;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
@complex model uploadSession {
|
|
1603
|
+
expirationDateTime: offsetDateTime | null;
|
|
1604
|
+
nextExpectedRanges: string[] | null;
|
|
1605
|
+
uploadUrl: string | null;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
@open
|
|
1609
|
+
@complex model userIdentity extends identity {
|
|
1610
|
+
ipAddress: string | null;
|
|
1611
|
+
userPrincipalName: string | null;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
@complex model userRegistrationFeatureCount {
|
|
1615
|
+
feature: authenticationMethodFeature;
|
|
1616
|
+
userCount: int64;
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
@complex model userRegistrationFeatureSummary {
|
|
1620
|
+
totalUserCount: int64;
|
|
1621
|
+
userRegistrationFeatureCounts: userRegistrationFeatureCount[];
|
|
1622
|
+
userRoles: includedUserRoles | null;
|
|
1623
|
+
userTypes: includedUserTypes | null;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
@complex model userRegistrationMethodCount {
|
|
1627
|
+
authenticationMethod: string;
|
|
1628
|
+
userCount: int64;
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
@complex model userRegistrationMethodSummary {
|
|
1632
|
+
totalUserCount: int64;
|
|
1633
|
+
userRegistrationMethodCounts: userRegistrationMethodCount[];
|
|
1634
|
+
userRoles: includedUserRoles | null;
|
|
1635
|
+
userTypes: includedUserTypes | null;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
@complex model verifiedDomain {
|
|
1639
|
+
capabilities: string | null;
|
|
1640
|
+
isDefault: boolean | null;
|
|
1641
|
+
isInitial: boolean | null;
|
|
1642
|
+
name: string | null;
|
|
1643
|
+
type: string | null;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
@complex model versionAction {
|
|
1647
|
+
newVersion: string | null;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
@complex model video {
|
|
1651
|
+
audioBitsPerSample: int32 | null;
|
|
1652
|
+
audioChannels: int32 | null;
|
|
1653
|
+
audioFormat: string | null;
|
|
1654
|
+
audioSamplesPerSecond: int32 | null;
|
|
1655
|
+
bitrate: int32 | null;
|
|
1656
|
+
`duration`: int64 | null;
|
|
1657
|
+
fourCC: string | null;
|
|
1658
|
+
frameRate: float64 | null;
|
|
1659
|
+
height: int32 | null;
|
|
1660
|
+
width: int32 | null;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
@complex model watermarkProtectionValues {
|
|
1664
|
+
isEnabledForContentSharing: boolean | null;
|
|
1665
|
+
isEnabledForVideo: boolean | null;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
@complex model webApplication {
|
|
1669
|
+
homePageUrl: string | null;
|
|
1670
|
+
implicitGrantSettings: implicitGrantSettings | null;
|
|
1671
|
+
logoutUrl: string | null;
|
|
1672
|
+
redirectUris: string[];
|
|
1673
|
+
redirectUriSettings: redirectUriSettings[];
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
@complex model webPartData {
|
|
1677
|
+
dataVersion: string | null;
|
|
1678
|
+
description: string | null;
|
|
1679
|
+
properties: Json | null;
|
|
1680
|
+
serverProcessedContent: serverProcessedContent | null;
|
|
1681
|
+
title: string | null;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
@complex model webPartPosition {
|
|
1685
|
+
columnId: float64 | null;
|
|
1686
|
+
horizontalSectionId: float64 | null;
|
|
1687
|
+
isInVerticalSection: boolean | null;
|
|
1688
|
+
webPartIndex: float64 | null;
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
@entity model activityBasedTimeoutPolicy extends stsPolicy {
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
@entity model admin extends MsGraph.SharedModels.entity {
|
|
1695
|
+
@contains people: peopleAdminSettings | null;
|
|
1696
|
+
@contains serviceAnnouncement: serviceAnnouncement | null;
|
|
1697
|
+
@contains sharepoint: sharepoint | null;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
@open
|
|
1701
|
+
@entity model administrativeUnit extends directoryObject {
|
|
1702
|
+
description: string | null;
|
|
1703
|
+
displayName: string | null;
|
|
1704
|
+
isMemberManagementRestricted: boolean | null;
|
|
1705
|
+
membershipRule: string | null;
|
|
1706
|
+
membershipRuleProcessingState: string | null;
|
|
1707
|
+
membershipType: string | null;
|
|
1708
|
+
visibility: string | null;
|
|
1709
|
+
@references members: directoryObject[];
|
|
1710
|
+
@contains scopedRoleMembers: scopedRoleMembership[];
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
@entity model allowedValue extends entity {
|
|
1714
|
+
isActive: boolean | null;
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
@open
|
|
1718
|
+
@entity model application extends directoryObject {
|
|
1719
|
+
addIns: addIn[];
|
|
1720
|
+
api: apiApplication | null;
|
|
1721
|
+
appId: string | null;
|
|
1722
|
+
applicationTemplateId: string | null;
|
|
1723
|
+
appRoles: appRole[];
|
|
1724
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1725
|
+
defaultRedirectUri: string | null;
|
|
1726
|
+
description: string | null;
|
|
1727
|
+
disabledByMicrosoftStatus: string | null;
|
|
1728
|
+
displayName: string | null;
|
|
1729
|
+
groupMembershipClaims: string | null;
|
|
1730
|
+
identifierUris: string[];
|
|
1731
|
+
info: informationalUrl | null;
|
|
1732
|
+
isDeviceOnlyAuthSupported: boolean | null;
|
|
1733
|
+
isFallbackPublicClient: boolean | null;
|
|
1734
|
+
keyCredentials: keyCredential[];
|
|
1735
|
+
logo: stream;
|
|
1736
|
+
notes: string | null;
|
|
1737
|
+
oauth2RequirePostResponse: boolean;
|
|
1738
|
+
optionalClaims: optionalClaims | null;
|
|
1739
|
+
parentalControlSettings: parentalControlSettings | null;
|
|
1740
|
+
passwordCredentials: passwordCredential[];
|
|
1741
|
+
publicClient: publicClientApplication | null;
|
|
1742
|
+
publisherDomain: string | null;
|
|
1743
|
+
requestSignatureVerification: requestSignatureVerification | null;
|
|
1744
|
+
requiredResourceAccess: requiredResourceAccess[];
|
|
1745
|
+
serviceManagementReference: string | null;
|
|
1746
|
+
servicePrincipalLockConfiguration: servicePrincipalLockConfiguration | null;
|
|
1747
|
+
signInAudience: string | null;
|
|
1748
|
+
spa: spaApplication | null;
|
|
1749
|
+
tags: string[];
|
|
1750
|
+
tokenEncryptionKeyId: guid | null;
|
|
1751
|
+
uniqueName: string | null;
|
|
1752
|
+
web: webApplication | null;
|
|
1753
|
+
@references appManagementPolicies: appManagementPolicy[];
|
|
1754
|
+
@references createdOnBehalfOf: directoryObject | null;
|
|
1755
|
+
@contains extensionProperties: extensionProperty[];
|
|
1756
|
+
@contains federatedIdentityCredentials: federatedIdentityCredential[];
|
|
1757
|
+
@references owners: directoryObject[];
|
|
1758
|
+
@contains synchronization: synchronization | null;
|
|
1759
|
+
@references tokenIssuancePolicies: tokenIssuancePolicy[];
|
|
1760
|
+
@references tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
@entity model applicationTemplate extends entity {
|
|
1764
|
+
categories: string[] | null;
|
|
1765
|
+
description: string | null;
|
|
1766
|
+
displayName: string | null;
|
|
1767
|
+
homePageUrl: string | null;
|
|
1768
|
+
logoUrl: string | null;
|
|
1769
|
+
publisher: string | null;
|
|
1770
|
+
supportedProvisioningTypes: string[] | null;
|
|
1771
|
+
supportedSingleSignOnModes: string[] | null;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
@entity model appManagementPolicy extends policyBase {
|
|
1775
|
+
isEnabled: boolean;
|
|
1776
|
+
restrictions: customAppManagementConfiguration | null;
|
|
1777
|
+
@references appliesTo: directoryObject[];
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
@entity model appRoleAssignment extends directoryObject {
|
|
1781
|
+
appRoleId: guid;
|
|
1782
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1783
|
+
principalDisplayName: string | null;
|
|
1784
|
+
principalId: guid | null;
|
|
1785
|
+
principalType: string | null;
|
|
1786
|
+
resourceDisplayName: string | null;
|
|
1787
|
+
resourceId: guid | null;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
@entity model appScope extends entity {
|
|
1791
|
+
displayName: string | null;
|
|
1792
|
+
type: string | null;
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
@entity model attendanceRecord extends entity {
|
|
1796
|
+
attendanceIntervals: attendanceInterval[] | null;
|
|
1797
|
+
emailAddress: string | null;
|
|
1798
|
+
identity: identity | null;
|
|
1799
|
+
role: string | null;
|
|
1800
|
+
totalAttendanceInSeconds: int32 | null;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
@entity model attributeMappingFunctionSchema extends entity {
|
|
1804
|
+
parameters: attributeMappingParameterSchema[] | null;
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
@entity model attributeSet extends entity {
|
|
1808
|
+
description: string | null;
|
|
1809
|
+
maxAttributesPerSet: int32 | null;
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
@entity model auditLogRoot extends MsGraph.SharedModels.entity {
|
|
1813
|
+
@contains directoryAudits: directoryAudit[];
|
|
1814
|
+
@contains provisioning: provisioningObjectSummary[];
|
|
1815
|
+
@contains signIns: signIn[];
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
@entity model authenticationMethodsRoot extends entity {
|
|
1819
|
+
@contains userRegistrationDetails: userRegistrationDetails[];
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
@entity model authorizationPolicy extends policyBase {
|
|
1823
|
+
allowedToSignUpEmailBasedSubscriptions: boolean;
|
|
1824
|
+
allowedToUseSSPR: boolean;
|
|
1825
|
+
allowEmailVerifiedUsersToJoinOrganization: boolean;
|
|
1826
|
+
allowInvitesFrom: allowInvitesFrom | null;
|
|
1827
|
+
allowUserConsentForRiskyApps: boolean | null;
|
|
1828
|
+
blockMsolPowerShell: boolean | null;
|
|
1829
|
+
defaultUserRolePermissions: defaultUserRolePermissions;
|
|
1830
|
+
guestUserRoleId: guid | null;
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
@abstract
|
|
1834
|
+
@entity model baseItem extends entity {
|
|
1835
|
+
createdBy: identitySet | null;
|
|
1836
|
+
@computed createdDateTime: offsetDateTime;
|
|
1837
|
+
description: string | null;
|
|
1838
|
+
eTag: string | null;
|
|
1839
|
+
lastModifiedBy: identitySet | null;
|
|
1840
|
+
@computed lastModifiedDateTime: offsetDateTime;
|
|
1841
|
+
name: string | null;
|
|
1842
|
+
parentReference: itemReference | null;
|
|
1843
|
+
webUrl: string | null;
|
|
1844
|
+
@references createdByUser: user | null;
|
|
1845
|
+
@references lastModifiedByUser: user | null;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
@abstract
|
|
1849
|
+
@entity model baseItemVersion extends entity {
|
|
1850
|
+
lastModifiedBy: identitySet | null;
|
|
1851
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
1852
|
+
publication: publicationFacet | null;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
@entity model baseSitePage extends baseItem {
|
|
1856
|
+
pageLayout: pageLayoutType | null;
|
|
1857
|
+
publishingState: publicationFacet | null;
|
|
1858
|
+
title: string | null;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
@entity model bulkUpload extends entity {
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
@entity model canvasLayout extends entity {
|
|
1865
|
+
@contains horizontalSections: horizontalSection[];
|
|
1866
|
+
@contains verticalSection: verticalSection | null;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
@entity model certificateBasedAuthConfiguration extends entity {
|
|
1870
|
+
certificateAuthorities: certificateAuthority[];
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
@entity model claimsMappingPolicy extends stsPolicy {
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
@entity model cloudCommunications extends MsGraph.SharedModels.entity {
|
|
1877
|
+
@contains onlineMeetings: onlineMeeting[];
|
|
1878
|
+
@contains presences: presence[];
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
@entity model columnDefinition extends entity {
|
|
1882
|
+
`boolean`: booleanColumn | null;
|
|
1883
|
+
calculated: calculatedColumn | null;
|
|
1884
|
+
choice: choiceColumn | null;
|
|
1885
|
+
columnGroup: string | null;
|
|
1886
|
+
contentApprovalStatus: contentApprovalStatusColumn | null;
|
|
1887
|
+
currency: currencyColumn | null;
|
|
1888
|
+
dateTime: dateTimeColumn | null;
|
|
1889
|
+
defaultValue: defaultColumnValue | null;
|
|
1890
|
+
description: string | null;
|
|
1891
|
+
displayName: string | null;
|
|
1892
|
+
enforceUniqueValues: boolean | null;
|
|
1893
|
+
geolocation: geolocationColumn | null;
|
|
1894
|
+
hidden: boolean | null;
|
|
1895
|
+
hyperlinkOrPicture: hyperlinkOrPictureColumn | null;
|
|
1896
|
+
indexed: boolean | null;
|
|
1897
|
+
isDeletable: boolean | null;
|
|
1898
|
+
isReorderable: boolean | null;
|
|
1899
|
+
isSealed: boolean | null;
|
|
1900
|
+
lookup: lookupColumn | null;
|
|
1901
|
+
name: string | null;
|
|
1902
|
+
number: numberColumn | null;
|
|
1903
|
+
personOrGroup: personOrGroupColumn | null;
|
|
1904
|
+
propagateChanges: boolean | null;
|
|
1905
|
+
readOnly: boolean | null;
|
|
1906
|
+
required: boolean | null;
|
|
1907
|
+
sourceContentType: contentTypeInfo | null;
|
|
1908
|
+
term: termColumn | null;
|
|
1909
|
+
text: textColumn | null;
|
|
1910
|
+
thumbnail: thumbnailColumn | null;
|
|
1911
|
+
type: columnTypes | null;
|
|
1912
|
+
validation: columnValidation | null;
|
|
1913
|
+
@references sourceColumn: columnDefinition | null;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
@entity model columnLink extends entity {
|
|
1917
|
+
name: string | null;
|
|
1918
|
+
}
|
|
1919
|
+
|
|
1920
|
+
@entity model companySubscription extends entity {
|
|
1921
|
+
commerceSubscriptionId: string | null;
|
|
1922
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
1923
|
+
isTrial: boolean | null;
|
|
1924
|
+
nextLifecycleDateTime: offsetDateTime | null;
|
|
1925
|
+
ownerId: string | null;
|
|
1926
|
+
ownerTenantId: string | null;
|
|
1927
|
+
ownerType: string | null;
|
|
1928
|
+
serviceStatus: servicePlanInfo[];
|
|
1929
|
+
skuId: string | null;
|
|
1930
|
+
skuPartNumber: string | null;
|
|
1931
|
+
status: string | null;
|
|
1932
|
+
totalLicenses: int32 | null;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
@entity model contentType extends entity {
|
|
1936
|
+
associatedHubsUrls: string[] | null;
|
|
1937
|
+
description: string | null;
|
|
1938
|
+
documentSet: documentSet | null;
|
|
1939
|
+
documentTemplate: documentSetContent | null;
|
|
1940
|
+
group: string | null;
|
|
1941
|
+
hidden: boolean | null;
|
|
1942
|
+
inheritedFrom: itemReference | null;
|
|
1943
|
+
isBuiltIn: boolean | null;
|
|
1944
|
+
name: string | null;
|
|
1945
|
+
order: contentTypeOrder | null;
|
|
1946
|
+
parentId: string | null;
|
|
1947
|
+
propagateChanges: boolean | null;
|
|
1948
|
+
readOnly: boolean | null;
|
|
1949
|
+
sealed: boolean | null;
|
|
1950
|
+
@references base: contentType | null;
|
|
1951
|
+
@references baseTypes: contentType[];
|
|
1952
|
+
@contains columnLinks: columnLink[];
|
|
1953
|
+
@references columnPositions: columnDefinition[];
|
|
1954
|
+
@contains columns: columnDefinition[];
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1957
|
+
@open
|
|
1958
|
+
@entity model contract extends directoryObject {
|
|
1959
|
+
contractType: string | null;
|
|
1960
|
+
customerId: guid | null;
|
|
1961
|
+
defaultDomainName: string | null;
|
|
1962
|
+
displayName: string | null;
|
|
1963
|
+
}
|
|
1964
|
+
|
|
1965
|
+
@entity model crossTenantAccessPolicy extends policyBase {
|
|
1966
|
+
@contains default: crossTenantAccessPolicyConfigurationDefault | null;
|
|
1967
|
+
@contains partners: crossTenantAccessPolicyConfigurationPartner[];
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
@entity model crossTenantAccessPolicyConfigurationDefault extends entity {
|
|
1971
|
+
automaticUserConsentSettings: inboundOutboundPolicyConfiguration | null;
|
|
1972
|
+
b2bCollaborationInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1973
|
+
b2bCollaborationOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1974
|
+
b2bDirectConnectInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1975
|
+
b2bDirectConnectOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1976
|
+
inboundTrust: crossTenantAccessPolicyInboundTrust | null;
|
|
1977
|
+
invitationRedemptionIdentityProviderConfiguration: defaultInvitationRedemptionIdentityProviderConfiguration | null;
|
|
1978
|
+
isServiceDefault: boolean | null;
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1981
|
+
@entity model crossTenantAccessPolicyConfigurationPartner extends MsGraph.SharedModels.entity {
|
|
1982
|
+
automaticUserConsentSettings: inboundOutboundPolicyConfiguration | null;
|
|
1983
|
+
b2bCollaborationInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1984
|
+
b2bCollaborationOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1985
|
+
b2bDirectConnectInbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1986
|
+
b2bDirectConnectOutbound: crossTenantAccessPolicyB2BSetting | null;
|
|
1987
|
+
inboundTrust: crossTenantAccessPolicyInboundTrust | null;
|
|
1988
|
+
isServiceProvider: boolean | null;
|
|
1989
|
+
@computed @key tenantId: string;
|
|
1990
|
+
@contains identitySynchronization: crossTenantIdentitySyncPolicyPartner | null;
|
|
1991
|
+
}
|
|
1992
|
+
|
|
1993
|
+
@entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
|
|
1994
|
+
displayName: string | null;
|
|
1995
|
+
@computed @key tenantId: string;
|
|
1996
|
+
userSyncInbound: crossTenantUserSyncInbound | null;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
@entity model customSecurityAttributeDefinition extends entity {
|
|
2000
|
+
attributeSet: string;
|
|
2001
|
+
description: string | null;
|
|
2002
|
+
isCollection: boolean;
|
|
2003
|
+
isSearchable: boolean | null;
|
|
2004
|
+
name: string;
|
|
2005
|
+
status: string;
|
|
2006
|
+
type: string;
|
|
2007
|
+
usePreDefinedValuesOnly: boolean | null;
|
|
2008
|
+
@contains allowedValues: allowedValue[];
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
@entity model delegatedPermissionClassification extends entity {
|
|
2012
|
+
classification: permissionClassificationType | null;
|
|
2013
|
+
permissionId: string | null;
|
|
2014
|
+
permissionName: string | null;
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
@open
|
|
2018
|
+
@entity model device extends directoryObject {
|
|
2019
|
+
accountEnabled: boolean | null;
|
|
2020
|
+
alternativeSecurityIds: alternativeSecurityId[];
|
|
2021
|
+
approximateLastSignInDateTime: offsetDateTime | null;
|
|
2022
|
+
complianceExpirationDateTime: offsetDateTime | null;
|
|
2023
|
+
deviceCategory: string | null;
|
|
2024
|
+
deviceId: string | null;
|
|
2025
|
+
deviceMetadata: string | null;
|
|
2026
|
+
deviceOwnership: string | null;
|
|
2027
|
+
deviceVersion: int32 | null;
|
|
2028
|
+
displayName: string | null;
|
|
2029
|
+
enrollmentProfileName: string | null;
|
|
2030
|
+
enrollmentType: string | null;
|
|
2031
|
+
isCompliant: boolean | null;
|
|
2032
|
+
isManaged: boolean | null;
|
|
2033
|
+
isManagementRestricted: boolean | null;
|
|
2034
|
+
isRooted: boolean | null;
|
|
2035
|
+
managementType: string | null;
|
|
2036
|
+
manufacturer: string | null;
|
|
2037
|
+
mdmAppId: string | null;
|
|
2038
|
+
`model`: string | null;
|
|
2039
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
2040
|
+
onPremisesSecurityIdentifier: string | null;
|
|
2041
|
+
onPremisesSyncEnabled: boolean | null;
|
|
2042
|
+
operatingSystem: string | null;
|
|
2043
|
+
operatingSystemVersion: string | null;
|
|
2044
|
+
physicalIds: string[];
|
|
2045
|
+
profileType: string | null;
|
|
2046
|
+
registrationDateTime: offsetDateTime | null;
|
|
2047
|
+
systemLabels: string[];
|
|
2048
|
+
trustType: string | null;
|
|
2049
|
+
@contains extensions: extension[];
|
|
2050
|
+
@references memberOf: directoryObject[];
|
|
2051
|
+
@references registeredOwners: directoryObject[];
|
|
2052
|
+
@references registeredUsers: directoryObject[];
|
|
2053
|
+
@references transitiveMemberOf: directoryObject[];
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
@entity model deviceLocalCredentialInfo extends entity {
|
|
2057
|
+
credentials: deviceLocalCredential[];
|
|
2058
|
+
deviceName: string;
|
|
2059
|
+
@computed lastBackupDateTime: offsetDateTime;
|
|
2060
|
+
refreshDateTime: offsetDateTime;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
@entity model deviceRegistrationPolicy extends entity {
|
|
2064
|
+
azureADJoin: azureADJoinPolicy | null;
|
|
2065
|
+
azureADRegistration: azureADRegistrationPolicy | null;
|
|
2066
|
+
description: string | null;
|
|
2067
|
+
displayName: string | null;
|
|
2068
|
+
localAdminPassword: localAdminPasswordSettings | null;
|
|
2069
|
+
multiFactorAuthConfiguration: multiFactorAuthConfiguration;
|
|
2070
|
+
userDeviceQuota: int32;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
@entity model directory extends MsGraph.SharedModels.entity {
|
|
2074
|
+
@contains administrativeUnits: administrativeUnit[];
|
|
2075
|
+
@contains attributeSets: attributeSet[];
|
|
2076
|
+
@contains customSecurityAttributeDefinitions: customSecurityAttributeDefinition[];
|
|
2077
|
+
@contains deletedItems: directoryObject[];
|
|
2078
|
+
@contains deviceLocalCredentials: deviceLocalCredentialInfo[];
|
|
2079
|
+
@contains federationConfigurations: identityProviderBase[];
|
|
2080
|
+
@contains onPremisesSynchronization: onPremisesDirectorySynchronization[];
|
|
2081
|
+
@contains subscriptions: companySubscription[];
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
@entity model directoryAudit extends entity {
|
|
2085
|
+
activityDateTime: offsetDateTime;
|
|
2086
|
+
activityDisplayName: string;
|
|
2087
|
+
additionalDetails: keyValue[] | null;
|
|
2088
|
+
category: string;
|
|
2089
|
+
correlationId: string | null;
|
|
2090
|
+
initiatedBy: auditActivityInitiator;
|
|
2091
|
+
loggedByService: string | null;
|
|
2092
|
+
operationType: string | null;
|
|
2093
|
+
result: operationResult | null;
|
|
2094
|
+
resultReason: string | null;
|
|
2095
|
+
targetResources: targetResource[] | null;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
@entity model directoryDefinition extends entity {
|
|
2099
|
+
discoverabilities: directoryDefinitionDiscoverabilities;
|
|
2100
|
+
discoveryDateTime: offsetDateTime | null;
|
|
2101
|
+
name: string | null;
|
|
2102
|
+
objects: objectDefinition[] | null;
|
|
2103
|
+
readOnly: boolean;
|
|
2104
|
+
version: string | null;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
@open
|
|
2108
|
+
@entity model directoryObject extends entity {
|
|
2109
|
+
deletedDateTime: offsetDateTime | null;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
@entity model directoryObjectPartnerReference extends directoryObject {
|
|
2113
|
+
description: string | null;
|
|
2114
|
+
displayName: string | null;
|
|
2115
|
+
externalPartnerTenantId: guid | null;
|
|
2116
|
+
objectType: string | null;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
@open
|
|
2120
|
+
@entity model directoryRole extends directoryObject {
|
|
2121
|
+
description: string | null;
|
|
2122
|
+
displayName: string | null;
|
|
2123
|
+
roleTemplateId: string | null;
|
|
2124
|
+
@references members: directoryObject[];
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
@open
|
|
2128
|
+
@entity model directoryRoleTemplate extends directoryObject {
|
|
2129
|
+
description: string | null;
|
|
2130
|
+
displayName: string | null;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
@entity model documentSetVersion extends listItemVersion {
|
|
2134
|
+
comment: string | null;
|
|
2135
|
+
createdBy: identitySet | null;
|
|
2136
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2137
|
+
items: documentSetVersionItem[] | null;
|
|
2138
|
+
shouldCaptureMinorVersion: boolean | null;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
@entity model domain extends entity {
|
|
2142
|
+
authenticationType: string;
|
|
2143
|
+
availabilityStatus: string | null;
|
|
2144
|
+
isAdminManaged: boolean;
|
|
2145
|
+
isDefault: boolean;
|
|
2146
|
+
isInitial: boolean;
|
|
2147
|
+
isRoot: boolean;
|
|
2148
|
+
isVerified: boolean;
|
|
2149
|
+
manufacturer: string | null;
|
|
2150
|
+
`model`: string | null;
|
|
2151
|
+
passwordNotificationWindowInDays: int32 | null;
|
|
2152
|
+
passwordValidityPeriodInDays: int32 | null;
|
|
2153
|
+
state: domainState | null;
|
|
2154
|
+
supportedServices: string[];
|
|
2155
|
+
@references domainNameReferences: directoryObject[];
|
|
2156
|
+
@contains federationConfiguration: internalDomainFederation[];
|
|
2157
|
+
@references rootDomain: domain | null;
|
|
2158
|
+
@contains serviceConfigurationRecords: domainDnsRecord[];
|
|
2159
|
+
@contains verificationDnsRecords: domainDnsRecord[];
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
@entity model domainDnsCnameRecord extends domainDnsRecord {
|
|
2163
|
+
canonicalName: string | null;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
@entity model domainDnsMxRecord extends domainDnsRecord {
|
|
2167
|
+
mailExchange: string;
|
|
2168
|
+
preference: int32 | null;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
@entity model domainDnsRecord extends entity {
|
|
2172
|
+
isOptional: boolean;
|
|
2173
|
+
label: string;
|
|
2174
|
+
recordType: string | null;
|
|
2175
|
+
supportedService: string;
|
|
2176
|
+
ttl: int32;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
@entity model domainDnsSrvRecord extends domainDnsRecord {
|
|
2180
|
+
nameTarget: string | null;
|
|
2181
|
+
port: int32 | null;
|
|
2182
|
+
priority: int32 | null;
|
|
2183
|
+
protocol: string | null;
|
|
2184
|
+
service: string | null;
|
|
2185
|
+
weight: int32 | null;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
@entity model domainDnsTxtRecord extends domainDnsRecord {
|
|
2189
|
+
text: string;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
@entity model domainDnsUnavailableRecord extends domainDnsRecord {
|
|
2193
|
+
description: string | null;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
@entity model drive extends baseItem {
|
|
2197
|
+
driveType: string | null;
|
|
2198
|
+
owner: identitySet | null;
|
|
2199
|
+
quota: quota | null;
|
|
2200
|
+
sharePointIds: sharepointIds | null;
|
|
2201
|
+
system: systemFacet | null;
|
|
2202
|
+
@contains bundles: driveItem[];
|
|
2203
|
+
@contains following: driveItem[];
|
|
2204
|
+
@contains items: driveItem[];
|
|
2205
|
+
@contains list: list | null;
|
|
2206
|
+
@contains root: driveItem | null;
|
|
2207
|
+
@contains special: driveItem[];
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
@open
|
|
2211
|
+
@entity model driveItem extends baseItem {
|
|
2212
|
+
audio: audio | null;
|
|
2213
|
+
bundle: bundle | null;
|
|
2214
|
+
content: stream | null;
|
|
2215
|
+
cTag: string | null;
|
|
2216
|
+
deleted: deleted | null;
|
|
2217
|
+
file: file | null;
|
|
2218
|
+
fileSystemInfo: fileSystemInfo | null;
|
|
2219
|
+
folder: folder | null;
|
|
2220
|
+
image: image | null;
|
|
2221
|
+
location: geoCoordinates | null;
|
|
2222
|
+
malware: malware | null;
|
|
2223
|
+
`package`: `package` | null;
|
|
2224
|
+
pendingOperations: pendingOperations | null;
|
|
2225
|
+
photo: photo | null;
|
|
2226
|
+
publication: publicationFacet | null;
|
|
2227
|
+
remoteItem: remoteItem | null;
|
|
2228
|
+
root: root | null;
|
|
2229
|
+
searchResult: searchResult | null;
|
|
2230
|
+
shared: shared | null;
|
|
2231
|
+
sharepointIds: sharepointIds | null;
|
|
2232
|
+
size: int64 | null;
|
|
2233
|
+
specialFolder: specialFolder | null;
|
|
2234
|
+
video: video | null;
|
|
2235
|
+
webDavUrl: string | null;
|
|
2236
|
+
@references analytics: itemAnalytics | null;
|
|
2237
|
+
@contains children: driveItem[];
|
|
2238
|
+
@contains listItem: listItem | null;
|
|
2239
|
+
@contains permissions: permission[];
|
|
2240
|
+
@contains retentionLabel: itemRetentionLabel | null;
|
|
2241
|
+
@contains subscriptions: subscription[];
|
|
2242
|
+
@contains thumbnails: thumbnailSet[];
|
|
2243
|
+
@contains versions: driveItemVersion[];
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
@entity model driveItemVersion extends baseItemVersion {
|
|
2247
|
+
content: stream | null;
|
|
2248
|
+
size: int64 | null;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
@open
|
|
2252
|
+
@entity model endpoint extends directoryObject {
|
|
2253
|
+
capability: string;
|
|
2254
|
+
providerId: string | null;
|
|
2255
|
+
providerName: string | null;
|
|
2256
|
+
providerResourceId: string | null;
|
|
2257
|
+
uri: string;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
@abstract
|
|
2261
|
+
@entity model entity extends MsGraph.SharedModels.entity {
|
|
2262
|
+
@computed @key id: string;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
@entity model extension extends entity {
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
@open
|
|
2269
|
+
@entity model extensionProperty extends directoryObject {
|
|
2270
|
+
appDisplayName: string | null;
|
|
2271
|
+
dataType: string;
|
|
2272
|
+
isMultiValued: boolean;
|
|
2273
|
+
isSyncedFromOnPremises: boolean | null;
|
|
2274
|
+
name: string;
|
|
2275
|
+
targetObjects: string[];
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
@entity model externalDomainName extends entity {
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
@entity model federatedIdentityCredential extends entity {
|
|
2282
|
+
audiences: string[];
|
|
2283
|
+
description: string | null;
|
|
2284
|
+
issuer: string;
|
|
2285
|
+
name: string;
|
|
2286
|
+
subject: string;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
@open
|
|
2290
|
+
@entity model fieldValueSet extends entity {
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
@entity model fileStorage extends entity {
|
|
2294
|
+
@contains containers: fileStorageContainer[];
|
|
2295
|
+
@contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
|
|
2296
|
+
@contains containerTypes: fileStorageContainerType[];
|
|
2297
|
+
@contains deletedContainers: fileStorageContainer[];
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
@entity model fileStorageContainer extends entity {
|
|
2301
|
+
assignedSensitivityLabel: assignedLabel | null;
|
|
2302
|
+
containerTypeId: guid;
|
|
2303
|
+
@computed createdDateTime: offsetDateTime;
|
|
2304
|
+
customProperties: fileStorageContainerCustomPropertyDictionary | null;
|
|
2305
|
+
description: string | null;
|
|
2306
|
+
displayName: string;
|
|
2307
|
+
lockState: siteLockState | null;
|
|
2308
|
+
settings: fileStorageContainerSettings;
|
|
2309
|
+
status: fileStorageContainerStatus | null;
|
|
2310
|
+
viewpoint: fileStorageContainerViewpoint | null;
|
|
2311
|
+
@contains columns: columnDefinition[];
|
|
2312
|
+
@contains drive: drive | null;
|
|
2313
|
+
@contains migrationJobs: sharePointMigrationJob[];
|
|
2314
|
+
@contains permissions: permission[];
|
|
2315
|
+
@contains recycleBin: recycleBin | null;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
@entity model fileStorageContainerType extends entity {
|
|
2319
|
+
billingClassification: fileStorageContainerBillingClassification;
|
|
2320
|
+
billingStatus: fileStorageContainerBillingStatus;
|
|
2321
|
+
@computed createdDateTime: offsetDateTime;
|
|
2322
|
+
etag: string;
|
|
2323
|
+
expirationDateTime: offsetDateTime;
|
|
2324
|
+
name: string;
|
|
2325
|
+
owningAppId: guid;
|
|
2326
|
+
settings: fileStorageContainerTypeSettings;
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
@entity model fileStorageContainerTypeAppPermissionGrant extends MsGraph.SharedModels.entity {
|
|
2330
|
+
@computed @key appId: string;
|
|
2331
|
+
applicationPermissions: fileStorageContainerTypeAppPermission[] | null;
|
|
2332
|
+
delegatedPermissions: fileStorageContainerTypeAppPermission[] | null;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
@entity model fileStorageContainerTypeRegistration extends entity {
|
|
2336
|
+
billingClassification: fileStorageContainerBillingClassification;
|
|
2337
|
+
billingStatus: fileStorageContainerBillingStatus;
|
|
2338
|
+
etag: string;
|
|
2339
|
+
expirationDateTime: offsetDateTime;
|
|
2340
|
+
name: string;
|
|
2341
|
+
owningAppId: guid;
|
|
2342
|
+
registeredDateTime: offsetDateTime;
|
|
2343
|
+
settings: fileStorageContainerTypeRegistrationSettings;
|
|
2344
|
+
@contains applicationPermissionGrants: fileStorageContainerTypeAppPermissionGrant[];
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
@entity model filterOperatorSchema extends entity {
|
|
2348
|
+
arity: scopeOperatorType;
|
|
2349
|
+
multivaluedComparisonType: scopeOperatorMultiValuedComparisonType;
|
|
2350
|
+
supportedAttributeTypes: attributeType[];
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
@open
|
|
2354
|
+
@entity model group extends directoryObject {
|
|
2355
|
+
assignedLabels: assignedLabel[] | null;
|
|
2356
|
+
assignedLicenses: assignedLicense[] | null;
|
|
2357
|
+
classification: string | null;
|
|
2358
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2359
|
+
description: string | null;
|
|
2360
|
+
displayName: string | null;
|
|
2361
|
+
expirationDateTime: offsetDateTime | null;
|
|
2362
|
+
groupTypes: string[];
|
|
2363
|
+
hasMembersWithLicenseErrors: boolean | null;
|
|
2364
|
+
isAssignableToRole: boolean | null;
|
|
2365
|
+
isManagementRestricted: boolean | null;
|
|
2366
|
+
licenseProcessingState: licenseProcessingState | null;
|
|
2367
|
+
mail: string | null;
|
|
2368
|
+
mailEnabled: boolean | null;
|
|
2369
|
+
mailNickname: string | null;
|
|
2370
|
+
membershipRule: string | null;
|
|
2371
|
+
membershipRuleProcessingState: string | null;
|
|
2372
|
+
onPremisesDomainName: string | null;
|
|
2373
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
2374
|
+
onPremisesNetBiosName: string | null;
|
|
2375
|
+
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
2376
|
+
onPremisesSamAccountName: string | null;
|
|
2377
|
+
onPremisesSecurityIdentifier: string | null;
|
|
2378
|
+
onPremisesSyncEnabled: boolean | null;
|
|
2379
|
+
preferredDataLocation: string | null;
|
|
2380
|
+
preferredLanguage: string | null;
|
|
2381
|
+
proxyAddresses: string[];
|
|
2382
|
+
renewedDateTime: offsetDateTime | null;
|
|
2383
|
+
resourceBehaviorOptions: string[];
|
|
2384
|
+
resourceProvisioningOptions: string[];
|
|
2385
|
+
securityEnabled: boolean | null;
|
|
2386
|
+
securityIdentifier: string | null;
|
|
2387
|
+
theme: string | null;
|
|
2388
|
+
uniqueName: string | null;
|
|
2389
|
+
visibility: string | null;
|
|
2390
|
+
@contains appRoleAssignments: appRoleAssignment[];
|
|
2391
|
+
@references createdOnBehalfOf: directoryObject | null;
|
|
2392
|
+
@contains drive: drive | null;
|
|
2393
|
+
@contains drives: drive[];
|
|
2394
|
+
@contains extensions: extension[];
|
|
2395
|
+
@references memberOf: directoryObject[];
|
|
2396
|
+
@references members: directoryObject[];
|
|
2397
|
+
@references membersWithLicenseErrors: directoryObject[];
|
|
2398
|
+
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
2399
|
+
@references owners: directoryObject[];
|
|
2400
|
+
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
2401
|
+
@contains photo: profilePhoto | null;
|
|
2402
|
+
@contains photos: profilePhoto[];
|
|
2403
|
+
@contains settings: groupSetting[];
|
|
2404
|
+
@contains sites: site[];
|
|
2405
|
+
@references transitiveMemberOf: directoryObject[];
|
|
2406
|
+
@references transitiveMembers: directoryObject[];
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
@open
|
|
2410
|
+
@entity model groupSetting extends entity {
|
|
2411
|
+
displayName: string | null;
|
|
2412
|
+
templateId: string | null;
|
|
2413
|
+
values: settingValue[];
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
@open
|
|
2417
|
+
@entity model groupSettingTemplate extends directoryObject {
|
|
2418
|
+
description: string | null;
|
|
2419
|
+
displayName: string | null;
|
|
2420
|
+
values: settingTemplateValue[];
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
@entity model homeRealmDiscoveryPolicy extends stsPolicy {
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
@entity model horizontalSection extends entity {
|
|
2427
|
+
emphasis: sectionEmphasisType | null;
|
|
2428
|
+
layout: horizontalSectionLayoutType | null;
|
|
2429
|
+
@contains columns: horizontalSectionColumn[];
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
@entity model horizontalSectionColumn extends entity {
|
|
2433
|
+
width: int32 | null;
|
|
2434
|
+
@contains webparts: webPart[];
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
@entity model identityContainer extends MsGraph.SharedModels.entity {
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
@abstract
|
|
2441
|
+
@entity model identityProviderBase extends entity {
|
|
2442
|
+
displayName: string | null;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
@entity model insightsSettings extends entity {
|
|
2446
|
+
disabledForGroup: string | null;
|
|
2447
|
+
isEnabledInOrganization: boolean | null;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
@entity model internalDomainFederation extends samlOrWsFedProvider {
|
|
2451
|
+
activeSignInUri: string | null;
|
|
2452
|
+
federatedIdpMfaBehavior: federatedIdpMfaBehavior | null;
|
|
2453
|
+
isSignedAuthenticationRequestRequired: boolean | null;
|
|
2454
|
+
nextSigningCertificate: string | null;
|
|
2455
|
+
passwordResetUri: string | null;
|
|
2456
|
+
promptLoginBehavior: promptLoginBehavior | null;
|
|
2457
|
+
signingCertificateUpdateStatus: signingCertificateUpdateStatus | null;
|
|
2458
|
+
signOutUri: string | null;
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
@entity model invitation extends entity {
|
|
2462
|
+
invitedUserDisplayName: string | null;
|
|
2463
|
+
invitedUserEmailAddress: string;
|
|
2464
|
+
invitedUserMessageInfo: invitedUserMessageInfo | null;
|
|
2465
|
+
invitedUserType: string | null;
|
|
2466
|
+
inviteRedeemUrl: string | null;
|
|
2467
|
+
inviteRedirectUrl: string;
|
|
2468
|
+
resetRedemption: boolean | null;
|
|
2469
|
+
sendInvitationMessage: boolean | null;
|
|
2470
|
+
status: string | null;
|
|
2471
|
+
@references invitedUser: user | null;
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
@open
|
|
2475
|
+
@entity model itemActivity extends entity {
|
|
2476
|
+
access: accessAction | null;
|
|
2477
|
+
activityDateTime: offsetDateTime | null;
|
|
2478
|
+
actor: identitySet | null;
|
|
2479
|
+
@contains driveItem: driveItem | null;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
@open
|
|
2483
|
+
@entity model itemActivityStat extends entity {
|
|
2484
|
+
access: itemActionStat | null;
|
|
2485
|
+
create: itemActionStat | null;
|
|
2486
|
+
delete: itemActionStat | null;
|
|
2487
|
+
edit: itemActionStat | null;
|
|
2488
|
+
endDateTime: offsetDateTime | null;
|
|
2489
|
+
incompleteData: incompleteData | null;
|
|
2490
|
+
isTrending: boolean | null;
|
|
2491
|
+
move: itemActionStat | null;
|
|
2492
|
+
startDateTime: offsetDateTime | null;
|
|
2493
|
+
@references activities: itemActivity[];
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
@open
|
|
2497
|
+
@entity model itemAnalytics extends entity {
|
|
2498
|
+
@references allTime: itemActivityStat | null;
|
|
2499
|
+
@contains itemActivityStats: itemActivityStat[];
|
|
2500
|
+
@references lastSevenDays: itemActivityStat | null;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
@entity model itemRetentionLabel extends entity {
|
|
2504
|
+
isLabelAppliedExplicitly: boolean | null;
|
|
2505
|
+
labelAppliedBy: identitySet | null;
|
|
2506
|
+
labelAppliedDateTime: offsetDateTime | null;
|
|
2507
|
+
name: string | null;
|
|
2508
|
+
retentionSettings: retentionLabelSettings | null;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
@entity model licenseDetails extends entity {
|
|
2512
|
+
servicePlans: servicePlanInfo[];
|
|
2513
|
+
skuId: guid | null;
|
|
2514
|
+
skuPartNumber: string | null;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
@entity model list extends baseItem {
|
|
2518
|
+
displayName: string | null;
|
|
2519
|
+
list: listInfo | null;
|
|
2520
|
+
sharepointIds: sharepointIds | null;
|
|
2521
|
+
system: systemFacet | null;
|
|
2522
|
+
@contains columns: columnDefinition[];
|
|
2523
|
+
@contains contentTypes: contentType[];
|
|
2524
|
+
@contains drive: drive | null;
|
|
2525
|
+
@contains items: listItem[];
|
|
2526
|
+
@contains operations: richLongRunningOperation[];
|
|
2527
|
+
@contains subscriptions: subscription[];
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
@entity model listItem extends baseItem {
|
|
2531
|
+
contentType: contentTypeInfo | null;
|
|
2532
|
+
deleted: deleted | null;
|
|
2533
|
+
sharepointIds: sharepointIds | null;
|
|
2534
|
+
@references analytics: itemAnalytics | null;
|
|
2535
|
+
@contains documentSetVersions: documentSetVersion[];
|
|
2536
|
+
@contains driveItem: driveItem | null;
|
|
2537
|
+
@contains fields: fieldValueSet | null;
|
|
2538
|
+
@contains versions: listItemVersion[];
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
@entity model listItemVersion extends baseItemVersion {
|
|
2542
|
+
@contains fields: fieldValueSet | null;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
@entity model longRunningOperation extends entity {
|
|
2546
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2547
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
2548
|
+
resourceLocation: string | null;
|
|
2549
|
+
status: longRunningOperationStatus | null;
|
|
2550
|
+
statusDetail: string | null;
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
@entity model meetingAttendanceReport extends entity {
|
|
2554
|
+
meetingEndDateTime: offsetDateTime | null;
|
|
2555
|
+
meetingStartDateTime: offsetDateTime | null;
|
|
2556
|
+
totalParticipantCount: int32 | null;
|
|
2557
|
+
@contains attendanceRecords: attendanceRecord[];
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
@entity model oAuth2PermissionGrant extends entity {
|
|
2561
|
+
clientId: string;
|
|
2562
|
+
consentType: string | null;
|
|
2563
|
+
principalId: string | null;
|
|
2564
|
+
resourceId: string;
|
|
2565
|
+
scope: string | null;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
@open
|
|
2569
|
+
@entity model onlineMeeting extends entity {
|
|
2570
|
+
allowAttendeeToEnableCamera: boolean | null;
|
|
2571
|
+
allowAttendeeToEnableMic: boolean | null;
|
|
2572
|
+
allowedPresenters: onlineMeetingPresenters | null;
|
|
2573
|
+
allowMeetingChat: meetingChatMode | null;
|
|
2574
|
+
allowParticipantsToChangeName: boolean | null;
|
|
2575
|
+
allowTeamworkReactions: boolean | null;
|
|
2576
|
+
attendeeReport: stream | null;
|
|
2577
|
+
audioConferencing: audioConferencing | null;
|
|
2578
|
+
broadcastSettings: broadcastMeetingSettings | null;
|
|
2579
|
+
chatInfo: chatInfo | null;
|
|
2580
|
+
creationDateTime: offsetDateTime | null;
|
|
2581
|
+
endDateTime: offsetDateTime | null;
|
|
2582
|
+
externalId: string | null;
|
|
2583
|
+
isBroadcast: boolean | null;
|
|
2584
|
+
isEntryExitAnnounced: boolean | null;
|
|
2585
|
+
joinInformation: itemBody | null;
|
|
2586
|
+
joinMeetingIdSettings: joinMeetingIdSettings | null;
|
|
2587
|
+
joinWebUrl: string | null;
|
|
2588
|
+
lobbyBypassSettings: lobbyBypassSettings | null;
|
|
2589
|
+
participants: meetingParticipants | null;
|
|
2590
|
+
recordAutomatically: boolean | null;
|
|
2591
|
+
shareMeetingChatHistoryDefault: meetingChatHistoryDefaultMode | null;
|
|
2592
|
+
startDateTime: offsetDateTime | null;
|
|
2593
|
+
subject: string | null;
|
|
2594
|
+
videoTeleconferenceId: string | null;
|
|
2595
|
+
watermarkProtection: watermarkProtectionValues | null;
|
|
2596
|
+
@contains attendanceReports: meetingAttendanceReport[];
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
@entity model onPremisesDirectorySynchronization extends entity {
|
|
2600
|
+
configuration: onPremisesDirectorySynchronizationConfiguration | null;
|
|
2601
|
+
features: onPremisesDirectorySynchronizationFeature;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
@entity model onPremisesSyncBehavior extends entity {
|
|
2605
|
+
isCloudManaged: boolean;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
@open
|
|
2609
|
+
@entity model organization extends directoryObject {
|
|
2610
|
+
assignedPlans: assignedPlan[];
|
|
2611
|
+
businessPhones: string[];
|
|
2612
|
+
city: string | null;
|
|
2613
|
+
country: string | null;
|
|
2614
|
+
countryLetterCode: string | null;
|
|
2615
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2616
|
+
displayName: string | null;
|
|
2617
|
+
marketingNotificationEmails: string[];
|
|
2618
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
2619
|
+
onPremisesSyncEnabled: boolean | null;
|
|
2620
|
+
partnerTenantType: partnerTenantType | null;
|
|
2621
|
+
postalCode: string | null;
|
|
2622
|
+
preferredLanguage: string | null;
|
|
2623
|
+
privacyProfile: privacyProfile | null;
|
|
2624
|
+
provisionedPlans: provisionedPlan[];
|
|
2625
|
+
securityComplianceNotificationMails: string[];
|
|
2626
|
+
securityComplianceNotificationPhones: string[];
|
|
2627
|
+
state: string | null;
|
|
2628
|
+
street: string | null;
|
|
2629
|
+
technicalNotificationMails: string[];
|
|
2630
|
+
tenantType: string | null;
|
|
2631
|
+
verifiedDomains: verifiedDomain[];
|
|
2632
|
+
@contains branding: organizationalBranding | null;
|
|
2633
|
+
@references certificateBasedAuthConfiguration: certificateBasedAuthConfiguration[];
|
|
2634
|
+
@contains extensions: extension[];
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
@entity model organizationalBranding extends organizationalBrandingProperties {
|
|
2638
|
+
@contains localizations: organizationalBrandingLocalization[];
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
@entity model organizationalBrandingLocalization extends organizationalBrandingProperties {
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2644
|
+
@abstract
|
|
2645
|
+
@entity model organizationalBrandingProperties extends entity {
|
|
2646
|
+
backgroundColor: string | null;
|
|
2647
|
+
backgroundImage: stream | null;
|
|
2648
|
+
backgroundImageRelativeUrl: string | null;
|
|
2649
|
+
bannerLogo: stream | null;
|
|
2650
|
+
bannerLogoRelativeUrl: string | null;
|
|
2651
|
+
cdnList: string[] | null;
|
|
2652
|
+
contentCustomization: contentCustomization | null;
|
|
2653
|
+
customAccountResetCredentialsUrl: string | null;
|
|
2654
|
+
customCannotAccessYourAccountText: string | null;
|
|
2655
|
+
customCannotAccessYourAccountUrl: string | null;
|
|
2656
|
+
customCSS: stream | null;
|
|
2657
|
+
customCSSRelativeUrl: string | null;
|
|
2658
|
+
customForgotMyPasswordText: string | null;
|
|
2659
|
+
customPrivacyAndCookiesText: string | null;
|
|
2660
|
+
customPrivacyAndCookiesUrl: string | null;
|
|
2661
|
+
customResetItNowText: string | null;
|
|
2662
|
+
customTermsOfUseText: string | null;
|
|
2663
|
+
customTermsOfUseUrl: string | null;
|
|
2664
|
+
favicon: stream | null;
|
|
2665
|
+
faviconRelativeUrl: string | null;
|
|
2666
|
+
headerBackgroundColor: string | null;
|
|
2667
|
+
headerLogo: stream | null;
|
|
2668
|
+
headerLogoRelativeUrl: string | null;
|
|
2669
|
+
loginPageLayoutConfiguration: loginPageLayoutConfiguration | null;
|
|
2670
|
+
loginPageTextVisibilitySettings: loginPageTextVisibilitySettings | null;
|
|
2671
|
+
signInPageText: string | null;
|
|
2672
|
+
squareLogo: stream | null;
|
|
2673
|
+
squareLogoDark: stream | null;
|
|
2674
|
+
squareLogoDarkRelativeUrl: string | null;
|
|
2675
|
+
squareLogoRelativeUrl: string | null;
|
|
2676
|
+
usernameHintText: string | null;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
@open
|
|
2680
|
+
@entity model orgContact extends directoryObject {
|
|
2681
|
+
addresses: physicalOfficeAddress[] | null;
|
|
2682
|
+
companyName: string | null;
|
|
2683
|
+
department: string | null;
|
|
2684
|
+
displayName: string | null;
|
|
2685
|
+
givenName: string | null;
|
|
2686
|
+
jobTitle: string | null;
|
|
2687
|
+
mail: string | null;
|
|
2688
|
+
mailNickname: string | null;
|
|
2689
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
2690
|
+
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
2691
|
+
onPremisesSyncEnabled: boolean | null;
|
|
2692
|
+
phones: phone[] | null;
|
|
2693
|
+
proxyAddresses: string[];
|
|
2694
|
+
surname: string | null;
|
|
2695
|
+
@references directReports: directoryObject[];
|
|
2696
|
+
@references manager: directoryObject | null;
|
|
2697
|
+
@references memberOf: directoryObject[];
|
|
2698
|
+
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
2699
|
+
@references transitiveMemberOf: directoryObject[];
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
@entity model peopleAdminSettings extends entity {
|
|
2703
|
+
@contains itemInsights: insightsSettings | null;
|
|
2704
|
+
@contains profileCardProperties: profileCardProperty[];
|
|
2705
|
+
@contains pronouns: pronounsSettings | null;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
@entity model permission extends entity {
|
|
2709
|
+
expirationDateTime: offsetDateTime | null;
|
|
2710
|
+
|
|
2711
|
+
@graphDeprecated("Removal")
|
|
2712
|
+
grantedTo: identitySet | null;
|
|
2713
|
+
|
|
2714
|
+
@graphDeprecated("Removal")
|
|
2715
|
+
grantedToIdentities: identitySet[] | null;
|
|
2716
|
+
grantedToIdentitiesV2: sharePointIdentitySet[] | null;
|
|
2717
|
+
grantedToV2: sharePointIdentitySet | null;
|
|
2718
|
+
hasPassword: boolean | null;
|
|
2719
|
+
inheritedFrom: itemReference | null;
|
|
2720
|
+
invitation: sharingInvitation | null;
|
|
2721
|
+
link: sharingLink | null;
|
|
2722
|
+
roles: string[] | null;
|
|
2723
|
+
shareId: string | null;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
@entity model permissionGrantConditionSet extends entity {
|
|
2727
|
+
clientApplicationIds: string[] | null;
|
|
2728
|
+
clientApplicationPublisherIds: string[] | null;
|
|
2729
|
+
clientApplicationsFromVerifiedPublisherOnly: boolean | null;
|
|
2730
|
+
clientApplicationTenantIds: string[] | null;
|
|
2731
|
+
permissionClassification: string | null;
|
|
2732
|
+
permissions: string[] | null;
|
|
2733
|
+
permissionType: permissionType | null;
|
|
2734
|
+
resourceApplication: string | null;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2737
|
+
@entity model permissionGrantPolicy extends policyBase {
|
|
2738
|
+
@contains excludes: permissionGrantConditionSet[];
|
|
2739
|
+
@contains includes: permissionGrantConditionSet[];
|
|
2740
|
+
}
|
|
2741
|
+
|
|
2742
|
+
@abstract
|
|
2743
|
+
@entity model policyBase extends directoryObject {
|
|
2744
|
+
description: string | null;
|
|
2745
|
+
displayName: string | null;
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
@entity model policyRoot extends MsGraph.SharedModels.entity {
|
|
2749
|
+
@contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
|
|
2750
|
+
@contains appManagementPolicies: appManagementPolicy[];
|
|
2751
|
+
@contains authorizationPolicy: authorizationPolicy | null;
|
|
2752
|
+
@contains claimsMappingPolicies: claimsMappingPolicy[];
|
|
2753
|
+
@contains crossTenantAccessPolicy: crossTenantAccessPolicy | null;
|
|
2754
|
+
@contains defaultAppManagementPolicy: tenantAppManagementPolicy | null;
|
|
2755
|
+
@contains deviceRegistrationPolicy: deviceRegistrationPolicy | null;
|
|
2756
|
+
@contains homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
2757
|
+
@contains permissionGrantPolicies: permissionGrantPolicy[];
|
|
2758
|
+
@contains tokenIssuancePolicies: tokenIssuancePolicy[];
|
|
2759
|
+
@contains tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
@entity model presence extends entity {
|
|
2763
|
+
activity: string | null;
|
|
2764
|
+
availability: string | null;
|
|
2765
|
+
statusMessage: presenceStatusMessage | null;
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
@entity model profileCardProperty extends entity {
|
|
2769
|
+
annotations: profileCardAnnotation[] | null;
|
|
2770
|
+
directoryPropertyName: string | null;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2773
|
+
@entity model profilePhoto extends entity {
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2776
|
+
@entity model pronounsSettings extends entity {
|
|
2777
|
+
isEnabledInOrganization: boolean;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
@entity model provisioningObjectSummary extends entity {
|
|
2781
|
+
activityDateTime: offsetDateTime;
|
|
2782
|
+
changeId: string | null;
|
|
2783
|
+
cycleId: string | null;
|
|
2784
|
+
durationInMilliseconds: int32 | null;
|
|
2785
|
+
initiatedBy: initiator | null;
|
|
2786
|
+
jobId: string | null;
|
|
2787
|
+
modifiedProperties: modifiedProperty[] | null;
|
|
2788
|
+
provisioningAction: provisioningAction | null;
|
|
2789
|
+
provisioningStatusInfo: provisioningStatusInfo | null;
|
|
2790
|
+
provisioningSteps: provisioningStep[] | null;
|
|
2791
|
+
servicePrincipal: provisioningServicePrincipal | null;
|
|
2792
|
+
sourceIdentity: provisionedIdentity | null;
|
|
2793
|
+
sourceSystem: provisioningSystem | null;
|
|
2794
|
+
targetIdentity: provisionedIdentity | null;
|
|
2795
|
+
targetSystem: provisioningSystem | null;
|
|
2796
|
+
tenantId: string | null;
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
@entity model rbacApplication extends entity {
|
|
2800
|
+
@contains resourceNamespaces: unifiedRbacResourceNamespace[];
|
|
2801
|
+
@contains roleAssignments: unifiedRoleAssignment[];
|
|
2802
|
+
@contains roleDefinitions: unifiedRoleDefinition[];
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
@open
|
|
2806
|
+
@entity model recycleBin extends baseItem {
|
|
2807
|
+
settings: recycleBinSettings | null;
|
|
2808
|
+
@contains items: recycleBinItem[];
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
@open
|
|
2812
|
+
@entity model recycleBinItem extends baseItem {
|
|
2813
|
+
deletedDateTime: offsetDateTime | null;
|
|
2814
|
+
deletedFromLocation: string | null;
|
|
2815
|
+
size: int64 | null;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
@entity model remoteDesktopSecurityConfiguration extends entity {
|
|
2819
|
+
isRemoteDesktopProtocolEnabled: boolean;
|
|
2820
|
+
@contains targetDeviceGroups: targetDeviceGroup[];
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
@entity model reportRoot extends MsGraph.SharedModels.entity {
|
|
2824
|
+
@contains authenticationMethods: authenticationMethodsRoot | null;
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
@entity model resourceSpecificPermissionGrant extends directoryObject {
|
|
2828
|
+
clientAppId: string | null;
|
|
2829
|
+
clientId: string | null;
|
|
2830
|
+
permission: string | null;
|
|
2831
|
+
permissionType: string | null;
|
|
2832
|
+
resourceAppId: string | null;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
@entity model richLongRunningOperation extends longRunningOperation {
|
|
2836
|
+
error: publicError | null;
|
|
2837
|
+
percentageComplete: int32 | null;
|
|
2838
|
+
resourceId: string | null;
|
|
2839
|
+
type: string | null;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
@entity model roleManagement extends MsGraph.SharedModels.entity {
|
|
2843
|
+
@contains directory: rbacApplication | null;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
@entity model samlOrWsFedExternalDomainFederation extends samlOrWsFedProvider {
|
|
2847
|
+
@contains domains: externalDomainName[];
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
@abstract
|
|
2851
|
+
@entity model samlOrWsFedProvider extends identityProviderBase {
|
|
2852
|
+
issuerUri: string | null;
|
|
2853
|
+
metadataExchangeUri: string | null;
|
|
2854
|
+
passiveSignInUri: string | null;
|
|
2855
|
+
preferredAuthenticationProtocol: authenticationProtocol | null;
|
|
2856
|
+
signingCertificate: string | null;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
@entity model schemaExtension extends entity {
|
|
2860
|
+
description: string | null;
|
|
2861
|
+
owner: string;
|
|
2862
|
+
properties: extensionSchemaProperty[];
|
|
2863
|
+
status: string;
|
|
2864
|
+
targetTypes: string[];
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
@entity model scopedRoleMembership extends entity {
|
|
2868
|
+
administrativeUnitId: string;
|
|
2869
|
+
roleId: string;
|
|
2870
|
+
roleMemberInfo: identity;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
@entity model serviceAnnouncement extends entity {
|
|
2874
|
+
@contains healthOverviews: serviceHealth[];
|
|
2875
|
+
@contains issues: serviceHealthIssue[];
|
|
2876
|
+
@contains messages: serviceUpdateMessage[];
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
@entity model serviceAnnouncementAttachment extends entity {
|
|
2880
|
+
content: stream | null;
|
|
2881
|
+
contentType: string | null;
|
|
2882
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
2883
|
+
name: string | null;
|
|
2884
|
+
size: int32;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
@abstract
|
|
2888
|
+
@entity model serviceAnnouncementBase extends entity {
|
|
2889
|
+
details: keyValuePair[] | null;
|
|
2890
|
+
endDateTime: offsetDateTime | null;
|
|
2891
|
+
@computed lastModifiedDateTime: offsetDateTime;
|
|
2892
|
+
startDateTime: offsetDateTime;
|
|
2893
|
+
title: string;
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
@entity model serviceHealth extends entity {
|
|
2897
|
+
service: string;
|
|
2898
|
+
status: serviceHealthStatus;
|
|
2899
|
+
@contains issues: serviceHealthIssue[];
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
@entity model serviceHealthIssue extends serviceAnnouncementBase {
|
|
2903
|
+
classification: serviceHealthClassificationType;
|
|
2904
|
+
feature: string | null;
|
|
2905
|
+
featureGroup: string | null;
|
|
2906
|
+
impactDescription: string;
|
|
2907
|
+
isResolved: boolean;
|
|
2908
|
+
origin: serviceHealthOrigin;
|
|
2909
|
+
posts: serviceHealthIssuePost[];
|
|
2910
|
+
service: string;
|
|
2911
|
+
status: serviceHealthStatus;
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
@open
|
|
2915
|
+
@entity model servicePrincipal extends directoryObject {
|
|
2916
|
+
accountEnabled: boolean | null;
|
|
2917
|
+
addIns: addIn[];
|
|
2918
|
+
alternativeNames: string[];
|
|
2919
|
+
appDescription: string | null;
|
|
2920
|
+
appDisplayName: string | null;
|
|
2921
|
+
appId: string | null;
|
|
2922
|
+
applicationTemplateId: string | null;
|
|
2923
|
+
appOwnerOrganizationId: guid | null;
|
|
2924
|
+
appRoleAssignmentRequired: boolean;
|
|
2925
|
+
appRoles: appRole[];
|
|
2926
|
+
customSecurityAttributes: customSecurityAttributeValue | null;
|
|
2927
|
+
description: string | null;
|
|
2928
|
+
disabledByMicrosoftStatus: string | null;
|
|
2929
|
+
displayName: string | null;
|
|
2930
|
+
homepage: string | null;
|
|
2931
|
+
info: informationalUrl | null;
|
|
2932
|
+
keyCredentials: keyCredential[];
|
|
2933
|
+
loginUrl: string | null;
|
|
2934
|
+
logoutUrl: string | null;
|
|
2935
|
+
notes: string | null;
|
|
2936
|
+
notificationEmailAddresses: string[];
|
|
2937
|
+
oauth2PermissionScopes: permissionScope[];
|
|
2938
|
+
passwordCredentials: passwordCredential[];
|
|
2939
|
+
preferredSingleSignOnMode: string | null;
|
|
2940
|
+
preferredTokenSigningKeyThumbprint: string | null;
|
|
2941
|
+
replyUrls: string[];
|
|
2942
|
+
samlSingleSignOnSettings: samlSingleSignOnSettings | null;
|
|
2943
|
+
servicePrincipalNames: string[];
|
|
2944
|
+
servicePrincipalType: string | null;
|
|
2945
|
+
signInAudience: string | null;
|
|
2946
|
+
tags: string[];
|
|
2947
|
+
tokenEncryptionKeyId: guid | null;
|
|
2948
|
+
@references appManagementPolicies: appManagementPolicy[];
|
|
2949
|
+
@contains appRoleAssignedTo: appRoleAssignment[];
|
|
2950
|
+
@contains appRoleAssignments: appRoleAssignment[];
|
|
2951
|
+
@references claimsMappingPolicies: claimsMappingPolicy[];
|
|
2952
|
+
@references createdObjects: directoryObject[];
|
|
2953
|
+
@contains delegatedPermissionClassifications: delegatedPermissionClassification[];
|
|
2954
|
+
@contains endpoints: endpoint[];
|
|
2955
|
+
@contains federatedIdentityCredentials: federatedIdentityCredential[];
|
|
2956
|
+
@references homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
2957
|
+
@references memberOf: directoryObject[];
|
|
2958
|
+
@references oauth2PermissionGrants: oAuth2PermissionGrant[];
|
|
2959
|
+
@references ownedObjects: directoryObject[];
|
|
2960
|
+
@references owners: directoryObject[];
|
|
2961
|
+
@contains remoteDesktopSecurityConfiguration: remoteDesktopSecurityConfiguration | null;
|
|
2962
|
+
@contains synchronization: synchronization | null;
|
|
2963
|
+
@references tokenIssuancePolicies: tokenIssuancePolicy[];
|
|
2964
|
+
@references tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
2965
|
+
@references transitiveMemberOf: directoryObject[];
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
@entity model serviceUpdateMessage extends serviceAnnouncementBase {
|
|
2969
|
+
actionRequiredByDateTime: offsetDateTime | null;
|
|
2970
|
+
attachmentsArchive: stream | null;
|
|
2971
|
+
body: itemBody;
|
|
2972
|
+
category: serviceUpdateCategory;
|
|
2973
|
+
hasAttachments: boolean;
|
|
2974
|
+
isMajorChange: boolean | null;
|
|
2975
|
+
services: string[] | null;
|
|
2976
|
+
severity: serviceUpdateSeverity;
|
|
2977
|
+
tags: string[] | null;
|
|
2978
|
+
viewPoint: serviceUpdateMessageViewpoint | null;
|
|
2979
|
+
@contains attachments: serviceAnnouncementAttachment[];
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
@entity model sharedDriveItem extends baseItem {
|
|
2983
|
+
owner: identitySet | null;
|
|
2984
|
+
@contains driveItem: driveItem | null;
|
|
2985
|
+
@contains items: driveItem[];
|
|
2986
|
+
@contains list: list | null;
|
|
2987
|
+
@contains listItem: listItem | null;
|
|
2988
|
+
@contains permission: permission | null;
|
|
2989
|
+
@contains root: driveItem | null;
|
|
2990
|
+
@contains site: site | null;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
@entity model sharepoint extends entity {
|
|
2994
|
+
@contains settings: sharepointSettings | null;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
@entity model sharePointMigrationEvent extends entity {
|
|
2998
|
+
correlationId: string;
|
|
2999
|
+
eventDateTime: offsetDateTime;
|
|
3000
|
+
jobId: string;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
@entity model sharePointMigrationFinishManifestFileUploadEvent extends sharePointMigrationEvent {
|
|
3004
|
+
manifestFileName: string;
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
@entity model sharePointMigrationJob extends entity {
|
|
3008
|
+
containerInfo: sharePointMigrationContainerInfo;
|
|
3009
|
+
@contains progressEvents: sharePointMigrationEvent[];
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
@entity model sharePointMigrationJobCancelledEvent extends sharePointMigrationEvent {
|
|
3013
|
+
isCancelledByUser: boolean;
|
|
3014
|
+
totalRetryCount: int32;
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
@entity model sharePointMigrationJobDeletedEvent extends sharePointMigrationEvent {
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
@entity model sharePointMigrationJobErrorEvent extends sharePointMigrationEvent {
|
|
3021
|
+
error: publicError;
|
|
3022
|
+
errorLevel: sharePointMigrationJobErrorLevel;
|
|
3023
|
+
objectId: string;
|
|
3024
|
+
objectType: sharePointMigrationObjectType;
|
|
3025
|
+
objectUrl: string;
|
|
3026
|
+
totalRetryCount: int32;
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
@entity model sharePointMigrationJobPostponedEvent extends sharePointMigrationEvent {
|
|
3030
|
+
jobsInQueue: int64;
|
|
3031
|
+
nextPickupDateTime: offsetDateTime;
|
|
3032
|
+
reason: string;
|
|
3033
|
+
totalRetryCount: int32;
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
@entity model sharePointMigrationJobProgressEvent extends sharePointMigrationEvent {
|
|
3037
|
+
bytesProcessed: int64;
|
|
3038
|
+
bytesProcessedOnlyCurrentVersion: int64;
|
|
3039
|
+
cpuDurationMs: int64;
|
|
3040
|
+
filesProcessed: int64;
|
|
3041
|
+
filesProcessedOnlyCurrentVersion: int64;
|
|
3042
|
+
isCompleted: boolean;
|
|
3043
|
+
lastProcessedObjectId: string;
|
|
3044
|
+
objectsProcessed: int64;
|
|
3045
|
+
sqlDurationMs: int64;
|
|
3046
|
+
sqlQueryCount: int64;
|
|
3047
|
+
totalDurationMs: int64;
|
|
3048
|
+
totalErrors: int64;
|
|
3049
|
+
totalExpectedBytes: int64;
|
|
3050
|
+
totalExpectedObjects: int64;
|
|
3051
|
+
totalRetryCount: int32;
|
|
3052
|
+
totalWarnings: int64;
|
|
3053
|
+
waitTimeOnSqlThrottlingMs: int64;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3056
|
+
@entity model sharePointMigrationJobQueuedEvent extends sharePointMigrationEvent {
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
@entity model sharePointMigrationJobStartEvent extends sharePointMigrationEvent {
|
|
3060
|
+
isRestarted: boolean;
|
|
3061
|
+
totalRetryCount: int32;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
@entity model sharepointSettings extends entity {
|
|
3065
|
+
allowedDomainGuidsForSyncApp: guid | null;
|
|
3066
|
+
availableManagedPathsForSiteCreation: string[];
|
|
3067
|
+
deletedUserPersonalSiteRetentionPeriodInDays: int32 | null;
|
|
3068
|
+
excludedFileExtensionsForSyncApp: string[] | null;
|
|
3069
|
+
idleSessionSignOut: idleSessionSignOut | null;
|
|
3070
|
+
imageTaggingOption: imageTaggingChoice | null;
|
|
3071
|
+
isCommentingOnSitePagesEnabled: boolean | null;
|
|
3072
|
+
isFileActivityNotificationEnabled: boolean | null;
|
|
3073
|
+
isLegacyAuthProtocolsEnabled: boolean | null;
|
|
3074
|
+
isLoopEnabled: boolean | null;
|
|
3075
|
+
isMacSyncAppEnabled: boolean | null;
|
|
3076
|
+
isRequireAcceptingUserToMatchInvitedUserEnabled: boolean | null;
|
|
3077
|
+
isResharingByExternalUsersEnabled: boolean | null;
|
|
3078
|
+
isSharePointMobileNotificationEnabled: boolean | null;
|
|
3079
|
+
isSharePointNewsfeedEnabled: boolean | null;
|
|
3080
|
+
isSiteCreationEnabled: boolean | null;
|
|
3081
|
+
isSiteCreationUIEnabled: boolean | null;
|
|
3082
|
+
isSitePagesCreationEnabled: boolean | null;
|
|
3083
|
+
isSitesStorageLimitAutomatic: boolean | null;
|
|
3084
|
+
isSyncButtonHiddenOnPersonalSite: boolean | null;
|
|
3085
|
+
isUnmanagedSyncAppForTenantRestricted: boolean | null;
|
|
3086
|
+
personalSiteDefaultStorageLimitInMB: int64 | null;
|
|
3087
|
+
sharingAllowedDomainList: string[] | null;
|
|
3088
|
+
sharingBlockedDomainList: string[] | null;
|
|
3089
|
+
sharingCapability: sharingCapabilities | null;
|
|
3090
|
+
sharingDomainRestrictionMode: sharingDomainRestrictionMode | null;
|
|
3091
|
+
siteCreationDefaultManagedPath: string;
|
|
3092
|
+
siteCreationDefaultStorageLimitInMB: int32 | null;
|
|
3093
|
+
tenantDefaultTimezone: string | null;
|
|
3094
|
+
}
|
|
3095
|
+
|
|
3096
|
+
@entity model signIn extends entity {
|
|
3097
|
+
appDisplayName: string | null;
|
|
3098
|
+
appId: string | null;
|
|
3099
|
+
appliedConditionalAccessPolicies: appliedConditionalAccessPolicy[] | null;
|
|
3100
|
+
clientAppUsed: string | null;
|
|
3101
|
+
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
3102
|
+
correlationId: string | null;
|
|
3103
|
+
@computed createdDateTime: offsetDateTime;
|
|
3104
|
+
deviceDetail: deviceDetail | null;
|
|
3105
|
+
ipAddress: string | null;
|
|
3106
|
+
isInteractive: boolean | null;
|
|
3107
|
+
location: signInLocation | null;
|
|
3108
|
+
resourceDisplayName: string | null;
|
|
3109
|
+
resourceId: string | null;
|
|
3110
|
+
riskDetail: riskDetail | null;
|
|
3111
|
+
riskEventTypes: riskEventType[] | null;
|
|
3112
|
+
riskEventTypes_v2: string[] | null;
|
|
3113
|
+
riskLevelAggregated: riskLevel | null;
|
|
3114
|
+
riskLevelDuringSignIn: riskLevel | null;
|
|
3115
|
+
riskState: riskState | null;
|
|
3116
|
+
status: signInStatus | null;
|
|
3117
|
+
userDisplayName: string | null;
|
|
3118
|
+
userId: string;
|
|
3119
|
+
userPrincipalName: string | null;
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3122
|
+
@entity model site extends baseItem {
|
|
3123
|
+
displayName: string | null;
|
|
3124
|
+
error: publicError | null;
|
|
3125
|
+
isPersonalSite: boolean | null;
|
|
3126
|
+
root: root | null;
|
|
3127
|
+
sharepointIds: sharepointIds | null;
|
|
3128
|
+
siteCollection: siteCollection | null;
|
|
3129
|
+
@references analytics: itemAnalytics | null;
|
|
3130
|
+
@contains columns: columnDefinition[];
|
|
3131
|
+
@contains contentTypes: contentType[];
|
|
3132
|
+
@contains drive: drive | null;
|
|
3133
|
+
@contains drives: drive[];
|
|
3134
|
+
@references externalColumns: columnDefinition[];
|
|
3135
|
+
@contains items: baseItem[];
|
|
3136
|
+
@contains lists: list[];
|
|
3137
|
+
@contains operations: richLongRunningOperation[];
|
|
3138
|
+
@contains pages: baseSitePage[];
|
|
3139
|
+
@contains permissions: permission[];
|
|
3140
|
+
@contains sites: site[];
|
|
3141
|
+
@contains termStore: reference.`microsoft.graph.termStore`.store | null;
|
|
3142
|
+
@contains termStores: reference.`microsoft.graph.termStore`.store[];
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
@open
|
|
3146
|
+
@entity model sitePage extends baseSitePage {
|
|
3147
|
+
promotionKind: pagePromotionType | null;
|
|
3148
|
+
reactions: reactionsFacet | null;
|
|
3149
|
+
showComments: boolean | null;
|
|
3150
|
+
showRecommendedPages: boolean | null;
|
|
3151
|
+
thumbnailWebUrl: string | null;
|
|
3152
|
+
titleArea: titleArea | null;
|
|
3153
|
+
@contains canvasLayout: canvasLayout | null;
|
|
3154
|
+
@contains webParts: webPart[];
|
|
3155
|
+
}
|
|
3156
|
+
|
|
3157
|
+
@entity model standardWebPart extends webPart {
|
|
3158
|
+
containerTextWebPartId: string | null;
|
|
3159
|
+
data: webPartData | null;
|
|
3160
|
+
webPartType: string | null;
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
@entity model storage extends MsGraph.SharedModels.entity {
|
|
3164
|
+
@contains fileStorage: fileStorage | null;
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
@abstract
|
|
3168
|
+
@entity model stsPolicy extends policyBase {
|
|
3169
|
+
definition: string[];
|
|
3170
|
+
isOrganizationDefault: boolean | null;
|
|
3171
|
+
@references appliesTo: directoryObject[];
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
@entity model subscribedSku extends entity {
|
|
3175
|
+
accountId: string | null;
|
|
3176
|
+
accountName: string | null;
|
|
3177
|
+
appliesTo: string | null;
|
|
3178
|
+
capabilityStatus: string | null;
|
|
3179
|
+
consumedUnits: int32 | null;
|
|
3180
|
+
prepaidUnits: licenseUnitsDetail | null;
|
|
3181
|
+
servicePlans: servicePlanInfo[];
|
|
3182
|
+
skuId: guid | null;
|
|
3183
|
+
skuPartNumber: string | null;
|
|
3184
|
+
subscriptionIds: string[] | null;
|
|
3185
|
+
}
|
|
3186
|
+
|
|
3187
|
+
@entity model subscription extends entity {
|
|
3188
|
+
applicationId: string | null;
|
|
3189
|
+
changeType: string;
|
|
3190
|
+
clientState: string | null;
|
|
3191
|
+
creatorId: string | null;
|
|
3192
|
+
encryptionCertificate: string | null;
|
|
3193
|
+
encryptionCertificateId: string | null;
|
|
3194
|
+
expirationDateTime: offsetDateTime;
|
|
3195
|
+
includeResourceData: boolean | null;
|
|
3196
|
+
latestSupportedTlsVersion: string | null;
|
|
3197
|
+
lifecycleNotificationUrl: string | null;
|
|
3198
|
+
notificationUrl: string;
|
|
3199
|
+
resource: string;
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
@entity model synchronization extends entity {
|
|
3203
|
+
secrets: synchronizationSecretKeyStringValuePair[] | null;
|
|
3204
|
+
@contains jobs: synchronizationJob[];
|
|
3205
|
+
@contains templates: synchronizationTemplate[];
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
@entity model synchronizationJob extends entity {
|
|
3209
|
+
schedule: synchronizationSchedule | null;
|
|
3210
|
+
status: synchronizationStatus | null;
|
|
3211
|
+
synchronizationJobSettings: keyValuePair[] | null;
|
|
3212
|
+
templateId: string | null;
|
|
3213
|
+
@contains bulkUpload: bulkUpload | null;
|
|
3214
|
+
@contains schema: synchronizationSchema | null;
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
|
+
@entity model synchronizationSchema extends entity {
|
|
3218
|
+
synchronizationRules: synchronizationRule[] | null;
|
|
3219
|
+
version: string | null;
|
|
3220
|
+
@contains directories: directoryDefinition[];
|
|
3221
|
+
}
|
|
3222
|
+
|
|
3223
|
+
@entity model synchronizationTemplate extends entity {
|
|
3224
|
+
applicationId: guid;
|
|
3225
|
+
default: boolean;
|
|
3226
|
+
description: string | null;
|
|
3227
|
+
discoverable: boolean;
|
|
3228
|
+
factoryTag: string | null;
|
|
3229
|
+
metadata: synchronizationMetadataEntry[] | null;
|
|
3230
|
+
@contains schema: synchronizationSchema | null;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
@entity model targetDeviceGroup extends entity {
|
|
3234
|
+
displayName: string | null;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
@entity model tenantAppManagementPolicy extends policyBase {
|
|
3238
|
+
applicationRestrictions: appManagementApplicationConfiguration | null;
|
|
3239
|
+
isEnabled: boolean;
|
|
3240
|
+
servicePrincipalRestrictions: appManagementServicePrincipalConfiguration | null;
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
@entity model tenantRelationship extends MsGraph.SharedModels.entity {
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
@entity model textWebPart extends webPart {
|
|
3247
|
+
innerHtml: string | null;
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3250
|
+
@open
|
|
3251
|
+
@entity model thumbnailSet extends entity {
|
|
3252
|
+
large: thumbnail | null;
|
|
3253
|
+
medium: thumbnail | null;
|
|
3254
|
+
small: thumbnail | null;
|
|
3255
|
+
source: thumbnail | null;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
@entity model tokenIssuancePolicy extends stsPolicy {
|
|
3259
|
+
}
|
|
3260
|
+
|
|
3261
|
+
@entity model tokenLifetimePolicy extends stsPolicy {
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3264
|
+
@entity model unifiedRbacResourceAction extends entity {
|
|
3265
|
+
actionVerb: string | null;
|
|
3266
|
+
authenticationContextId: string | null;
|
|
3267
|
+
description: string | null;
|
|
3268
|
+
isAuthenticationContextSettable: boolean | null;
|
|
3269
|
+
name: string;
|
|
3270
|
+
resourceScopeId: string | null;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
@entity model unifiedRbacResourceNamespace extends entity {
|
|
3274
|
+
name: string;
|
|
3275
|
+
@contains resourceActions: unifiedRbacResourceAction[];
|
|
3276
|
+
}
|
|
3277
|
+
|
|
3278
|
+
@entity model unifiedRoleAssignment extends entity {
|
|
3279
|
+
appScopeId: string | null;
|
|
3280
|
+
condition: string | null;
|
|
3281
|
+
directoryScopeId: string | null;
|
|
3282
|
+
principalId: string | null;
|
|
3283
|
+
roleDefinitionId: string | null;
|
|
3284
|
+
@contains appScope: appScope | null;
|
|
3285
|
+
@references directoryScope: directoryObject | null;
|
|
3286
|
+
@references principal: directoryObject | null;
|
|
3287
|
+
@references roleDefinition: unifiedRoleDefinition | null;
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
@entity model unifiedRoleDefinition extends entity {
|
|
3291
|
+
description: string | null;
|
|
3292
|
+
displayName: string | null;
|
|
3293
|
+
isBuiltIn: boolean | null;
|
|
3294
|
+
isEnabled: boolean | null;
|
|
3295
|
+
resourceScopes: string[];
|
|
3296
|
+
rolePermissions: unifiedRolePermission[];
|
|
3297
|
+
templateId: string | null;
|
|
3298
|
+
version: string | null;
|
|
3299
|
+
@contains inheritsPermissionsFrom: unifiedRoleDefinition[];
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
@open
|
|
3303
|
+
@entity model user extends directoryObject {
|
|
3304
|
+
accountEnabled: boolean | null;
|
|
3305
|
+
ageGroup: string | null;
|
|
3306
|
+
assignedLicenses: assignedLicense[];
|
|
3307
|
+
assignedPlans: assignedPlan[];
|
|
3308
|
+
authorizationInfo: authorizationInfo | null;
|
|
3309
|
+
businessPhones: string[];
|
|
3310
|
+
city: string | null;
|
|
3311
|
+
companyName: string | null;
|
|
3312
|
+
consentProvidedForMinor: string | null;
|
|
3313
|
+
country: string | null;
|
|
3314
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
3315
|
+
creationType: string | null;
|
|
3316
|
+
customSecurityAttributes: customSecurityAttributeValue | null;
|
|
3317
|
+
department: string | null;
|
|
3318
|
+
displayName: string | null;
|
|
3319
|
+
employeeHireDate: offsetDateTime | null;
|
|
3320
|
+
employeeId: string | null;
|
|
3321
|
+
employeeLeaveDateTime: offsetDateTime | null;
|
|
3322
|
+
employeeOrgData: employeeOrgData | null;
|
|
3323
|
+
employeeType: string | null;
|
|
3324
|
+
externalUserState: string | null;
|
|
3325
|
+
externalUserStateChangeDateTime: offsetDateTime | null;
|
|
3326
|
+
faxNumber: string | null;
|
|
3327
|
+
givenName: string | null;
|
|
3328
|
+
identities: objectIdentity[] | null;
|
|
3329
|
+
imAddresses: string[] | null;
|
|
3330
|
+
isManagementRestricted: boolean | null;
|
|
3331
|
+
isResourceAccount: boolean | null;
|
|
3332
|
+
jobTitle: string | null;
|
|
3333
|
+
@computed lastPasswordChangeDateTime: offsetDateTime | null;
|
|
3334
|
+
legalAgeGroupClassification: string | null;
|
|
3335
|
+
licenseAssignmentStates: licenseAssignmentState[] | null;
|
|
3336
|
+
mail: string | null;
|
|
3337
|
+
mailNickname: string | null;
|
|
3338
|
+
mobilePhone: string | null;
|
|
3339
|
+
officeLocation: string | null;
|
|
3340
|
+
onPremisesDistinguishedName: string | null;
|
|
3341
|
+
onPremisesDomainName: string | null;
|
|
3342
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
3343
|
+
onPremisesImmutableId: string | null;
|
|
3344
|
+
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
3345
|
+
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
3346
|
+
onPremisesSamAccountName: string | null;
|
|
3347
|
+
onPremisesSecurityIdentifier: string | null;
|
|
3348
|
+
onPremisesSyncEnabled: boolean | null;
|
|
3349
|
+
onPremisesUserPrincipalName: string | null;
|
|
3350
|
+
otherMails: string[];
|
|
3351
|
+
passwordPolicies: string | null;
|
|
3352
|
+
passwordProfile: passwordProfile | null;
|
|
3353
|
+
postalCode: string | null;
|
|
3354
|
+
preferredDataLocation: string | null;
|
|
3355
|
+
preferredLanguage: string | null;
|
|
3356
|
+
provisionedPlans: provisionedPlan[];
|
|
3357
|
+
proxyAddresses: string[];
|
|
3358
|
+
securityIdentifier: string | null;
|
|
3359
|
+
showInAddressList: boolean | null;
|
|
3360
|
+
signInActivity: signInActivity | null;
|
|
3361
|
+
signInSessionsValidFromDateTime: offsetDateTime | null;
|
|
3362
|
+
state: string | null;
|
|
3363
|
+
streetAddress: string | null;
|
|
3364
|
+
surname: string | null;
|
|
3365
|
+
usageLocation: string | null;
|
|
3366
|
+
userPrincipalName: string | null;
|
|
3367
|
+
userType: string | null;
|
|
3368
|
+
@contains appRoleAssignments: appRoleAssignment[];
|
|
3369
|
+
@references createdObjects: directoryObject[];
|
|
3370
|
+
@references directReports: directoryObject[];
|
|
3371
|
+
@contains drive: drive | null;
|
|
3372
|
+
@contains drives: drive[];
|
|
3373
|
+
@contains extensions: extension[];
|
|
3374
|
+
@references followedSites: site[];
|
|
3375
|
+
@contains licenseDetails: licenseDetails[];
|
|
3376
|
+
@references manager: directoryObject | null;
|
|
3377
|
+
@references memberOf: directoryObject[];
|
|
3378
|
+
@references oauth2PermissionGrants: oAuth2PermissionGrant[];
|
|
3379
|
+
@contains onlineMeetings: onlineMeeting[];
|
|
3380
|
+
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
3381
|
+
@references ownedDevices: directoryObject[];
|
|
3382
|
+
@references ownedObjects: directoryObject[];
|
|
3383
|
+
@contains photo: profilePhoto | null;
|
|
3384
|
+
@contains photos: profilePhoto[];
|
|
3385
|
+
@contains presence: presence | null;
|
|
3386
|
+
@references registeredDevices: directoryObject[];
|
|
3387
|
+
@contains scopedRoleMemberOf: scopedRoleMembership[];
|
|
3388
|
+
@references transitiveMemberOf: directoryObject[];
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
@entity model userInsightsSettings extends entity {
|
|
3392
|
+
isEnabled: boolean;
|
|
3393
|
+
}
|
|
3394
|
+
|
|
3395
|
+
@entity model userRegistrationDetails extends entity {
|
|
3396
|
+
isAdmin: boolean | null;
|
|
3397
|
+
isMfaCapable: boolean;
|
|
3398
|
+
isMfaRegistered: boolean;
|
|
3399
|
+
isPasswordlessCapable: boolean;
|
|
3400
|
+
isSsprCapable: boolean;
|
|
3401
|
+
isSsprEnabled: boolean;
|
|
3402
|
+
isSsprRegistered: boolean;
|
|
3403
|
+
isSystemPreferredAuthenticationMethodEnabled: boolean | null;
|
|
3404
|
+
@computed lastUpdatedDateTime: offsetDateTime;
|
|
3405
|
+
methodsRegistered: string[] | null;
|
|
3406
|
+
systemPreferredAuthenticationMethods: string[] | null;
|
|
3407
|
+
userDisplayName: string;
|
|
3408
|
+
userPreferredMethodForSecondaryAuthentication: userDefaultAuthenticationMethod | null;
|
|
3409
|
+
userPrincipalName: string;
|
|
3410
|
+
userType: signInUserType | null;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
@entity model userSettings extends entity {
|
|
3414
|
+
@contains itemInsights: userInsightsSettings | null;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
@entity model verticalSection extends entity {
|
|
3418
|
+
emphasis: sectionEmphasisType | null;
|
|
3419
|
+
@contains webparts: webPart[];
|
|
3420
|
+
}
|
|
3421
|
+
|
|
3422
|
+
@abstract
|
|
3423
|
+
@entity model webPart extends entity {
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3426
|
+
enum allowInvitesFrom {
|
|
3427
|
+
none,
|
|
3428
|
+
adminsAndGuestInviters,
|
|
3429
|
+
adminsGuestInvitersAndAllMembers,
|
|
3430
|
+
everyone,
|
|
3431
|
+
unknownFutureValue,
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
enum appCredentialRestrictionType {
|
|
3435
|
+
passwordAddition,
|
|
3436
|
+
passwordLifetime,
|
|
3437
|
+
symmetricKeyAddition,
|
|
3438
|
+
symmetricKeyLifetime,
|
|
3439
|
+
customPasswordAddition,
|
|
3440
|
+
unknownFutureValue,
|
|
3441
|
+
}
|
|
3442
|
+
|
|
3443
|
+
enum appKeyCredentialRestrictionType {
|
|
3444
|
+
asymmetricKeyLifetime,
|
|
3445
|
+
unknownFutureValue,
|
|
3446
|
+
}
|
|
3447
|
+
|
|
3448
|
+
enum appliedConditionalAccessPolicyResult {
|
|
3449
|
+
success,
|
|
3450
|
+
failure,
|
|
3451
|
+
notApplied,
|
|
3452
|
+
notEnabled,
|
|
3453
|
+
`unknown`,
|
|
3454
|
+
unknownFutureValue,
|
|
3455
|
+
reportOnlySuccess,
|
|
3456
|
+
reportOnlyFailure,
|
|
3457
|
+
reportOnlyNotApplied,
|
|
3458
|
+
reportOnlyInterrupted,
|
|
3459
|
+
}
|
|
3460
|
+
|
|
3461
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3462
|
+
enum attributeDefinitionMetadata {
|
|
3463
|
+
BaseAttributeName,
|
|
3464
|
+
ComplexObjectDefinition,
|
|
3465
|
+
IsContainer,
|
|
3466
|
+
IsCustomerDefined,
|
|
3467
|
+
IsDomainQualified,
|
|
3468
|
+
LinkPropertyNames,
|
|
3469
|
+
LinkTypeName,
|
|
3470
|
+
MaximumLength,
|
|
3471
|
+
ReferencedProperty,
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3475
|
+
enum attributeFlowBehavior {
|
|
3476
|
+
FlowWhenChanged,
|
|
3477
|
+
FlowAlways,
|
|
3478
|
+
}
|
|
3479
|
+
|
|
3480
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3481
|
+
enum attributeFlowType {
|
|
3482
|
+
Always,
|
|
3483
|
+
ObjectAddOnly,
|
|
3484
|
+
MultiValueAddOnly,
|
|
3485
|
+
ValueAddOnly,
|
|
3486
|
+
AttributeAddOnly,
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3489
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3490
|
+
enum attributeMappingSourceType {
|
|
3491
|
+
Attribute,
|
|
3492
|
+
Constant,
|
|
3493
|
+
Function,
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3497
|
+
enum attributeType {
|
|
3498
|
+
`String`,
|
|
3499
|
+
`Integer`,
|
|
3500
|
+
Reference,
|
|
3501
|
+
Binary,
|
|
3502
|
+
`Boolean`,
|
|
3503
|
+
DateTime,
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3506
|
+
enum authenticationMethodFeature {
|
|
3507
|
+
ssprRegistered,
|
|
3508
|
+
ssprEnabled,
|
|
3509
|
+
ssprCapable,
|
|
3510
|
+
passwordlessCapable,
|
|
3511
|
+
mfaCapable,
|
|
3512
|
+
unknownFutureValue,
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3515
|
+
enum authenticationProtocol {
|
|
3516
|
+
wsFed,
|
|
3517
|
+
saml,
|
|
3518
|
+
unknownFutureValue,
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
enum b2bIdentityProvidersType {
|
|
3522
|
+
azureActiveDirectory,
|
|
3523
|
+
externalFederation,
|
|
3524
|
+
socialIdentityProviders,
|
|
3525
|
+
emailOneTimePasscode,
|
|
3526
|
+
microsoftAccount,
|
|
3527
|
+
defaultConfiguredIdp,
|
|
3528
|
+
unknownFutureValue,
|
|
3529
|
+
}
|
|
3530
|
+
|
|
3531
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3532
|
+
enum bodyType {
|
|
3533
|
+
text,
|
|
3534
|
+
html,
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
enum broadcastMeetingAudience {
|
|
3538
|
+
roleIsAttendee,
|
|
3539
|
+
organization,
|
|
3540
|
+
everyone,
|
|
3541
|
+
unknownFutureValue,
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3545
|
+
enum changeType {
|
|
3546
|
+
created,
|
|
3547
|
+
updated,
|
|
3548
|
+
deleted,
|
|
3549
|
+
}
|
|
3550
|
+
|
|
3551
|
+
enum columnTypes {
|
|
3552
|
+
note,
|
|
3553
|
+
text,
|
|
3554
|
+
choice,
|
|
3555
|
+
multichoice,
|
|
3556
|
+
number,
|
|
3557
|
+
currency,
|
|
3558
|
+
dateTime,
|
|
3559
|
+
lookup,
|
|
3560
|
+
`boolean`,
|
|
3561
|
+
user,
|
|
3562
|
+
url,
|
|
3563
|
+
calculated,
|
|
3564
|
+
location,
|
|
3565
|
+
geolocation,
|
|
3566
|
+
term,
|
|
3567
|
+
multiterm,
|
|
3568
|
+
thumbnail,
|
|
3569
|
+
approvalStatus,
|
|
3570
|
+
unknownFutureValue,
|
|
3571
|
+
}
|
|
3572
|
+
|
|
3573
|
+
enum conditionalAccessStatus {
|
|
3574
|
+
success,
|
|
3575
|
+
failure,
|
|
3576
|
+
notApplied,
|
|
3577
|
+
unknownFutureValue,
|
|
3578
|
+
}
|
|
3579
|
+
|
|
3580
|
+
enum crossTenantAccessPolicyTargetConfigurationAccessType {
|
|
3581
|
+
allowed,
|
|
3582
|
+
blocked,
|
|
3583
|
+
unknownFutureValue,
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
enum crossTenantAccessPolicyTargetType {
|
|
3587
|
+
user,
|
|
3588
|
+
group,
|
|
3589
|
+
application,
|
|
3590
|
+
unknownFutureValue,
|
|
3591
|
+
}
|
|
3592
|
+
|
|
3593
|
+
@graphFlags
|
|
3594
|
+
enum directoryDefinitionDiscoverabilities {
|
|
3595
|
+
None,
|
|
3596
|
+
AttributeNames,
|
|
3597
|
+
AttributeDataTypes,
|
|
3598
|
+
AttributeReadOnly,
|
|
3599
|
+
ReferenceAttributes,
|
|
3600
|
+
UnknownFutureValue,
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
enum driveItemSourceApplication {
|
|
3604
|
+
teams,
|
|
3605
|
+
yammer,
|
|
3606
|
+
sharePoint,
|
|
3607
|
+
oneDrive,
|
|
3608
|
+
stream,
|
|
3609
|
+
powerPoint,
|
|
3610
|
+
office,
|
|
3611
|
+
loki,
|
|
3612
|
+
loop,
|
|
3613
|
+
other,
|
|
3614
|
+
unknownFutureValue,
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3618
|
+
enum entryExportStatus {
|
|
3619
|
+
Noop,
|
|
3620
|
+
Success,
|
|
3621
|
+
RetryableError,
|
|
3622
|
+
PermanentError,
|
|
3623
|
+
Error,
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3626
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3627
|
+
enum entrySyncOperation {
|
|
3628
|
+
None,
|
|
3629
|
+
Add,
|
|
3630
|
+
Delete,
|
|
3631
|
+
Update,
|
|
3632
|
+
}
|
|
3633
|
+
|
|
3634
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3635
|
+
enum escrowBehavior {
|
|
3636
|
+
Default,
|
|
3637
|
+
IgnoreLookupReferenceResolutionFailure,
|
|
3638
|
+
}
|
|
3639
|
+
|
|
3640
|
+
enum federatedIdpMfaBehavior {
|
|
3641
|
+
acceptIfMfaDoneByFederatedIdp,
|
|
3642
|
+
enforceMfaByFederatedIdp,
|
|
3643
|
+
rejectMfaByFederatedIdp,
|
|
3644
|
+
unknownFutureValue,
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3647
|
+
enum fileStorageContainerBillingClassification {
|
|
3648
|
+
standard,
|
|
3649
|
+
trial,
|
|
3650
|
+
directToCustomer,
|
|
3651
|
+
unknownFutureValue,
|
|
3652
|
+
}
|
|
3653
|
+
|
|
3654
|
+
enum fileStorageContainerBillingStatus {
|
|
3655
|
+
invalid,
|
|
3656
|
+
valid,
|
|
3657
|
+
unknownFutureValue,
|
|
3658
|
+
}
|
|
3659
|
+
|
|
3660
|
+
enum fileStorageContainerStatus {
|
|
3661
|
+
inactive,
|
|
3662
|
+
active,
|
|
3663
|
+
unknownFutureValue,
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3666
|
+
enum fileStorageContainerTypeAppPermission {
|
|
3667
|
+
none,
|
|
3668
|
+
readContent,
|
|
3669
|
+
writeContent,
|
|
3670
|
+
manageContent,
|
|
3671
|
+
create,
|
|
3672
|
+
delete,
|
|
3673
|
+
read,
|
|
3674
|
+
write,
|
|
3675
|
+
enumeratePermissions,
|
|
3676
|
+
addPermissions,
|
|
3677
|
+
updatePermissions,
|
|
3678
|
+
deletePermissions,
|
|
3679
|
+
deleteOwnPermission,
|
|
3680
|
+
managePermissions,
|
|
3681
|
+
full,
|
|
3682
|
+
unknownFutureValue,
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
@graphFlags
|
|
3686
|
+
enum fileStorageContainerTypeSettingsOverride {
|
|
3687
|
+
urlTemplate,
|
|
3688
|
+
isDiscoverabilityEnabled,
|
|
3689
|
+
isSearchEnabled,
|
|
3690
|
+
isItemVersioningEnabled,
|
|
3691
|
+
itemMajorVersionLimit,
|
|
3692
|
+
maxStoragePerContainerInBytes,
|
|
3693
|
+
unknownFutureValue,
|
|
3694
|
+
}
|
|
3695
|
+
|
|
3696
|
+
enum groupType {
|
|
3697
|
+
unifiedGroups,
|
|
3698
|
+
azureAD,
|
|
3699
|
+
unknownFutureValue,
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
enum horizontalSectionLayoutType {
|
|
3703
|
+
none,
|
|
3704
|
+
oneColumn,
|
|
3705
|
+
twoColumns,
|
|
3706
|
+
threeColumns,
|
|
3707
|
+
oneThirdLeftColumn,
|
|
3708
|
+
oneThirdRightColumn,
|
|
3709
|
+
fullWidth,
|
|
3710
|
+
unknownFutureValue,
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3713
|
+
enum imageTaggingChoice {
|
|
3714
|
+
disabled,
|
|
3715
|
+
basic,
|
|
3716
|
+
enhanced,
|
|
3717
|
+
unknownFutureValue,
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3720
|
+
enum includedUserRoles {
|
|
3721
|
+
all,
|
|
3722
|
+
privilegedAdmin,
|
|
3723
|
+
admin,
|
|
3724
|
+
user,
|
|
3725
|
+
unknownFutureValue,
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
enum includedUserTypes {
|
|
3729
|
+
all,
|
|
3730
|
+
member,
|
|
3731
|
+
guest,
|
|
3732
|
+
unknownFutureValue,
|
|
3733
|
+
}
|
|
3734
|
+
|
|
3735
|
+
enum initiatorType {
|
|
3736
|
+
user,
|
|
3737
|
+
application,
|
|
3738
|
+
system,
|
|
3739
|
+
unknownFutureValue,
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
enum layoutTemplateType {
|
|
3743
|
+
default,
|
|
3744
|
+
verticalSplit,
|
|
3745
|
+
unknownFutureValue,
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3748
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3749
|
+
enum lifecycleEventType {
|
|
3750
|
+
missed,
|
|
3751
|
+
subscriptionRemoved,
|
|
3752
|
+
reauthorizationRequired,
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3755
|
+
enum lobbyBypassScope {
|
|
3756
|
+
organizer,
|
|
3757
|
+
organization,
|
|
3758
|
+
organizationAndFederated,
|
|
3759
|
+
everyone,
|
|
3760
|
+
unknownFutureValue,
|
|
3761
|
+
invited,
|
|
3762
|
+
organizationExcludingGuests,
|
|
3763
|
+
}
|
|
3764
|
+
|
|
3765
|
+
enum longRunningOperationStatus {
|
|
3766
|
+
notStarted,
|
|
3767
|
+
running,
|
|
3768
|
+
succeeded,
|
|
3769
|
+
failed,
|
|
3770
|
+
unknownFutureValue,
|
|
3771
|
+
}
|
|
3772
|
+
|
|
3773
|
+
enum mediaSourceContentCategory {
|
|
3774
|
+
meeting,
|
|
3775
|
+
liveStream,
|
|
3776
|
+
presentation,
|
|
3777
|
+
screenRecording,
|
|
3778
|
+
story,
|
|
3779
|
+
profile,
|
|
3780
|
+
chat,
|
|
3781
|
+
note,
|
|
3782
|
+
comment,
|
|
3783
|
+
unknownFutureValue,
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
enum meetingChatHistoryDefaultMode {
|
|
3787
|
+
none,
|
|
3788
|
+
all,
|
|
3789
|
+
unknownFutureValue,
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
enum meetingChatMode {
|
|
3793
|
+
enabled,
|
|
3794
|
+
disabled,
|
|
3795
|
+
limited,
|
|
3796
|
+
unknownFutureValue,
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
enum multiFactorAuthConfiguration {
|
|
3800
|
+
notRequired,
|
|
3801
|
+
required,
|
|
3802
|
+
unknownFutureValue,
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3806
|
+
enum mutability {
|
|
3807
|
+
ReadWrite,
|
|
3808
|
+
ReadOnly,
|
|
3809
|
+
Immutable,
|
|
3810
|
+
WriteOnly,
|
|
3811
|
+
}
|
|
3812
|
+
|
|
3813
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3814
|
+
enum objectDefinitionMetadata {
|
|
3815
|
+
PropertyNameAccountEnabled,
|
|
3816
|
+
PropertyNameSoftDeleted,
|
|
3817
|
+
IsSoftDeletionSupported,
|
|
3818
|
+
IsSynchronizeAllSupported,
|
|
3819
|
+
ConnectorDataStorageRequired,
|
|
3820
|
+
Extensions,
|
|
3821
|
+
BaseObjectName,
|
|
3822
|
+
}
|
|
3823
|
+
|
|
3824
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3825
|
+
@graphFlags
|
|
3826
|
+
enum objectFlowTypes {
|
|
3827
|
+
None,
|
|
3828
|
+
Add,
|
|
3829
|
+
Update,
|
|
3830
|
+
Delete,
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3834
|
+
enum objectMappingMetadata {
|
|
3835
|
+
EscrowBehavior,
|
|
3836
|
+
DisableMonitoringForChanges,
|
|
3837
|
+
OriginalJoiningProperty,
|
|
3838
|
+
Disposition,
|
|
3839
|
+
IsCustomerDefined,
|
|
3840
|
+
ExcludeFromReporting,
|
|
3841
|
+
Unsynchronized,
|
|
3842
|
+
}
|
|
3843
|
+
|
|
3844
|
+
@graphFlags
|
|
3845
|
+
enum onlineMeetingContentSharingDisabledReason {
|
|
3846
|
+
watermarkProtection,
|
|
3847
|
+
unknownFutureValue,
|
|
3848
|
+
}
|
|
3849
|
+
|
|
3850
|
+
enum onlineMeetingPresenters {
|
|
3851
|
+
everyone,
|
|
3852
|
+
organization,
|
|
3853
|
+
roleIsPresenter,
|
|
3854
|
+
organizer,
|
|
3855
|
+
unknownFutureValue,
|
|
3856
|
+
}
|
|
3857
|
+
|
|
3858
|
+
enum onlineMeetingRole {
|
|
3859
|
+
attendee,
|
|
3860
|
+
presenter,
|
|
3861
|
+
unknownFutureValue,
|
|
3862
|
+
producer,
|
|
3863
|
+
coorganizer,
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
@graphFlags
|
|
3867
|
+
enum onlineMeetingVideoDisabledReason {
|
|
3868
|
+
watermarkProtection,
|
|
3869
|
+
unknownFutureValue,
|
|
3870
|
+
}
|
|
3871
|
+
|
|
3872
|
+
enum onPremisesDirectorySynchronizationDeletionPreventionType {
|
|
3873
|
+
disabled,
|
|
3874
|
+
enabledForCount,
|
|
3875
|
+
enabledForPercentage,
|
|
3876
|
+
unknownFutureValue,
|
|
3877
|
+
}
|
|
3878
|
+
|
|
3879
|
+
enum operationResult {
|
|
3880
|
+
success,
|
|
3881
|
+
failure,
|
|
3882
|
+
timeout,
|
|
3883
|
+
unknownFutureValue,
|
|
3884
|
+
}
|
|
3885
|
+
|
|
3886
|
+
enum pageLayoutType {
|
|
3887
|
+
microsoftReserved,
|
|
3888
|
+
article,
|
|
3889
|
+
home,
|
|
3890
|
+
unknownFutureValue,
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
enum pagePromotionType {
|
|
3894
|
+
microsoftReserved,
|
|
3895
|
+
page,
|
|
3896
|
+
newsPost,
|
|
3897
|
+
unknownFutureValue,
|
|
3898
|
+
}
|
|
3899
|
+
|
|
3900
|
+
enum partnerTenantType {
|
|
3901
|
+
microsoftSupport,
|
|
3902
|
+
syndicatePartner,
|
|
3903
|
+
breadthPartner,
|
|
3904
|
+
breadthPartnerDelegatedAdmin,
|
|
3905
|
+
resellerPartnerDelegatedAdmin,
|
|
3906
|
+
valueAddedResellerPartnerDelegatedAdmin,
|
|
3907
|
+
unknownFutureValue,
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
enum permissionClassificationType {
|
|
3911
|
+
low,
|
|
3912
|
+
medium,
|
|
3913
|
+
high,
|
|
3914
|
+
unknownFutureValue,
|
|
3915
|
+
}
|
|
3916
|
+
|
|
3917
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3918
|
+
enum permissionType {
|
|
3919
|
+
delegatedUserConsentable,
|
|
3920
|
+
delegated,
|
|
3921
|
+
application,
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3925
|
+
enum phoneType {
|
|
3926
|
+
home,
|
|
3927
|
+
business,
|
|
3928
|
+
mobile,
|
|
3929
|
+
other,
|
|
3930
|
+
assistant,
|
|
3931
|
+
homeFax,
|
|
3932
|
+
businessFax,
|
|
3933
|
+
otherFax,
|
|
3934
|
+
pager,
|
|
3935
|
+
radio,
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
enum postType {
|
|
3939
|
+
regular,
|
|
3940
|
+
quick,
|
|
3941
|
+
strategic,
|
|
3942
|
+
unknownFutureValue,
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
enum promptLoginBehavior {
|
|
3946
|
+
translateToFreshPasswordAuthentication,
|
|
3947
|
+
nativeSupport,
|
|
3948
|
+
disabled,
|
|
3949
|
+
unknownFutureValue,
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
enum provisioningAction {
|
|
3953
|
+
other,
|
|
3954
|
+
create,
|
|
3955
|
+
delete,
|
|
3956
|
+
disable,
|
|
3957
|
+
update,
|
|
3958
|
+
stagedDelete,
|
|
3959
|
+
unknownFutureValue,
|
|
3960
|
+
}
|
|
3961
|
+
|
|
3962
|
+
enum provisioningResult {
|
|
3963
|
+
success,
|
|
3964
|
+
failure,
|
|
3965
|
+
skipped,
|
|
3966
|
+
warning,
|
|
3967
|
+
unknownFutureValue,
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
enum provisioningStatusErrorCategory {
|
|
3971
|
+
failure,
|
|
3972
|
+
nonServiceFailure,
|
|
3973
|
+
success,
|
|
3974
|
+
unknownFutureValue,
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
enum provisioningStepType {
|
|
3978
|
+
`import`,
|
|
3979
|
+
scoping,
|
|
3980
|
+
matching,
|
|
3981
|
+
processing,
|
|
3982
|
+
referenceResolution,
|
|
3983
|
+
export,
|
|
3984
|
+
unknownFutureValue,
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3987
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3988
|
+
enum quarantineReason {
|
|
3989
|
+
EncounteredBaseEscrowThreshold,
|
|
3990
|
+
EncounteredTotalEscrowThreshold,
|
|
3991
|
+
EncounteredEscrowProportionThreshold,
|
|
3992
|
+
EncounteredQuarantineException,
|
|
3993
|
+
`Unknown`,
|
|
3994
|
+
QuarantinedOnDemand,
|
|
3995
|
+
TooManyDeletes,
|
|
3996
|
+
IngestionInterrupted,
|
|
3997
|
+
}
|
|
3998
|
+
|
|
3999
|
+
enum riskDetail {
|
|
4000
|
+
none,
|
|
4001
|
+
adminGeneratedTemporaryPassword,
|
|
4002
|
+
userPerformedSecuredPasswordChange,
|
|
4003
|
+
userPerformedSecuredPasswordReset,
|
|
4004
|
+
adminConfirmedSigninSafe,
|
|
4005
|
+
aiConfirmedSigninSafe,
|
|
4006
|
+
userPassedMFADrivenByRiskBasedPolicy,
|
|
4007
|
+
adminDismissedAllRiskForUser,
|
|
4008
|
+
adminConfirmedSigninCompromised,
|
|
4009
|
+
hidden,
|
|
4010
|
+
adminConfirmedUserCompromised,
|
|
4011
|
+
unknownFutureValue,
|
|
4012
|
+
m365DAdminDismissedDetection,
|
|
4013
|
+
adminConfirmedServicePrincipalCompromised,
|
|
4014
|
+
adminDismissedAllRiskForServicePrincipal,
|
|
4015
|
+
userChangedPasswordOnPremises,
|
|
4016
|
+
adminDismissedRiskForSignIn,
|
|
4017
|
+
adminConfirmedAccountSafe,
|
|
4018
|
+
}
|
|
4019
|
+
|
|
4020
|
+
enum riskEventType {
|
|
4021
|
+
unlikelyTravel,
|
|
4022
|
+
anonymizedIPAddress,
|
|
4023
|
+
maliciousIPAddress,
|
|
4024
|
+
unfamiliarFeatures,
|
|
4025
|
+
malwareInfectedIPAddress,
|
|
4026
|
+
suspiciousIPAddress,
|
|
4027
|
+
leakedCredentials,
|
|
4028
|
+
investigationsThreatIntelligence,
|
|
4029
|
+
generic,
|
|
4030
|
+
adminConfirmedUserCompromised,
|
|
4031
|
+
mcasImpossibleTravel,
|
|
4032
|
+
mcasSuspiciousInboxManipulationRules,
|
|
4033
|
+
investigationsThreatIntelligenceSigninLinked,
|
|
4034
|
+
maliciousIPAddressValidCredentialsBlockedIP,
|
|
4035
|
+
unknownFutureValue,
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
enum riskLevel {
|
|
4039
|
+
low,
|
|
4040
|
+
medium,
|
|
4041
|
+
high,
|
|
4042
|
+
hidden,
|
|
4043
|
+
none,
|
|
4044
|
+
unknownFutureValue,
|
|
4045
|
+
}
|
|
4046
|
+
|
|
4047
|
+
enum riskState {
|
|
4048
|
+
none,
|
|
4049
|
+
confirmedSafe,
|
|
4050
|
+
remediated,
|
|
4051
|
+
dismissed,
|
|
4052
|
+
atRisk,
|
|
4053
|
+
confirmedCompromised,
|
|
4054
|
+
unknownFutureValue,
|
|
4055
|
+
}
|
|
4056
|
+
|
|
4057
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4058
|
+
enum scopeOperatorMultiValuedComparisonType {
|
|
4059
|
+
All,
|
|
4060
|
+
Any,
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4064
|
+
enum scopeOperatorType {
|
|
4065
|
+
Binary,
|
|
4066
|
+
Unary,
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
enum sectionEmphasisType {
|
|
4070
|
+
none,
|
|
4071
|
+
neutral,
|
|
4072
|
+
soft,
|
|
4073
|
+
strong,
|
|
4074
|
+
unknownFutureValue,
|
|
4075
|
+
}
|
|
4076
|
+
|
|
4077
|
+
enum sensitivityLabelAssignmentMethod {
|
|
4078
|
+
standard,
|
|
4079
|
+
privileged,
|
|
4080
|
+
auto,
|
|
4081
|
+
unknownFutureValue,
|
|
4082
|
+
}
|
|
4083
|
+
|
|
4084
|
+
enum serviceHealthClassificationType {
|
|
4085
|
+
advisory,
|
|
4086
|
+
incident,
|
|
4087
|
+
unknownFutureValue,
|
|
4088
|
+
}
|
|
4089
|
+
|
|
4090
|
+
enum serviceHealthOrigin {
|
|
4091
|
+
microsoft,
|
|
4092
|
+
thirdParty,
|
|
4093
|
+
customer,
|
|
4094
|
+
unknownFutureValue,
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
enum serviceHealthStatus {
|
|
4098
|
+
serviceOperational,
|
|
4099
|
+
investigating,
|
|
4100
|
+
restoringService,
|
|
4101
|
+
verifyingService,
|
|
4102
|
+
serviceRestored,
|
|
4103
|
+
postIncidentReviewPublished,
|
|
4104
|
+
serviceDegradation,
|
|
4105
|
+
serviceInterruption,
|
|
4106
|
+
extendedRecovery,
|
|
4107
|
+
falsePositive,
|
|
4108
|
+
investigationSuspended,
|
|
4109
|
+
resolved,
|
|
4110
|
+
mitigatedExternal,
|
|
4111
|
+
mitigated,
|
|
4112
|
+
resolvedExternal,
|
|
4113
|
+
confirmed,
|
|
4114
|
+
reported,
|
|
4115
|
+
unknownFutureValue,
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
enum serviceUpdateCategory {
|
|
4119
|
+
preventOrFixIssue,
|
|
4120
|
+
planForChange,
|
|
4121
|
+
stayInformed,
|
|
4122
|
+
unknownFutureValue,
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
enum serviceUpdateSeverity {
|
|
4126
|
+
normal,
|
|
4127
|
+
high,
|
|
4128
|
+
critical,
|
|
4129
|
+
unknownFutureValue,
|
|
4130
|
+
}
|
|
4131
|
+
|
|
4132
|
+
enum sharePointMigrationJobErrorLevel {
|
|
4133
|
+
important,
|
|
4134
|
+
warning,
|
|
4135
|
+
error,
|
|
4136
|
+
fatalError,
|
|
4137
|
+
unknownFutureValue,
|
|
4138
|
+
}
|
|
4139
|
+
|
|
4140
|
+
enum sharePointMigrationObjectType {
|
|
4141
|
+
site,
|
|
4142
|
+
web,
|
|
4143
|
+
folder,
|
|
4144
|
+
list,
|
|
4145
|
+
listItem,
|
|
4146
|
+
file,
|
|
4147
|
+
alert,
|
|
4148
|
+
sharedWithObject,
|
|
4149
|
+
invalid,
|
|
4150
|
+
unknownFutureValue,
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
enum sharingCapabilities {
|
|
4154
|
+
disabled,
|
|
4155
|
+
externalUserSharingOnly,
|
|
4156
|
+
externalUserAndGuestSharing,
|
|
4157
|
+
existingExternalUserSharingOnly,
|
|
4158
|
+
unknownFutureValue,
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
enum sharingDomainRestrictionMode {
|
|
4162
|
+
none,
|
|
4163
|
+
allowList,
|
|
4164
|
+
blockList,
|
|
4165
|
+
unknownFutureValue,
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4168
|
+
enum signInUserType {
|
|
4169
|
+
member,
|
|
4170
|
+
guest,
|
|
4171
|
+
unknownFutureValue,
|
|
4172
|
+
}
|
|
4173
|
+
|
|
4174
|
+
enum siteArchiveStatus {
|
|
4175
|
+
recentlyArchived,
|
|
4176
|
+
fullyArchived,
|
|
4177
|
+
reactivating,
|
|
4178
|
+
unknownFutureValue,
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
|
+
enum siteLockState {
|
|
4182
|
+
unlocked,
|
|
4183
|
+
lockedReadOnly,
|
|
4184
|
+
lockedNoAccess,
|
|
4185
|
+
lockedNoAdditions,
|
|
4186
|
+
unknownFutureValue,
|
|
4187
|
+
}
|
|
4188
|
+
|
|
4189
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4190
|
+
enum synchronizationDisposition {
|
|
4191
|
+
Normal,
|
|
4192
|
+
Discard,
|
|
4193
|
+
Escrow,
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4197
|
+
@graphFlags
|
|
4198
|
+
enum synchronizationJobRestartScope {
|
|
4199
|
+
None,
|
|
4200
|
+
ConnectorDataStore,
|
|
4201
|
+
Escrows,
|
|
4202
|
+
Watermark,
|
|
4203
|
+
QuarantineState,
|
|
4204
|
+
Full,
|
|
4205
|
+
ForceDeletes,
|
|
4206
|
+
}
|
|
4207
|
+
|
|
4208
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4209
|
+
enum synchronizationMetadata {
|
|
4210
|
+
GalleryApplicationIdentifier,
|
|
4211
|
+
GalleryApplicationKey,
|
|
4212
|
+
IsOAuthEnabled,
|
|
4213
|
+
IsSynchronizationAgentAssignmentRequired,
|
|
4214
|
+
IsSynchronizationAgentRequired,
|
|
4215
|
+
IsSynchronizationInPreview,
|
|
4216
|
+
OAuthSettings,
|
|
4217
|
+
SynchronizationLearnMoreIbizaFwLink,
|
|
4218
|
+
ConfigurationFields,
|
|
4219
|
+
}
|
|
4220
|
+
|
|
4221
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4222
|
+
enum synchronizationScheduleState {
|
|
4223
|
+
Active,
|
|
4224
|
+
Disabled,
|
|
4225
|
+
Paused,
|
|
4226
|
+
}
|
|
4227
|
+
|
|
4228
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4229
|
+
enum synchronizationSecret {
|
|
4230
|
+
None,
|
|
4231
|
+
UserName,
|
|
4232
|
+
Password,
|
|
4233
|
+
SecretToken,
|
|
4234
|
+
AppKey,
|
|
4235
|
+
BaseAddress,
|
|
4236
|
+
ClientIdentifier,
|
|
4237
|
+
ClientSecret,
|
|
4238
|
+
SingleSignOnType,
|
|
4239
|
+
Sandbox,
|
|
4240
|
+
Url,
|
|
4241
|
+
Domain,
|
|
4242
|
+
ConsumerKey,
|
|
4243
|
+
ConsumerSecret,
|
|
4244
|
+
TokenKey,
|
|
4245
|
+
TokenExpiration,
|
|
4246
|
+
Oauth2AccessToken,
|
|
4247
|
+
Oauth2AccessTokenCreationTime,
|
|
4248
|
+
Oauth2RefreshToken,
|
|
4249
|
+
SyncAll,
|
|
4250
|
+
InstanceName,
|
|
4251
|
+
Oauth2ClientId,
|
|
4252
|
+
Oauth2ClientSecret,
|
|
4253
|
+
CompanyId,
|
|
4254
|
+
UpdateKeyOnSoftDelete,
|
|
4255
|
+
SynchronizationSchedule,
|
|
4256
|
+
SystemOfRecord,
|
|
4257
|
+
SandboxName,
|
|
4258
|
+
EnforceDomain,
|
|
4259
|
+
SyncNotificationSettings,
|
|
4260
|
+
SkipOutOfScopeDeletions,
|
|
4261
|
+
Oauth2AuthorizationCode,
|
|
4262
|
+
Oauth2RedirectUri,
|
|
4263
|
+
ApplicationTemplateIdentifier,
|
|
4264
|
+
Oauth2TokenExchangeUri,
|
|
4265
|
+
Oauth2AuthorizationUri,
|
|
4266
|
+
AuthenticationType,
|
|
4267
|
+
Server,
|
|
4268
|
+
PerformInboundEntitlementGrants,
|
|
4269
|
+
HardDeletesEnabled,
|
|
4270
|
+
SyncAgentCompatibilityKey,
|
|
4271
|
+
SyncAgentADContainer,
|
|
4272
|
+
ValidateDomain,
|
|
4273
|
+
TestReferences,
|
|
4274
|
+
ConnectionString,
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4278
|
+
enum synchronizationStatusCode {
|
|
4279
|
+
NotConfigured,
|
|
4280
|
+
NotRun,
|
|
4281
|
+
Active,
|
|
4282
|
+
Paused,
|
|
4283
|
+
Quarantine,
|
|
4284
|
+
}
|
|
4285
|
+
|
|
4286
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4287
|
+
enum synchronizationTaskExecutionResult {
|
|
4288
|
+
Succeeded,
|
|
4289
|
+
Failed,
|
|
4290
|
+
EntryLevelErrors,
|
|
4291
|
+
}
|
|
4292
|
+
|
|
4293
|
+
enum titleAreaLayoutType {
|
|
4294
|
+
imageAndTitle,
|
|
4295
|
+
plain,
|
|
4296
|
+
colorBlock,
|
|
4297
|
+
overlap,
|
|
4298
|
+
unknownFutureValue,
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
enum titleAreaTextAlignmentType {
|
|
4302
|
+
left,
|
|
4303
|
+
center,
|
|
4304
|
+
unknownFutureValue,
|
|
4305
|
+
}
|
|
4306
|
+
|
|
4307
|
+
enum userDefaultAuthenticationMethod {
|
|
4308
|
+
push,
|
|
4309
|
+
oath,
|
|
4310
|
+
voiceMobile,
|
|
4311
|
+
voiceAlternateMobile,
|
|
4312
|
+
voiceOffice,
|
|
4313
|
+
sms,
|
|
4314
|
+
none,
|
|
4315
|
+
unknownFutureValue,
|
|
4316
|
+
}
|
|
4317
|
+
|
|
4318
|
+
@graphFlags
|
|
4319
|
+
enum weakAlgorithms {
|
|
4320
|
+
rsaSha1,
|
|
4321
|
+
unknownFutureValue,
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
}
|
|
4325
|
+
@publicNamespace("microsoft.graph.security")
|
|
4326
|
+
namespace reference.`microsoft.graph.security` {
|
|
4327
|
+
enum behaviorDuringRetentionPeriod {
|
|
4328
|
+
doNotRetain,
|
|
4329
|
+
retain,
|
|
4330
|
+
retainAsRecord,
|
|
4331
|
+
retainAsRegulatoryRecord,
|
|
4332
|
+
unknownFutureValue,
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4335
|
+
}
|
|
4336
|
+
@publicNamespace("microsoft.graph.termstore")
|
|
4337
|
+
namespace reference.`microsoft.graph.termStore` {
|
|
4338
|
+
@complex model localizedDescription {
|
|
4339
|
+
description: string | null;
|
|
4340
|
+
languageTag: string | null;
|
|
4341
|
+
}
|
|
4342
|
+
|
|
4343
|
+
@complex model localizedLabel {
|
|
4344
|
+
isDefault: boolean | null;
|
|
4345
|
+
languageTag: string | null;
|
|
4346
|
+
name: string | null;
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
@complex model localizedName {
|
|
4350
|
+
languageTag: string | null;
|
|
4351
|
+
name: string | null;
|
|
4352
|
+
}
|
|
4353
|
+
|
|
4354
|
+
@entity model group extends reference.`microsoft.graph`.entity {
|
|
4355
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
4356
|
+
description: string | null;
|
|
4357
|
+
displayName: string | null;
|
|
4358
|
+
parentSiteId: string | null;
|
|
4359
|
+
scope: termGroupScope | null;
|
|
4360
|
+
@contains sets: set[];
|
|
4361
|
+
}
|
|
4362
|
+
|
|
4363
|
+
@entity model relation extends reference.`microsoft.graph`.entity {
|
|
4364
|
+
relationship: relationType | null;
|
|
4365
|
+
@references fromTerm: term | null;
|
|
4366
|
+
@references set: set | null;
|
|
4367
|
+
@references toTerm: term | null;
|
|
4368
|
+
}
|
|
4369
|
+
|
|
4370
|
+
@entity model set extends reference.`microsoft.graph`.entity {
|
|
4371
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
4372
|
+
description: string | null;
|
|
4373
|
+
localizedNames: localizedName[] | null;
|
|
4374
|
+
properties: reference.`microsoft.graph`.keyValue[] | null;
|
|
4375
|
+
@contains children: term[];
|
|
4376
|
+
@contains parentGroup: group;
|
|
4377
|
+
@contains relations: relation[];
|
|
4378
|
+
@contains terms: term[];
|
|
4379
|
+
}
|
|
4380
|
+
|
|
4381
|
+
@entity model store extends reference.`microsoft.graph`.entity {
|
|
4382
|
+
defaultLanguageTag: string;
|
|
4383
|
+
languageTags: string[];
|
|
4384
|
+
@contains groups: group[];
|
|
4385
|
+
@contains sets: set[];
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
@entity model term extends reference.`microsoft.graph`.entity {
|
|
4389
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
4390
|
+
descriptions: localizedDescription[] | null;
|
|
4391
|
+
labels: localizedLabel[] | null;
|
|
4392
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
4393
|
+
properties: reference.`microsoft.graph`.keyValue[] | null;
|
|
4394
|
+
@contains children: term[];
|
|
4395
|
+
@contains relations: relation[];
|
|
4396
|
+
@references set: set | null;
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
enum relationType {
|
|
4400
|
+
pin,
|
|
4401
|
+
reuse,
|
|
4402
|
+
unknownFutureValue,
|
|
4403
|
+
}
|
|
4404
|
+
|
|
4405
|
+
enum termGroupScope {
|
|
4406
|
+
global,
|
|
4407
|
+
system,
|
|
4408
|
+
siteCollection,
|
|
4409
|
+
unknownFutureValue,
|
|
4410
|
+
}
|
|
4411
|
+
|
|
4412
|
+
}
|