@microsoft/typespec-msgraph-reference 1.0.1 → 1.0.2
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/package-deps_build.json +18 -18
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +4107 -1560
- package/lib/Bleu/V1.0/main.tsp +2646 -643
- package/lib/Delos/Beta/main.tsp +1314 -116
- package/lib/Delos/V1.0/main.tsp +1119 -72
- package/lib/Fairfax/Beta/main.tsp +8944 -8247
- package/lib/Fairfax/V1.0/main.tsp +4665 -4208
- package/lib/GovSG/Beta/main.tsp +121 -116
- package/lib/GovSG/V1.0/main.tsp +73 -72
- package/lib/Mooncake/Beta/main.tsp +5896 -5275
- package/lib/Mooncake/V1.0/main.tsp +2204 -2191
- package/lib/Prod/Beta/main.tsp +12641 -11564
- package/lib/Prod/V1.0/main.tsp +5446 -5359
- package/lib/USNat/Beta/main.tsp +2383 -2375
- package/lib/USNat/V1.0/main.tsp +1889 -1876
- package/lib/USSec/Beta/main.tsp +2403 -2395
- package/lib/USSec/V1.0/main.tsp +1855 -1842
- package/package.json +2 -2
package/lib/Bleu/V1.0/main.tsp
CHANGED
|
@@ -11,16 +11,33 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
11
11
|
// Metadata item DeprecatedDefinition_Removal was already defined with a different value.
|
|
12
12
|
@publicNamespace("microsoft.graph")
|
|
13
13
|
namespace reference.`microsoft.graph` {
|
|
14
|
+
@complex model aadUserConversationMemberResult extends actionResultPart {
|
|
15
|
+
userId: string | null;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@complex model aadUserNotificationRecipient extends teamworkNotificationRecipient {
|
|
19
|
+
userId: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
14
22
|
@open
|
|
15
23
|
@complex model accessAction {
|
|
16
24
|
}
|
|
17
25
|
|
|
26
|
+
@abstract
|
|
27
|
+
@complex model actionResultPart {
|
|
28
|
+
error: publicError | null;
|
|
29
|
+
}
|
|
30
|
+
|
|
18
31
|
@complex model addIn {
|
|
19
32
|
id: guid | null;
|
|
20
33
|
properties: keyValue[];
|
|
21
34
|
type: string;
|
|
22
35
|
}
|
|
23
36
|
|
|
37
|
+
@complex model agreementFileData {
|
|
38
|
+
data: binary | null;
|
|
39
|
+
}
|
|
40
|
+
|
|
24
41
|
@complex model album {
|
|
25
42
|
coverImageItemId: string | null;
|
|
26
43
|
}
|
|
@@ -101,12 +118,29 @@ namespace reference.`microsoft.graph` {
|
|
|
101
118
|
servicePlanId: guid | null;
|
|
102
119
|
}
|
|
103
120
|
|
|
121
|
+
@complex model attachmentItem {
|
|
122
|
+
attachmentType: attachmentType | null;
|
|
123
|
+
contentType: string | null;
|
|
124
|
+
isInline: boolean | null;
|
|
125
|
+
name: string | null;
|
|
126
|
+
size: int64 | null;
|
|
127
|
+
}
|
|
128
|
+
|
|
104
129
|
@complex model attendanceInterval {
|
|
105
130
|
durationInSeconds: int32 | null;
|
|
106
131
|
joinDateTime: offsetDateTime | null;
|
|
107
132
|
leaveDateTime: offsetDateTime | null;
|
|
108
133
|
}
|
|
109
134
|
|
|
135
|
+
@complex model attendee extends attendeeBase {
|
|
136
|
+
proposedNewTime: timeSlot | null;
|
|
137
|
+
status: responseStatus | null;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@complex model attendeeBase extends recipient {
|
|
141
|
+
type: attendeeType | null;
|
|
142
|
+
}
|
|
143
|
+
|
|
110
144
|
@complex model attributeDefinition {
|
|
111
145
|
anchor: boolean;
|
|
112
146
|
apiExpressions: stringKeyStringValuePair[] | null;
|
|
@@ -188,6 +222,22 @@ namespace reference.`microsoft.graph` {
|
|
|
188
222
|
certificateUserIds: string[] | null;
|
|
189
223
|
}
|
|
190
224
|
|
|
225
|
+
@complex model automaticRepliesMailTips {
|
|
226
|
+
message: string | null;
|
|
227
|
+
messageLanguage: localeInfo | null;
|
|
228
|
+
scheduledEndTime: dateTimeTimeZone | null;
|
|
229
|
+
scheduledStartTime: dateTimeTimeZone | null;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
@complex model automaticRepliesSetting {
|
|
233
|
+
externalAudience: externalAudienceScope | null;
|
|
234
|
+
externalReplyMessage: string | null;
|
|
235
|
+
internalReplyMessage: string | null;
|
|
236
|
+
scheduledEndDateTime: dateTimeTimeZone | null;
|
|
237
|
+
scheduledStartDateTime: dateTimeTimeZone | null;
|
|
238
|
+
status: automaticRepliesStatus | null;
|
|
239
|
+
}
|
|
240
|
+
|
|
191
241
|
@complex model azureADJoinPolicy {
|
|
192
242
|
allowedToJoin: deviceRegistrationMembership | null;
|
|
193
243
|
isAdminConfigurable: boolean | null;
|
|
@@ -227,6 +277,46 @@ namespace reference.`microsoft.graph` {
|
|
|
227
277
|
outputType: string | null;
|
|
228
278
|
}
|
|
229
279
|
|
|
280
|
+
@complex model calendarSharingMessageAction {
|
|
281
|
+
action: calendarSharingAction | null;
|
|
282
|
+
actionType: calendarSharingActionType | null;
|
|
283
|
+
importance: calendarSharingActionImportance | null;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
@complex model callEndedEventMessageDetail extends eventMessageDetail {
|
|
287
|
+
callDuration: duration | null;
|
|
288
|
+
callEventType: teamworkCallEventType | null;
|
|
289
|
+
callId: string | null;
|
|
290
|
+
callParticipants: callParticipantInfo[] | null;
|
|
291
|
+
initiator: identitySet | null;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
@complex model callParticipantInfo {
|
|
295
|
+
participant: identitySet | null;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
@complex model callRecordingEventMessageDetail extends eventMessageDetail {
|
|
299
|
+
callId: string | null;
|
|
300
|
+
callRecordingDisplayName: string | null;
|
|
301
|
+
callRecordingDuration: duration | null;
|
|
302
|
+
callRecordingStatus: callRecordingStatus | null;
|
|
303
|
+
callRecordingUrl: string | null;
|
|
304
|
+
initiator: identitySet | null;
|
|
305
|
+
meetingOrganizer: identitySet | null;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
@complex model callStartedEventMessageDetail extends eventMessageDetail {
|
|
309
|
+
callEventType: teamworkCallEventType | null;
|
|
310
|
+
callId: string | null;
|
|
311
|
+
initiator: identitySet | null;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
@complex model callTranscriptEventMessageDetail extends eventMessageDetail {
|
|
315
|
+
callId: string | null;
|
|
316
|
+
callTranscriptICalUid: string | null;
|
|
317
|
+
meetingOrganizer: identitySet | null;
|
|
318
|
+
}
|
|
319
|
+
|
|
230
320
|
@complex model certificateAuthority {
|
|
231
321
|
certificate: binary;
|
|
232
322
|
certificateRevocationListUrl: string | null;
|
|
@@ -262,12 +352,135 @@ namespace reference.`microsoft.graph` {
|
|
|
262
352
|
encryptionCertificateThumbprint: string;
|
|
263
353
|
}
|
|
264
354
|
|
|
355
|
+
@complex model channelAddedEventMessageDetail extends eventMessageDetail {
|
|
356
|
+
channelDisplayName: string | null;
|
|
357
|
+
channelId: string | null;
|
|
358
|
+
initiator: identitySet | null;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
@complex model channelDeletedEventMessageDetail extends eventMessageDetail {
|
|
362
|
+
channelDisplayName: string | null;
|
|
363
|
+
channelId: string | null;
|
|
364
|
+
initiator: identitySet | null;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
@complex model channelDescriptionUpdatedEventMessageDetail extends eventMessageDetail {
|
|
368
|
+
channelDescription: string | null;
|
|
369
|
+
channelId: string | null;
|
|
370
|
+
initiator: identitySet | null;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
@complex model channelIdentity {
|
|
374
|
+
channelId: string | null;
|
|
375
|
+
teamId: string | null;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
@complex model channelMembersNotificationRecipient extends teamworkNotificationRecipient {
|
|
379
|
+
channelId: string;
|
|
380
|
+
teamId: string;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
@complex model channelRenamedEventMessageDetail extends eventMessageDetail {
|
|
384
|
+
channelDisplayName: string | null;
|
|
385
|
+
channelId: string | null;
|
|
386
|
+
initiator: identitySet | null;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
@complex model channelSetAsFavoriteByDefaultEventMessageDetail extends eventMessageDetail {
|
|
390
|
+
channelId: string | null;
|
|
391
|
+
initiator: identitySet | null;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
@complex model channelSummary {
|
|
395
|
+
guestsCount: int32 | null;
|
|
396
|
+
hasMembersFromOtherTenants: boolean | null;
|
|
397
|
+
membersCount: int32 | null;
|
|
398
|
+
ownersCount: int32 | null;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
@complex model channelUnsetAsFavoriteByDefaultEventMessageDetail extends eventMessageDetail {
|
|
402
|
+
channelId: string | null;
|
|
403
|
+
initiator: identitySet | null;
|
|
404
|
+
}
|
|
405
|
+
|
|
265
406
|
@complex model chatInfo {
|
|
266
407
|
messageId: string | null;
|
|
267
408
|
replyChainMessageId: string | null;
|
|
268
409
|
threadId: string | null;
|
|
269
410
|
}
|
|
270
411
|
|
|
412
|
+
@complex model chatMembersNotificationRecipient extends teamworkNotificationRecipient {
|
|
413
|
+
chatId: string;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
@complex model chatMessageAttachment {
|
|
417
|
+
content: string | null;
|
|
418
|
+
contentType: string | null;
|
|
419
|
+
contentUrl: string | null;
|
|
420
|
+
id: string | null;
|
|
421
|
+
name: string | null;
|
|
422
|
+
teamsAppId: string | null;
|
|
423
|
+
thumbnailUrl: string | null;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
@open
|
|
427
|
+
@complex model chatMessageFromIdentitySet extends identitySet {
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
@complex model chatMessageHistoryItem {
|
|
431
|
+
actions: chatMessageActions;
|
|
432
|
+
modifiedDateTime: offsetDateTime;
|
|
433
|
+
reaction: chatMessageReaction | null;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
@complex model chatMessageMention {
|
|
437
|
+
id: int32 | null;
|
|
438
|
+
mentioned: chatMessageMentionedIdentitySet | null;
|
|
439
|
+
mentionText: string | null;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
@open
|
|
443
|
+
@complex model chatMessageMentionedIdentitySet extends identitySet {
|
|
444
|
+
conversation: teamworkConversationIdentity | null;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
@complex model chatMessagePolicyViolation {
|
|
448
|
+
dlpAction: chatMessagePolicyViolationDlpActionTypes | null;
|
|
449
|
+
justificationText: string | null;
|
|
450
|
+
policyTip: chatMessagePolicyViolationPolicyTip | null;
|
|
451
|
+
userAction: chatMessagePolicyViolationUserActionTypes | null;
|
|
452
|
+
verdictDetails: chatMessagePolicyViolationVerdictDetailsTypes | null;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
@complex model chatMessagePolicyViolationPolicyTip {
|
|
456
|
+
complianceUrl: string | null;
|
|
457
|
+
generalText: string | null;
|
|
458
|
+
matchedConditionDescriptions: string[] | null;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
@complex model chatMessageReaction {
|
|
462
|
+
@computed createdDateTime: offsetDateTime;
|
|
463
|
+
displayName: string | null;
|
|
464
|
+
reactionContentUrl: string | null;
|
|
465
|
+
reactionType: string;
|
|
466
|
+
user: chatMessageReactionIdentitySet;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
@open
|
|
470
|
+
@complex model chatMessageReactionIdentitySet extends identitySet {
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
@complex model chatRenamedEventMessageDetail extends eventMessageDetail {
|
|
474
|
+
chatDisplayName: string | null;
|
|
475
|
+
chatId: string | null;
|
|
476
|
+
initiator: identitySet | null;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@complex model chatViewpoint {
|
|
480
|
+
isHidden: boolean | null;
|
|
481
|
+
@computed lastMessageReadDateTime: offsetDateTime | null;
|
|
482
|
+
}
|
|
483
|
+
|
|
271
484
|
@complex model choiceColumn {
|
|
272
485
|
allowTextEntry: boolean | null;
|
|
273
486
|
choices: string[] | null;
|
|
@@ -314,6 +527,18 @@ namespace reference.`microsoft.graph` {
|
|
|
314
527
|
position: int32 | null;
|
|
315
528
|
}
|
|
316
529
|
|
|
530
|
+
@complex model conversationMemberRoleUpdatedEventMessageDetail extends eventMessageDetail {
|
|
531
|
+
conversationMemberRoles: string[] | null;
|
|
532
|
+
conversationMemberUser: teamworkUserIdentity | null;
|
|
533
|
+
initiator: identitySet | null;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
@complex model convertIdResult {
|
|
537
|
+
errorDetails: genericError | null;
|
|
538
|
+
sourceId: string | null;
|
|
539
|
+
targetId: string | null;
|
|
540
|
+
}
|
|
541
|
+
|
|
317
542
|
@complex model createAction {
|
|
318
543
|
}
|
|
319
544
|
|
|
@@ -353,6 +578,12 @@ namespace reference.`microsoft.graph` {
|
|
|
353
578
|
@complex model customSecurityAttributeValue {
|
|
354
579
|
}
|
|
355
580
|
|
|
581
|
+
@complex model customTimeZone extends timeZoneBase {
|
|
582
|
+
bias: int32 | null;
|
|
583
|
+
daylightOffset: daylightTimeZoneOffset | null;
|
|
584
|
+
standardOffset: standardTimeZoneOffset | null;
|
|
585
|
+
}
|
|
586
|
+
|
|
356
587
|
@complex model dateTimeColumn {
|
|
357
588
|
displayAs: string | null;
|
|
358
589
|
format: string | null;
|
|
@@ -363,6 +594,10 @@ namespace reference.`microsoft.graph` {
|
|
|
363
594
|
timeZone: string | null;
|
|
364
595
|
}
|
|
365
596
|
|
|
597
|
+
@complex model daylightTimeZoneOffset extends standardTimeZoneOffset {
|
|
598
|
+
daylightBias: int32 | null;
|
|
599
|
+
}
|
|
600
|
+
|
|
366
601
|
@complex model defaultColumnValue {
|
|
367
602
|
formula: string | null;
|
|
368
603
|
value: string | null;
|
|
@@ -488,6 +723,10 @@ namespace reference.`microsoft.graph` {
|
|
|
488
723
|
users: string[] | null;
|
|
489
724
|
}
|
|
490
725
|
|
|
726
|
+
@abstract
|
|
727
|
+
@complex model eventMessageDetail {
|
|
728
|
+
}
|
|
729
|
+
|
|
491
730
|
@complex model expressionInputObject {
|
|
492
731
|
definition: objectDefinition | null;
|
|
493
732
|
properties: stringKeyObjectValuePair[] | null;
|
|
@@ -588,6 +827,23 @@ namespace reference.`microsoft.graph` {
|
|
|
588
827
|
viewType: string | null;
|
|
589
828
|
}
|
|
590
829
|
|
|
830
|
+
@complex model followupFlag {
|
|
831
|
+
completedDateTime: dateTimeTimeZone | null;
|
|
832
|
+
dueDateTime: dateTimeTimeZone | null;
|
|
833
|
+
flagStatus: followupFlagStatus | null;
|
|
834
|
+
startDateTime: dateTimeTimeZone | null;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
@complex model freeBusyError {
|
|
838
|
+
message: string | null;
|
|
839
|
+
responseCode: string | null;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
@complex model genericError {
|
|
843
|
+
code: string | null;
|
|
844
|
+
message: string | null;
|
|
845
|
+
}
|
|
846
|
+
|
|
591
847
|
@complex model geoCoordinates {
|
|
592
848
|
altitude: float64 | null;
|
|
593
849
|
latitude: float64 | null;
|
|
@@ -670,6 +926,11 @@ namespace reference.`microsoft.graph` {
|
|
|
670
926
|
resourceAppId: string;
|
|
671
927
|
}
|
|
672
928
|
|
|
929
|
+
@complex model internetMessageHeader {
|
|
930
|
+
name: string | null;
|
|
931
|
+
value: string | null;
|
|
932
|
+
}
|
|
933
|
+
|
|
673
934
|
@complex model invitationRedemptionIdentityProviderConfiguration {
|
|
674
935
|
fallbackIdentityProvider: b2bIdentityProvidersType | null;
|
|
675
936
|
primaryIdentityProviderPrecedenceOrder: b2bIdentityProvidersType[] | null;
|
|
@@ -774,6 +1035,22 @@ namespace reference.`microsoft.graph` {
|
|
|
774
1035
|
isEnabled: boolean | null;
|
|
775
1036
|
}
|
|
776
1037
|
|
|
1038
|
+
@complex model localeInfo {
|
|
1039
|
+
displayName: string | null;
|
|
1040
|
+
locale: string | null;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
@complex model location {
|
|
1044
|
+
address: physicalAddress | null;
|
|
1045
|
+
coordinates: outlookGeoCoordinates | null;
|
|
1046
|
+
displayName: string | null;
|
|
1047
|
+
locationEmailAddress: string | null;
|
|
1048
|
+
locationType: locationType | null;
|
|
1049
|
+
locationUri: string | null;
|
|
1050
|
+
uniqueId: string | null;
|
|
1051
|
+
uniqueIdType: locationUniqueIdType | null;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
777
1054
|
@complex model loginPageLayoutConfiguration {
|
|
778
1055
|
isFooterShown: boolean | null;
|
|
779
1056
|
isHeaderShown: boolean | null;
|
|
@@ -797,6 +1074,37 @@ namespace reference.`microsoft.graph` {
|
|
|
797
1074
|
primaryLookupColumnId: string | null;
|
|
798
1075
|
}
|
|
799
1076
|
|
|
1077
|
+
@complex model mailboxSettings {
|
|
1078
|
+
archiveFolder: string | null;
|
|
1079
|
+
automaticRepliesSetting: automaticRepliesSetting | null;
|
|
1080
|
+
dateFormat: string | null;
|
|
1081
|
+
delegateMeetingMessageDeliveryOptions: delegateMeetingMessageDeliveryOptions | null;
|
|
1082
|
+
language: localeInfo | null;
|
|
1083
|
+
timeFormat: string | null;
|
|
1084
|
+
timeZone: string | null;
|
|
1085
|
+
workingHours: workingHours | null;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
@complex model mailTips {
|
|
1089
|
+
automaticReplies: automaticRepliesMailTips | null;
|
|
1090
|
+
customMailTip: string | null;
|
|
1091
|
+
deliveryRestricted: boolean | null;
|
|
1092
|
+
emailAddress: emailAddress | null;
|
|
1093
|
+
error: mailTipsError | null;
|
|
1094
|
+
externalMemberCount: int32 | null;
|
|
1095
|
+
isModerated: boolean | null;
|
|
1096
|
+
mailboxFull: boolean | null;
|
|
1097
|
+
maxMessageSize: int32 | null;
|
|
1098
|
+
recipientScope: recipientScopeType | null;
|
|
1099
|
+
recipientSuggestions: recipient[] | null;
|
|
1100
|
+
totalMemberCount: int32 | null;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
@complex model mailTipsError {
|
|
1104
|
+
code: string | null;
|
|
1105
|
+
message: string | null;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
800
1108
|
@complex model malware {
|
|
801
1109
|
description: string | null;
|
|
802
1110
|
}
|
|
@@ -816,10 +1124,94 @@ namespace reference.`microsoft.graph` {
|
|
|
816
1124
|
organizer: meetingParticipantInfo | null;
|
|
817
1125
|
}
|
|
818
1126
|
|
|
1127
|
+
@complex model meetingPolicyUpdatedEventMessageDetail extends eventMessageDetail {
|
|
1128
|
+
initiator: identitySet | null;
|
|
1129
|
+
meetingChatEnabled: boolean | null;
|
|
1130
|
+
meetingChatId: string | null;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
@complex model membersAddedEventMessageDetail extends eventMessageDetail {
|
|
1134
|
+
initiator: identitySet | null;
|
|
1135
|
+
members: teamworkUserIdentity[] | null;
|
|
1136
|
+
visibleHistoryStartDateTime: offsetDateTime | null;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
@complex model membersDeletedEventMessageDetail extends eventMessageDetail {
|
|
1140
|
+
initiator: identitySet | null;
|
|
1141
|
+
members: teamworkUserIdentity[] | null;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
@complex model membersJoinedEventMessageDetail extends eventMessageDetail {
|
|
1145
|
+
initiator: identitySet | null;
|
|
1146
|
+
members: teamworkUserIdentity[] | null;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
@complex model membersLeftEventMessageDetail extends eventMessageDetail {
|
|
1150
|
+
initiator: identitySet | null;
|
|
1151
|
+
members: teamworkUserIdentity[] | null;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
819
1154
|
@complex model mentionAction {
|
|
820
1155
|
mentionees: identitySet[] | null;
|
|
821
1156
|
}
|
|
822
1157
|
|
|
1158
|
+
@complex model messagePinnedEventMessageDetail extends eventMessageDetail {
|
|
1159
|
+
eventDateTime: offsetDateTime | null;
|
|
1160
|
+
initiator: identitySet | null;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
@complex model messageRuleActions {
|
|
1164
|
+
assignCategories: string[] | null;
|
|
1165
|
+
copyToFolder: string | null;
|
|
1166
|
+
delete: boolean | null;
|
|
1167
|
+
forwardAsAttachmentTo: recipient[] | null;
|
|
1168
|
+
forwardTo: recipient[] | null;
|
|
1169
|
+
markAsRead: boolean | null;
|
|
1170
|
+
markImportance: importance | null;
|
|
1171
|
+
moveToFolder: string | null;
|
|
1172
|
+
permanentDelete: boolean | null;
|
|
1173
|
+
redirectTo: recipient[] | null;
|
|
1174
|
+
stopProcessingRules: boolean | null;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
@complex model messageRulePredicates {
|
|
1178
|
+
bodyContains: string[] | null;
|
|
1179
|
+
bodyOrSubjectContains: string[] | null;
|
|
1180
|
+
categories: string[] | null;
|
|
1181
|
+
fromAddresses: recipient[] | null;
|
|
1182
|
+
hasAttachments: boolean | null;
|
|
1183
|
+
headerContains: string[] | null;
|
|
1184
|
+
importance: importance | null;
|
|
1185
|
+
isApprovalRequest: boolean | null;
|
|
1186
|
+
isAutomaticForward: boolean | null;
|
|
1187
|
+
isAutomaticReply: boolean | null;
|
|
1188
|
+
isEncrypted: boolean | null;
|
|
1189
|
+
isMeetingRequest: boolean | null;
|
|
1190
|
+
isMeetingResponse: boolean | null;
|
|
1191
|
+
isNonDeliveryReport: boolean | null;
|
|
1192
|
+
isPermissionControlled: boolean | null;
|
|
1193
|
+
isReadReceipt: boolean | null;
|
|
1194
|
+
isSigned: boolean | null;
|
|
1195
|
+
isVoicemail: boolean | null;
|
|
1196
|
+
messageActionFlag: messageActionFlag | null;
|
|
1197
|
+
notSentToMe: boolean | null;
|
|
1198
|
+
recipientContains: string[] | null;
|
|
1199
|
+
senderContains: string[] | null;
|
|
1200
|
+
sensitivity: sensitivity | null;
|
|
1201
|
+
sentCcMe: boolean | null;
|
|
1202
|
+
sentOnlyToMe: boolean | null;
|
|
1203
|
+
sentToAddresses: recipient[] | null;
|
|
1204
|
+
sentToMe: boolean | null;
|
|
1205
|
+
sentToOrCcMe: boolean | null;
|
|
1206
|
+
subjectContains: string[] | null;
|
|
1207
|
+
withinSizeRange: sizeRange | null;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
@complex model messageUnpinnedEventMessageDetail extends eventMessageDetail {
|
|
1211
|
+
eventDateTime: offsetDateTime | null;
|
|
1212
|
+
initiator: identitySet | null;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
823
1215
|
@complex model metaDataKeyStringPair {
|
|
824
1216
|
key: string | null;
|
|
825
1217
|
value: string | null;
|
|
@@ -885,6 +1277,15 @@ namespace reference.`microsoft.graph` {
|
|
|
885
1277
|
value: string | null;
|
|
886
1278
|
}
|
|
887
1279
|
|
|
1280
|
+
@complex model onlineMeetingInfo {
|
|
1281
|
+
conferenceId: string | null;
|
|
1282
|
+
joinUrl: string | null;
|
|
1283
|
+
phones: phone[] | null;
|
|
1284
|
+
quickDial: string | null;
|
|
1285
|
+
tollFreeNumbers: string[] | null;
|
|
1286
|
+
tollNumber: string | null;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
888
1289
|
@complex model onlineMeetingRestricted {
|
|
889
1290
|
contentSharingDisabled: onlineMeetingContentSharingDisabledReason | null;
|
|
890
1291
|
videoDisabled: onlineMeetingVideoDisabledReason | null;
|
|
@@ -946,6 +1347,11 @@ namespace reference.`microsoft.graph` {
|
|
|
946
1347
|
value: string | null;
|
|
947
1348
|
}
|
|
948
1349
|
|
|
1350
|
+
@complex model operationError {
|
|
1351
|
+
code: string | null;
|
|
1352
|
+
message: string | null;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
949
1355
|
@complex model optionalClaim {
|
|
950
1356
|
additionalProperties: string[] | null;
|
|
951
1357
|
essential: boolean;
|
|
@@ -959,6 +1365,14 @@ namespace reference.`microsoft.graph` {
|
|
|
959
1365
|
saml2Token: optionalClaim[] | null;
|
|
960
1366
|
}
|
|
961
1367
|
|
|
1368
|
+
@complex model outlookGeoCoordinates {
|
|
1369
|
+
accuracy: float64 | null;
|
|
1370
|
+
altitude: float64 | null;
|
|
1371
|
+
altitudeAccuracy: float64 | null;
|
|
1372
|
+
latitude: float64 | null;
|
|
1373
|
+
longitude: float64 | null;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
962
1376
|
@complex model `package` {
|
|
963
1377
|
type: string | null;
|
|
964
1378
|
}
|
|
@@ -993,6 +1407,11 @@ namespace reference.`microsoft.graph` {
|
|
|
993
1407
|
password: string | null;
|
|
994
1408
|
}
|
|
995
1409
|
|
|
1410
|
+
@complex model patternedRecurrence {
|
|
1411
|
+
pattern: recurrencePattern | null;
|
|
1412
|
+
range: recurrenceRange | null;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
996
1415
|
@complex model pendingContentUpdate {
|
|
997
1416
|
queuedDateTime: offsetDateTime | null;
|
|
998
1417
|
}
|
|
@@ -1019,6 +1438,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1019
1438
|
displayAs: string | null;
|
|
1020
1439
|
}
|
|
1021
1440
|
|
|
1441
|
+
@complex model personType {
|
|
1442
|
+
class: string | null;
|
|
1443
|
+
subclass: string | null;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1022
1446
|
@complex model phone {
|
|
1023
1447
|
language: string | null;
|
|
1024
1448
|
number: string | null;
|
|
@@ -1038,6 +1462,14 @@ namespace reference.`microsoft.graph` {
|
|
|
1038
1462
|
takenDateTime: offsetDateTime | null;
|
|
1039
1463
|
}
|
|
1040
1464
|
|
|
1465
|
+
@complex model physicalAddress {
|
|
1466
|
+
city: string | null;
|
|
1467
|
+
countryOrRegion: string | null;
|
|
1468
|
+
postalCode: string | null;
|
|
1469
|
+
state: string | null;
|
|
1470
|
+
street: string | null;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1041
1473
|
@complex model physicalOfficeAddress {
|
|
1042
1474
|
city: string | null;
|
|
1043
1475
|
countryOrRegion: string | null;
|
|
@@ -1068,6 +1500,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1068
1500
|
localizations: displayNameLocalization[] | null;
|
|
1069
1501
|
}
|
|
1070
1502
|
|
|
1503
|
+
@complex model provisionChannelEmailResult {
|
|
1504
|
+
email: string | null;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1071
1507
|
@open
|
|
1072
1508
|
@complex model provisionedIdentity extends identity {
|
|
1073
1509
|
details: detailsInfo | null;
|
|
@@ -1165,6 +1601,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1165
1601
|
emailAddress: emailAddress | null;
|
|
1166
1602
|
}
|
|
1167
1603
|
|
|
1604
|
+
@complex model recurrencePattern {
|
|
1605
|
+
dayOfMonth: int32;
|
|
1606
|
+
daysOfWeek: dayOfWeek[] | null;
|
|
1607
|
+
firstDayOfWeek: dayOfWeek | null;
|
|
1608
|
+
index: weekIndex | null;
|
|
1609
|
+
interval: int32;
|
|
1610
|
+
month: int32;
|
|
1611
|
+
type: recurrencePatternType | null;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
@complex model recurrenceRange {
|
|
1615
|
+
endDate: offsetDateTime | null;
|
|
1616
|
+
numberOfOccurrences: int32;
|
|
1617
|
+
recurrenceTimeZone: string | null;
|
|
1618
|
+
startDate: offsetDateTime | null;
|
|
1619
|
+
type: recurrenceRangeType | null;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1168
1622
|
@complex model recycleBinSettings {
|
|
1169
1623
|
retentionPeriodOverrideDays: int32 | null;
|
|
1170
1624
|
}
|
|
@@ -1179,6 +1633,17 @@ namespace reference.`microsoft.graph` {
|
|
|
1179
1633
|
referencedProperty: string | null;
|
|
1180
1634
|
}
|
|
1181
1635
|
|
|
1636
|
+
@complex model reminder {
|
|
1637
|
+
changeKey: string | null;
|
|
1638
|
+
eventEndTime: dateTimeTimeZone | null;
|
|
1639
|
+
eventId: string | null;
|
|
1640
|
+
eventLocation: location | null;
|
|
1641
|
+
eventStartTime: dateTimeTimeZone | null;
|
|
1642
|
+
eventSubject: string | null;
|
|
1643
|
+
eventWebLink: string | null;
|
|
1644
|
+
reminderFireTime: dateTimeTimeZone | null;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1182
1647
|
@complex model remoteItem {
|
|
1183
1648
|
createdBy: identitySet | null;
|
|
1184
1649
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -1230,6 +1695,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1230
1695
|
value: string;
|
|
1231
1696
|
}
|
|
1232
1697
|
|
|
1698
|
+
@complex model responseStatus {
|
|
1699
|
+
response: responseType | null;
|
|
1700
|
+
time: offsetDateTime | null;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1233
1703
|
@complex model restoreAction {
|
|
1234
1704
|
}
|
|
1235
1705
|
|
|
@@ -1249,6 +1719,30 @@ namespace reference.`microsoft.graph` {
|
|
|
1249
1719
|
relayState: string | null;
|
|
1250
1720
|
}
|
|
1251
1721
|
|
|
1722
|
+
@complex model scheduleInformation {
|
|
1723
|
+
availabilityView: string | null;
|
|
1724
|
+
error: freeBusyError | null;
|
|
1725
|
+
scheduleId: string | null;
|
|
1726
|
+
scheduleItems: scheduleItem[] | null;
|
|
1727
|
+
workingHours: workingHours | null;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
@complex model scheduleItem {
|
|
1731
|
+
end: dateTimeTimeZone | null;
|
|
1732
|
+
isPrivate: boolean | null;
|
|
1733
|
+
location: string | null;
|
|
1734
|
+
start: dateTimeTimeZone | null;
|
|
1735
|
+
status: freeBusyStatus | null;
|
|
1736
|
+
subject: string | null;
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
@complex model scoredEmailAddress {
|
|
1740
|
+
address: string | null;
|
|
1741
|
+
itemId: string | null;
|
|
1742
|
+
relevanceScore: float64 | null;
|
|
1743
|
+
selectionLikelihood: selectionLikelihoodInfo | null;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1252
1746
|
@complex model searchResult {
|
|
1253
1747
|
onClickTelemetryUrl: string | null;
|
|
1254
1748
|
}
|
|
@@ -1398,6 +1892,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1398
1892
|
root: root | null;
|
|
1399
1893
|
}
|
|
1400
1894
|
|
|
1895
|
+
@complex model sizeRange {
|
|
1896
|
+
maximumSize: int32 | null;
|
|
1897
|
+
minimumSize: int32 | null;
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1401
1900
|
@complex model spaApplication {
|
|
1402
1901
|
redirectUris: string[];
|
|
1403
1902
|
}
|
|
@@ -1406,6 +1905,14 @@ namespace reference.`microsoft.graph` {
|
|
|
1406
1905
|
name: string | null;
|
|
1407
1906
|
}
|
|
1408
1907
|
|
|
1908
|
+
@complex model standardTimeZoneOffset {
|
|
1909
|
+
dayOccurrence: int32 | null;
|
|
1910
|
+
dayOfWeek: dayOfWeek | null;
|
|
1911
|
+
month: int32 | null;
|
|
1912
|
+
time: offsetDateTime | null;
|
|
1913
|
+
year: int32 | null;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1409
1916
|
@complex model storagePlanInformation {
|
|
1410
1917
|
upgradeAvailable: boolean | null;
|
|
1411
1918
|
}
|
|
@@ -1537,6 +2044,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1537
2044
|
@complex model systemFacet {
|
|
1538
2045
|
}
|
|
1539
2046
|
|
|
2047
|
+
@complex model tabUpdatedEventMessageDetail extends eventMessageDetail {
|
|
2048
|
+
initiator: identitySet | null;
|
|
2049
|
+
tabId: string | null;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
1540
2052
|
@complex model targetResource {
|
|
1541
2053
|
displayName: string | null;
|
|
1542
2054
|
groupType: groupType | null;
|
|
@@ -1546,85 +2058,265 @@ namespace reference.`microsoft.graph` {
|
|
|
1546
2058
|
userPrincipalName: string | null;
|
|
1547
2059
|
}
|
|
1548
2060
|
|
|
1549
|
-
@complex model
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
federationBrandName: string | null;
|
|
1553
|
-
tenantId: string;
|
|
2061
|
+
@complex model teamArchivedEventMessageDetail extends eventMessageDetail {
|
|
2062
|
+
initiator: identitySet | null;
|
|
2063
|
+
teamId: string | null;
|
|
1554
2064
|
}
|
|
1555
2065
|
|
|
1556
|
-
@complex model
|
|
1557
|
-
|
|
1558
|
-
showFullyQualifiedName: boolean | null;
|
|
1559
|
-
@references parentTerm: reference.`microsoft.graph.termStore`.term | null;
|
|
1560
|
-
@references termSet: reference.`microsoft.graph.termStore`.set | null;
|
|
2066
|
+
@complex model teamClassSettings {
|
|
2067
|
+
notifyGuardiansAboutAssignments: boolean | null;
|
|
1561
2068
|
}
|
|
1562
2069
|
|
|
1563
|
-
@complex model
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
textType: string | null;
|
|
2070
|
+
@complex model teamCreatedEventMessageDetail extends eventMessageDetail {
|
|
2071
|
+
initiator: identitySet | null;
|
|
2072
|
+
teamDescription: string | null;
|
|
2073
|
+
teamDisplayName: string | null;
|
|
2074
|
+
teamId: string | null;
|
|
1569
2075
|
}
|
|
1570
2076
|
|
|
1571
|
-
@complex model
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
url: string | null;
|
|
1576
|
-
width: int32 | null;
|
|
2077
|
+
@complex model teamDescriptionUpdatedEventMessageDetail extends eventMessageDetail {
|
|
2078
|
+
initiator: identitySet | null;
|
|
2079
|
+
teamDescription: string | null;
|
|
2080
|
+
teamId: string | null;
|
|
1577
2081
|
}
|
|
1578
2082
|
|
|
1579
|
-
@complex model
|
|
2083
|
+
@complex model teamFunSettings {
|
|
2084
|
+
allowCustomMemes: boolean | null;
|
|
2085
|
+
allowGiphy: boolean | null;
|
|
2086
|
+
allowStickersAndMemes: boolean | null;
|
|
2087
|
+
giphyContentRating: giphyRatingType | null;
|
|
1580
2088
|
}
|
|
1581
2089
|
|
|
1582
|
-
@
|
|
1583
|
-
|
|
1584
|
-
|
|
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;
|
|
2090
|
+
@complex model teamGuestSettings {
|
|
2091
|
+
allowCreateUpdateChannels: boolean | null;
|
|
2092
|
+
allowDeleteChannels: boolean | null;
|
|
1594
2093
|
}
|
|
1595
2094
|
|
|
1596
|
-
@complex model
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
excludedResourceActions: string[] | null;
|
|
2095
|
+
@complex model teamJoiningDisabledEventMessageDetail extends eventMessageDetail {
|
|
2096
|
+
initiator: identitySet | null;
|
|
2097
|
+
teamId: string | null;
|
|
1600
2098
|
}
|
|
1601
2099
|
|
|
1602
|
-
@complex model
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
uploadUrl: string | null;
|
|
2100
|
+
@complex model teamJoiningEnabledEventMessageDetail extends eventMessageDetail {
|
|
2101
|
+
initiator: identitySet | null;
|
|
2102
|
+
teamId: string | null;
|
|
1606
2103
|
}
|
|
1607
2104
|
|
|
1608
|
-
@
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
2105
|
+
@complex model teamMemberSettings {
|
|
2106
|
+
allowAddRemoveApps: boolean | null;
|
|
2107
|
+
allowCreatePrivateChannels: boolean | null;
|
|
2108
|
+
allowCreateUpdateChannels: boolean | null;
|
|
2109
|
+
allowCreateUpdateRemoveConnectors: boolean | null;
|
|
2110
|
+
allowCreateUpdateRemoveTabs: boolean | null;
|
|
2111
|
+
allowDeleteChannels: boolean | null;
|
|
1612
2112
|
}
|
|
1613
2113
|
|
|
1614
|
-
@complex model
|
|
1615
|
-
|
|
1616
|
-
userCount: int64;
|
|
2114
|
+
@complex model teamMembersNotificationRecipient extends teamworkNotificationRecipient {
|
|
2115
|
+
teamId: string;
|
|
1617
2116
|
}
|
|
1618
2117
|
|
|
1619
|
-
@complex model
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
2118
|
+
@complex model teamMessagingSettings {
|
|
2119
|
+
allowChannelMentions: boolean | null;
|
|
2120
|
+
allowOwnerDeleteMessages: boolean | null;
|
|
2121
|
+
allowTeamMentions: boolean | null;
|
|
2122
|
+
allowUserDeleteMessages: boolean | null;
|
|
2123
|
+
allowUserEditMessages: boolean | null;
|
|
1624
2124
|
}
|
|
1625
2125
|
|
|
1626
|
-
@complex model
|
|
1627
|
-
|
|
2126
|
+
@complex model teamRenamedEventMessageDetail extends eventMessageDetail {
|
|
2127
|
+
initiator: identitySet | null;
|
|
2128
|
+
teamDisplayName: string | null;
|
|
2129
|
+
teamId: string | null;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
@complex model teamsAppAuthorization {
|
|
2133
|
+
clientAppId: string | null;
|
|
2134
|
+
requiredPermissionSet: teamsAppPermissionSet | null;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
@complex model teamsAppInstalledEventMessageDetail extends eventMessageDetail {
|
|
2138
|
+
initiator: identitySet | null;
|
|
2139
|
+
teamsAppDisplayName: string | null;
|
|
2140
|
+
teamsAppId: string | null;
|
|
2141
|
+
}
|
|
2142
|
+
|
|
2143
|
+
@complex model teamsAppPermissionSet {
|
|
2144
|
+
resourceSpecificPermissions: teamsAppResourceSpecificPermission[] | null;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
@complex model teamsAppRemovedEventMessageDetail extends eventMessageDetail {
|
|
2148
|
+
initiator: identitySet | null;
|
|
2149
|
+
teamsAppDisplayName: string | null;
|
|
2150
|
+
teamsAppId: string | null;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
@complex model teamsAppResourceSpecificPermission {
|
|
2154
|
+
permissionType: teamsAppResourceSpecificPermissionType | null;
|
|
2155
|
+
permissionValue: string | null;
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
@complex model teamsAppUpgradedEventMessageDetail extends eventMessageDetail {
|
|
2159
|
+
initiator: identitySet | null;
|
|
2160
|
+
teamsAppDisplayName: string | null;
|
|
2161
|
+
teamsAppId: string | null;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
@complex model teamsLicensingDetails {
|
|
2165
|
+
hasTeamsLicense: boolean | null;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
@open
|
|
2169
|
+
@complex model teamsTabConfiguration {
|
|
2170
|
+
contentUrl: string | null;
|
|
2171
|
+
entityId: string | null;
|
|
2172
|
+
removeUrl: string | null;
|
|
2173
|
+
websiteUrl: string | null;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
@complex model teamSummary {
|
|
2177
|
+
guestsCount: int32 | null;
|
|
2178
|
+
membersCount: int32 | null;
|
|
2179
|
+
ownersCount: int32 | null;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
@complex model teamUnarchivedEventMessageDetail extends eventMessageDetail {
|
|
2183
|
+
initiator: identitySet | null;
|
|
2184
|
+
teamId: string | null;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
@complex model teamworkActivityTopic {
|
|
2188
|
+
source: teamworkActivityTopicSource | null;
|
|
2189
|
+
value: string;
|
|
2190
|
+
webUrl: string | null;
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
@open
|
|
2194
|
+
@complex model teamworkApplicationIdentity extends identity {
|
|
2195
|
+
applicationIdentityType: teamworkApplicationIdentityType | null;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
@open
|
|
2199
|
+
@complex model teamworkConversationIdentity extends identity {
|
|
2200
|
+
conversationIdentityType: teamworkConversationIdentityType | null;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
@abstract
|
|
2204
|
+
@complex model teamworkNotificationRecipient {
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
@complex model teamworkOnlineMeetingInfo {
|
|
2208
|
+
calendarEventId: string | null;
|
|
2209
|
+
joinWebUrl: string | null;
|
|
2210
|
+
organizer: teamworkUserIdentity | null;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
@open
|
|
2214
|
+
@complex model teamworkTagIdentity extends identity {
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
@open
|
|
2218
|
+
@complex model teamworkUserIdentity extends identity {
|
|
2219
|
+
userIdentityType: teamworkUserIdentityType | null;
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
@complex model tenantInformation {
|
|
2223
|
+
defaultDomainName: string | null;
|
|
2224
|
+
displayName: string | null;
|
|
2225
|
+
federationBrandName: string | null;
|
|
2226
|
+
tenantId: string;
|
|
2227
|
+
}
|
|
2228
|
+
|
|
2229
|
+
@complex model termColumn {
|
|
2230
|
+
allowMultipleValues: boolean | null;
|
|
2231
|
+
showFullyQualifiedName: boolean | null;
|
|
2232
|
+
@references parentTerm: reference.`microsoft.graph.termStore`.term | null;
|
|
2233
|
+
@references termSet: reference.`microsoft.graph.termStore`.set | null;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
@complex model termsExpiration {
|
|
2237
|
+
frequency: duration | null;
|
|
2238
|
+
startDateTime: offsetDateTime | null;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
@complex model textColumn {
|
|
2242
|
+
allowMultipleLines: boolean | null;
|
|
2243
|
+
appendChangesToExistingText: boolean | null;
|
|
2244
|
+
linesForEditing: int32 | null;
|
|
2245
|
+
maxLength: int32 | null;
|
|
2246
|
+
textType: string | null;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
@complex model thumbnail {
|
|
2250
|
+
content: stream | null;
|
|
2251
|
+
height: int32 | null;
|
|
2252
|
+
sourceItemId: string | null;
|
|
2253
|
+
url: string | null;
|
|
2254
|
+
width: int32 | null;
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
@complex model thumbnailColumn {
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
@complex model timeSlot {
|
|
2261
|
+
end: dateTimeTimeZone;
|
|
2262
|
+
start: dateTimeTimeZone;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
@complex model timeZoneBase {
|
|
2266
|
+
name: string | null;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
@complex model timeZoneInformation {
|
|
2270
|
+
`alias`: string | null;
|
|
2271
|
+
displayName: string | null;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
@open
|
|
2275
|
+
@complex model titleArea {
|
|
2276
|
+
alternativeText: string | null;
|
|
2277
|
+
enableGradientEffect: boolean | null;
|
|
2278
|
+
imageWebUrl: string | null;
|
|
2279
|
+
layout: titleAreaLayoutType | null;
|
|
2280
|
+
serverProcessedContent: serverProcessedContent | null;
|
|
2281
|
+
showAuthor: boolean | null;
|
|
2282
|
+
showPublishedDate: boolean | null;
|
|
2283
|
+
showTextBlockAboveTitle: boolean | null;
|
|
2284
|
+
textAboveTitle: string | null;
|
|
2285
|
+
textAlignment: titleAreaTextAlignmentType | null;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
@complex model unifiedRolePermission {
|
|
2289
|
+
allowedResourceActions: string[];
|
|
2290
|
+
condition: string | null;
|
|
2291
|
+
excludedResourceActions: string[] | null;
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2294
|
+
@complex model uploadSession {
|
|
2295
|
+
expirationDateTime: offsetDateTime | null;
|
|
2296
|
+
nextExpectedRanges: string[] | null;
|
|
2297
|
+
uploadUrl: string | null;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
@open
|
|
2301
|
+
@complex model userIdentity extends identity {
|
|
2302
|
+
ipAddress: string | null;
|
|
2303
|
+
userPrincipalName: string | null;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
@complex model userRegistrationFeatureCount {
|
|
2307
|
+
feature: authenticationMethodFeature;
|
|
2308
|
+
userCount: int64;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
@complex model userRegistrationFeatureSummary {
|
|
2312
|
+
totalUserCount: int64;
|
|
2313
|
+
userRegistrationFeatureCounts: userRegistrationFeatureCount[];
|
|
2314
|
+
userRoles: includedUserRoles | null;
|
|
2315
|
+
userTypes: includedUserTypes | null;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
@complex model userRegistrationMethodCount {
|
|
2319
|
+
authenticationMethod: string;
|
|
1628
2320
|
userCount: int64;
|
|
1629
2321
|
}
|
|
1630
2322
|
|
|
@@ -1688,9 +2380,34 @@ namespace reference.`microsoft.graph` {
|
|
|
1688
2380
|
webPartIndex: float64 | null;
|
|
1689
2381
|
}
|
|
1690
2382
|
|
|
2383
|
+
@complex model website {
|
|
2384
|
+
address: string | null;
|
|
2385
|
+
displayName: string | null;
|
|
2386
|
+
type: websiteType | null;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
@complex model workingHours {
|
|
2390
|
+
daysOfWeek: dayOfWeek[] | null;
|
|
2391
|
+
endTime: offsetDateTime | null;
|
|
2392
|
+
startTime: offsetDateTime | null;
|
|
2393
|
+
timeZone: timeZoneBase | null;
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
@entity model aadUserConversationMember extends conversationMember {
|
|
2397
|
+
email: string | null;
|
|
2398
|
+
tenantId: string | null;
|
|
2399
|
+
userId: string | null;
|
|
2400
|
+
@references user: user | null;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
1691
2403
|
@entity model activityBasedTimeoutPolicy extends stsPolicy {
|
|
1692
2404
|
}
|
|
1693
2405
|
|
|
2406
|
+
@entity model adhocCall extends entity {
|
|
2407
|
+
@contains recordings: callRecording[];
|
|
2408
|
+
@contains transcripts: callTranscript[];
|
|
2409
|
+
}
|
|
2410
|
+
|
|
1694
2411
|
@entity model admin extends MsGraph.SharedModels.entity {
|
|
1695
2412
|
@contains people: peopleAdminSettings | null;
|
|
1696
2413
|
@contains serviceAnnouncement: serviceAnnouncement | null;
|
|
@@ -1710,10 +2427,66 @@ namespace reference.`microsoft.graph` {
|
|
|
1710
2427
|
@contains scopedRoleMembers: scopedRoleMembership[];
|
|
1711
2428
|
}
|
|
1712
2429
|
|
|
2430
|
+
@entity model agreement extends entity {
|
|
2431
|
+
displayName: string | null;
|
|
2432
|
+
isPerDeviceAcceptanceRequired: boolean | null;
|
|
2433
|
+
isViewingBeforeAcceptanceRequired: boolean | null;
|
|
2434
|
+
termsExpiration: termsExpiration | null;
|
|
2435
|
+
userReacceptRequiredFrequency: duration | null;
|
|
2436
|
+
@contains acceptances: agreementAcceptance[];
|
|
2437
|
+
@contains file: agreementFile | null;
|
|
2438
|
+
@contains files: agreementFileLocalization[];
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2441
|
+
@entity model agreementAcceptance extends entity {
|
|
2442
|
+
agreementFileId: string | null;
|
|
2443
|
+
agreementId: string | null;
|
|
2444
|
+
deviceDisplayName: string | null;
|
|
2445
|
+
deviceId: string | null;
|
|
2446
|
+
deviceOSType: string | null;
|
|
2447
|
+
deviceOSVersion: string | null;
|
|
2448
|
+
expirationDateTime: offsetDateTime | null;
|
|
2449
|
+
recordedDateTime: offsetDateTime | null;
|
|
2450
|
+
state: agreementAcceptanceState | null;
|
|
2451
|
+
userDisplayName: string | null;
|
|
2452
|
+
userEmail: string | null;
|
|
2453
|
+
userId: string | null;
|
|
2454
|
+
userPrincipalName: string | null;
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
@entity model agreementFile extends agreementFileProperties {
|
|
2458
|
+
@contains localizations: agreementFileLocalization[];
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
@entity model agreementFileLocalization extends agreementFileProperties {
|
|
2462
|
+
@contains versions: agreementFileVersion[];
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
@entity model agreementFileProperties extends entity {
|
|
2466
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2467
|
+
displayName: string | null;
|
|
2468
|
+
fileData: agreementFileData | null;
|
|
2469
|
+
fileName: string | null;
|
|
2470
|
+
isDefault: boolean | null;
|
|
2471
|
+
isMajorVersion: boolean | null;
|
|
2472
|
+
language: string | null;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
@entity model agreementFileVersion extends agreementFileProperties {
|
|
2476
|
+
}
|
|
2477
|
+
|
|
1713
2478
|
@entity model allowedValue extends entity {
|
|
1714
2479
|
isActive: boolean | null;
|
|
1715
2480
|
}
|
|
1716
2481
|
|
|
2482
|
+
@entity model anonymousGuestConversationMember extends conversationMember {
|
|
2483
|
+
anonymousGuestId: string | null;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
@entity model appCatalogs extends entity {
|
|
2487
|
+
@contains teamsApps: teamsApp[];
|
|
2488
|
+
}
|
|
2489
|
+
|
|
1717
2490
|
@open
|
|
1718
2491
|
@entity model application extends directoryObject {
|
|
1719
2492
|
addIns: addIn[];
|
|
@@ -1792,6 +2565,18 @@ namespace reference.`microsoft.graph` {
|
|
|
1792
2565
|
type: string | null;
|
|
1793
2566
|
}
|
|
1794
2567
|
|
|
2568
|
+
@entity model associatedTeamInfo extends teamInfo {
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
@abstract
|
|
2572
|
+
@entity model attachment extends entity {
|
|
2573
|
+
contentType: string | null;
|
|
2574
|
+
isInline: boolean;
|
|
2575
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
2576
|
+
name: string | null;
|
|
2577
|
+
size: int32;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
1795
2580
|
@entity model attendanceRecord extends entity {
|
|
1796
2581
|
attendanceIntervals: attendanceInterval[] | null;
|
|
1797
2582
|
emailAddress: string | null;
|
|
@@ -1830,6 +2615,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1830
2615
|
guestUserRoleId: guid | null;
|
|
1831
2616
|
}
|
|
1832
2617
|
|
|
2618
|
+
@entity model azureCommunicationServicesUserConversationMember extends conversationMember {
|
|
2619
|
+
azureCommunicationServicesId: string | null;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
1833
2622
|
@abstract
|
|
1834
2623
|
@entity model baseItem extends entity {
|
|
1835
2624
|
createdBy: identitySet | null;
|
|
@@ -1858,9 +2647,86 @@ namespace reference.`microsoft.graph` {
|
|
|
1858
2647
|
title: string | null;
|
|
1859
2648
|
}
|
|
1860
2649
|
|
|
2650
|
+
@entity model bitlocker extends entity {
|
|
2651
|
+
@contains recoveryKeys: bitlockerRecoveryKey[];
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
@entity model bitlockerRecoveryKey extends entity {
|
|
2655
|
+
@computed createdDateTime: offsetDateTime;
|
|
2656
|
+
deviceId: string | null;
|
|
2657
|
+
key: string;
|
|
2658
|
+
volumeType: volumeType | null;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
1861
2661
|
@entity model bulkUpload extends entity {
|
|
1862
2662
|
}
|
|
1863
2663
|
|
|
2664
|
+
@entity model calendar extends entity {
|
|
2665
|
+
allowedOnlineMeetingProviders: onlineMeetingProviderType[] | null;
|
|
2666
|
+
canEdit: boolean | null;
|
|
2667
|
+
canShare: boolean | null;
|
|
2668
|
+
canViewPrivateItems: boolean | null;
|
|
2669
|
+
changeKey: string | null;
|
|
2670
|
+
color: calendarColor | null;
|
|
2671
|
+
defaultOnlineMeetingProvider: onlineMeetingProviderType | null;
|
|
2672
|
+
hexColor: string | null;
|
|
2673
|
+
isDefaultCalendar: boolean | null;
|
|
2674
|
+
isRemovable: boolean | null;
|
|
2675
|
+
isTallyingResponses: boolean | null;
|
|
2676
|
+
name: string | null;
|
|
2677
|
+
owner: emailAddress | null;
|
|
2678
|
+
@contains calendarPermissions: calendarPermission[];
|
|
2679
|
+
@contains calendarView: event[];
|
|
2680
|
+
@contains events: event[];
|
|
2681
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
2682
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
@entity model calendarGroup extends entity {
|
|
2686
|
+
changeKey: string | null;
|
|
2687
|
+
classId: guid | null;
|
|
2688
|
+
name: string | null;
|
|
2689
|
+
@contains calendars: calendar[];
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
@entity model calendarPermission extends entity {
|
|
2693
|
+
allowedRoles: calendarRoleType[] | null;
|
|
2694
|
+
emailAddress: emailAddress | null;
|
|
2695
|
+
isInsideOrganization: boolean | null;
|
|
2696
|
+
isRemovable: boolean | null;
|
|
2697
|
+
role: calendarRoleType | null;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
@entity model calendarSharingMessage extends message {
|
|
2701
|
+
canAccept: boolean | null;
|
|
2702
|
+
sharingMessageAction: calendarSharingMessageAction | null;
|
|
2703
|
+
sharingMessageActions: calendarSharingMessageAction[] | null;
|
|
2704
|
+
suggestedCalendarName: string | null;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
@entity model callRecording extends entity {
|
|
2708
|
+
callId: string | null;
|
|
2709
|
+
content: stream | null;
|
|
2710
|
+
contentCorrelationId: string | null;
|
|
2711
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2712
|
+
endDateTime: offsetDateTime | null;
|
|
2713
|
+
meetingId: string | null;
|
|
2714
|
+
meetingOrganizer: identitySet | null;
|
|
2715
|
+
recordingContentUrl: string | null;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
@entity model callTranscript extends entity {
|
|
2719
|
+
callId: string | null;
|
|
2720
|
+
content: stream | null;
|
|
2721
|
+
contentCorrelationId: string | null;
|
|
2722
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2723
|
+
endDateTime: offsetDateTime | null;
|
|
2724
|
+
meetingId: string | null;
|
|
2725
|
+
meetingOrganizer: identitySet | null;
|
|
2726
|
+
metadataContent: stream | null;
|
|
2727
|
+
transcriptContentUrl: string | null;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
1864
2730
|
@entity model canvasLayout extends entity {
|
|
1865
2731
|
@contains horizontalSections: horizontalSection[];
|
|
1866
2732
|
@contains verticalSection: verticalSection | null;
|
|
@@ -1870,10 +2736,88 @@ namespace reference.`microsoft.graph` {
|
|
|
1870
2736
|
certificateAuthorities: certificateAuthority[];
|
|
1871
2737
|
}
|
|
1872
2738
|
|
|
2739
|
+
@entity model channel extends entity {
|
|
2740
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2741
|
+
description: string | null;
|
|
2742
|
+
displayName: string;
|
|
2743
|
+
email: string | null;
|
|
2744
|
+
isArchived: boolean | null;
|
|
2745
|
+
isFavoriteByDefault: boolean | null;
|
|
2746
|
+
membershipType: channelMembershipType | null;
|
|
2747
|
+
summary: channelSummary | null;
|
|
2748
|
+
tenantId: string | null;
|
|
2749
|
+
webUrl: string | null;
|
|
2750
|
+
@contains allMembers: conversationMember[];
|
|
2751
|
+
@contains filesFolder: driveItem | null;
|
|
2752
|
+
@contains members: conversationMember[];
|
|
2753
|
+
@contains messages: chatMessage[];
|
|
2754
|
+
@contains sharedWithTeams: sharedWithChannelTeamInfo[];
|
|
2755
|
+
@contains tabs: teamsTab[];
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
@entity model chat extends entity {
|
|
2759
|
+
chatType: chatType;
|
|
2760
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2761
|
+
isHiddenForAllMembers: boolean | null;
|
|
2762
|
+
@computed lastUpdatedDateTime: offsetDateTime | null;
|
|
2763
|
+
onlineMeetingInfo: teamworkOnlineMeetingInfo | null;
|
|
2764
|
+
tenantId: string | null;
|
|
2765
|
+
topic: string | null;
|
|
2766
|
+
viewpoint: chatViewpoint | null;
|
|
2767
|
+
webUrl: string | null;
|
|
2768
|
+
@contains installedApps: teamsAppInstallation[];
|
|
2769
|
+
@contains lastMessagePreview: chatMessageInfo | null;
|
|
2770
|
+
@contains members: conversationMember[];
|
|
2771
|
+
@contains messages: chatMessage[];
|
|
2772
|
+
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
2773
|
+
@contains pinnedMessages: pinnedChatMessageInfo[];
|
|
2774
|
+
@contains tabs: teamsTab[];
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
@entity model chatMessage extends entity {
|
|
2778
|
+
attachments: chatMessageAttachment[] | null;
|
|
2779
|
+
body: itemBody;
|
|
2780
|
+
channelIdentity: channelIdentity | null;
|
|
2781
|
+
chatId: string | null;
|
|
2782
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2783
|
+
deletedDateTime: offsetDateTime | null;
|
|
2784
|
+
etag: string | null;
|
|
2785
|
+
eventDetail: eventMessageDetail | null;
|
|
2786
|
+
from: chatMessageFromIdentitySet | null;
|
|
2787
|
+
importance: chatMessageImportance;
|
|
2788
|
+
@computed lastEditedDateTime: offsetDateTime | null;
|
|
2789
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
2790
|
+
locale: string;
|
|
2791
|
+
mentions: chatMessageMention[] | null;
|
|
2792
|
+
messageHistory: chatMessageHistoryItem[] | null;
|
|
2793
|
+
messageType: chatMessageType;
|
|
2794
|
+
policyViolation: chatMessagePolicyViolation | null;
|
|
2795
|
+
reactions: chatMessageReaction[] | null;
|
|
2796
|
+
replyToId: string | null;
|
|
2797
|
+
subject: string | null;
|
|
2798
|
+
summary: string | null;
|
|
2799
|
+
webUrl: string | null;
|
|
2800
|
+
@contains hostedContents: chatMessageHostedContent[];
|
|
2801
|
+
@contains replies: chatMessage[];
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
@entity model chatMessageHostedContent extends teamworkHostedContent {
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
@entity model chatMessageInfo extends entity {
|
|
2808
|
+
body: itemBody | null;
|
|
2809
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
2810
|
+
eventDetail: eventMessageDetail | null;
|
|
2811
|
+
from: chatMessageFromIdentitySet | null;
|
|
2812
|
+
isDeleted: boolean | null;
|
|
2813
|
+
messageType: chatMessageType;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
1873
2816
|
@entity model claimsMappingPolicy extends stsPolicy {
|
|
1874
2817
|
}
|
|
1875
2818
|
|
|
1876
2819
|
@entity model cloudCommunications extends MsGraph.SharedModels.entity {
|
|
2820
|
+
@contains adhocCalls: adhocCall[];
|
|
1877
2821
|
@contains onlineMeetings: onlineMeeting[];
|
|
1878
2822
|
@contains presences: presence[];
|
|
1879
2823
|
}
|
|
@@ -1932,6 +2876,56 @@ namespace reference.`microsoft.graph` {
|
|
|
1932
2876
|
totalLicenses: int32 | null;
|
|
1933
2877
|
}
|
|
1934
2878
|
|
|
2879
|
+
@open
|
|
2880
|
+
@entity model contact extends outlookItem {
|
|
2881
|
+
assistantName: string | null;
|
|
2882
|
+
birthday: offsetDateTime | null;
|
|
2883
|
+
businessAddress: physicalAddress | null;
|
|
2884
|
+
businessHomePage: string | null;
|
|
2885
|
+
businessPhones: string[] | null;
|
|
2886
|
+
children: string[] | null;
|
|
2887
|
+
companyName: string | null;
|
|
2888
|
+
department: string | null;
|
|
2889
|
+
displayName: string | null;
|
|
2890
|
+
emailAddresses: emailAddress[] | null;
|
|
2891
|
+
fileAs: string | null;
|
|
2892
|
+
generation: string | null;
|
|
2893
|
+
givenName: string | null;
|
|
2894
|
+
homeAddress: physicalAddress | null;
|
|
2895
|
+
homePhones: string[] | null;
|
|
2896
|
+
imAddresses: string[] | null;
|
|
2897
|
+
initials: string | null;
|
|
2898
|
+
jobTitle: string | null;
|
|
2899
|
+
manager: string | null;
|
|
2900
|
+
middleName: string | null;
|
|
2901
|
+
mobilePhone: string | null;
|
|
2902
|
+
nickName: string | null;
|
|
2903
|
+
officeLocation: string | null;
|
|
2904
|
+
otherAddress: physicalAddress | null;
|
|
2905
|
+
parentFolderId: string | null;
|
|
2906
|
+
personalNotes: string | null;
|
|
2907
|
+
profession: string | null;
|
|
2908
|
+
spouseName: string | null;
|
|
2909
|
+
surname: string | null;
|
|
2910
|
+
title: string | null;
|
|
2911
|
+
yomiCompanyName: string | null;
|
|
2912
|
+
yomiGivenName: string | null;
|
|
2913
|
+
yomiSurname: string | null;
|
|
2914
|
+
@contains extensions: extension[];
|
|
2915
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
2916
|
+
@contains photo: profilePhoto | null;
|
|
2917
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2920
|
+
@entity model contactFolder extends entity {
|
|
2921
|
+
displayName: string | null;
|
|
2922
|
+
parentFolderId: string | null;
|
|
2923
|
+
@contains childFolders: contactFolder[];
|
|
2924
|
+
@contains contacts: contact[];
|
|
2925
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
2926
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
2927
|
+
}
|
|
2928
|
+
|
|
1935
2929
|
@entity model contentType extends entity {
|
|
1936
2930
|
associatedHubsUrls: string[] | null;
|
|
1937
2931
|
description: string | null;
|
|
@@ -1962,6 +2956,34 @@ namespace reference.`microsoft.graph` {
|
|
|
1962
2956
|
displayName: string | null;
|
|
1963
2957
|
}
|
|
1964
2958
|
|
|
2959
|
+
@entity model conversation extends entity {
|
|
2960
|
+
hasAttachments: boolean;
|
|
2961
|
+
@computed lastDeliveredDateTime: offsetDateTime;
|
|
2962
|
+
preview: string;
|
|
2963
|
+
topic: string;
|
|
2964
|
+
uniqueSenders: string[];
|
|
2965
|
+
@contains threads: conversationThread[];
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2968
|
+
@abstract
|
|
2969
|
+
@entity model conversationMember extends entity {
|
|
2970
|
+
displayName: string | null;
|
|
2971
|
+
roles: string[] | null;
|
|
2972
|
+
visibleHistoryStartDateTime: offsetDateTime | null;
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
@entity model conversationThread extends entity {
|
|
2976
|
+
ccRecipients: recipient[];
|
|
2977
|
+
hasAttachments: boolean;
|
|
2978
|
+
isLocked: boolean;
|
|
2979
|
+
@computed lastDeliveredDateTime: offsetDateTime;
|
|
2980
|
+
preview: string;
|
|
2981
|
+
topic: string;
|
|
2982
|
+
toRecipients: recipient[];
|
|
2983
|
+
uniqueSenders: string[];
|
|
2984
|
+
@contains posts: post[];
|
|
2985
|
+
}
|
|
2986
|
+
|
|
1965
2987
|
@entity model crossTenantAccessPolicy extends policyBase {
|
|
1966
2988
|
@contains default: crossTenantAccessPolicyConfigurationDefault | null;
|
|
1967
2989
|
@contains partners: crossTenantAccessPolicyConfigurationPartner[];
|
|
@@ -2014,6 +3036,13 @@ namespace reference.`microsoft.graph` {
|
|
|
2014
3036
|
permissionName: string | null;
|
|
2015
3037
|
}
|
|
2016
3038
|
|
|
3039
|
+
@entity model deletedChat extends entity {
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
@entity model deletedTeam extends entity {
|
|
3043
|
+
@contains channels: channel[];
|
|
3044
|
+
}
|
|
3045
|
+
|
|
2017
3046
|
@open
|
|
2018
3047
|
@entity model device extends directoryObject {
|
|
2019
3048
|
accountEnabled: boolean | null;
|
|
@@ -2258,10 +3287,85 @@ namespace reference.`microsoft.graph` {
|
|
|
2258
3287
|
}
|
|
2259
3288
|
|
|
2260
3289
|
@abstract
|
|
2261
|
-
@entity model entity
|
|
3290
|
+
@entity model entity {
|
|
2262
3291
|
@computed @key id: string;
|
|
2263
3292
|
}
|
|
2264
3293
|
|
|
3294
|
+
@open
|
|
3295
|
+
@entity model event extends outlookItem {
|
|
3296
|
+
allowNewTimeProposals: boolean | null;
|
|
3297
|
+
attendees: attendee[] | null;
|
|
3298
|
+
body: itemBody | null;
|
|
3299
|
+
bodyPreview: string | null;
|
|
3300
|
+
end: dateTimeTimeZone | null;
|
|
3301
|
+
hasAttachments: boolean | null;
|
|
3302
|
+
hideAttendees: boolean | null;
|
|
3303
|
+
iCalUId: string | null;
|
|
3304
|
+
importance: importance | null;
|
|
3305
|
+
isAllDay: boolean | null;
|
|
3306
|
+
isCancelled: boolean | null;
|
|
3307
|
+
isDraft: boolean | null;
|
|
3308
|
+
isOnlineMeeting: boolean | null;
|
|
3309
|
+
isOrganizer: boolean | null;
|
|
3310
|
+
isReminderOn: boolean | null;
|
|
3311
|
+
location: location | null;
|
|
3312
|
+
locations: location[] | null;
|
|
3313
|
+
onlineMeeting: onlineMeetingInfo | null;
|
|
3314
|
+
onlineMeetingProvider: onlineMeetingProviderType | null;
|
|
3315
|
+
onlineMeetingUrl: string | null;
|
|
3316
|
+
organizer: recipient | null;
|
|
3317
|
+
originalEndTimeZone: string | null;
|
|
3318
|
+
originalStart: offsetDateTime | null;
|
|
3319
|
+
originalStartTimeZone: string | null;
|
|
3320
|
+
recurrence: patternedRecurrence | null;
|
|
3321
|
+
reminderMinutesBeforeStart: int32 | null;
|
|
3322
|
+
responseRequested: boolean | null;
|
|
3323
|
+
responseStatus: responseStatus | null;
|
|
3324
|
+
sensitivity: sensitivity | null;
|
|
3325
|
+
seriesMasterId: string | null;
|
|
3326
|
+
showAs: freeBusyStatus | null;
|
|
3327
|
+
start: dateTimeTimeZone | null;
|
|
3328
|
+
subject: string | null;
|
|
3329
|
+
transactionId: string | null;
|
|
3330
|
+
type: eventType | null;
|
|
3331
|
+
webLink: string | null;
|
|
3332
|
+
@contains attachments: attachment[];
|
|
3333
|
+
@contains calendar: calendar | null;
|
|
3334
|
+
@contains extensions: extension[];
|
|
3335
|
+
@contains instances: event[];
|
|
3336
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
3337
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
@entity model eventMessage extends message {
|
|
3341
|
+
endDateTime: dateTimeTimeZone | null;
|
|
3342
|
+
isAllDay: boolean | null;
|
|
3343
|
+
isDelegated: boolean | null;
|
|
3344
|
+
isOutOfDate: boolean | null;
|
|
3345
|
+
location: location | null;
|
|
3346
|
+
meetingMessageType: meetingMessageType | null;
|
|
3347
|
+
recurrence: patternedRecurrence | null;
|
|
3348
|
+
startDateTime: dateTimeTimeZone | null;
|
|
3349
|
+
type: eventType | null;
|
|
3350
|
+
@contains event: event | null;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
@entity model eventMessageRequest extends eventMessage {
|
|
3354
|
+
allowNewTimeProposals: boolean | null;
|
|
3355
|
+
meetingRequestType: meetingRequestType | null;
|
|
3356
|
+
previousEndDateTime: dateTimeTimeZone | null;
|
|
3357
|
+
previousLocation: location | null;
|
|
3358
|
+
previousStartDateTime: dateTimeTimeZone | null;
|
|
3359
|
+
responseRequested: boolean | null;
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
@entity model eventMessageResponse extends eventMessage {
|
|
3363
|
+
proposedNewTime: timeSlot | null;
|
|
3364
|
+
responseType: responseType | null;
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
@abstract
|
|
3368
|
+
@open
|
|
2265
3369
|
@entity model extension extends entity {
|
|
2266
3370
|
}
|
|
2267
3371
|
|
|
@@ -2290,6 +3394,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2290
3394
|
@entity model fieldValueSet extends entity {
|
|
2291
3395
|
}
|
|
2292
3396
|
|
|
3397
|
+
@entity model fileAttachment extends attachment {
|
|
3398
|
+
contentBytes: binary | null;
|
|
3399
|
+
contentId: string | null;
|
|
3400
|
+
contentLocation: string | null;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
2293
3403
|
@entity model fileStorage extends entity {
|
|
2294
3404
|
@contains containers: fileStorageContainer[];
|
|
2295
3405
|
@contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
|
|
@@ -2352,8 +3462,10 @@ namespace reference.`microsoft.graph` {
|
|
|
2352
3462
|
|
|
2353
3463
|
@open
|
|
2354
3464
|
@entity model group extends directoryObject {
|
|
3465
|
+
allowExternalSenders: boolean | null;
|
|
2355
3466
|
assignedLabels: assignedLabel[] | null;
|
|
2356
3467
|
assignedLicenses: assignedLicense[] | null;
|
|
3468
|
+
autoSubscribeNewMembers: boolean | null;
|
|
2357
3469
|
classification: string | null;
|
|
2358
3470
|
@computed createdDateTime: offsetDateTime | null;
|
|
2359
3471
|
description: string | null;
|
|
@@ -2361,8 +3473,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2361
3473
|
expirationDateTime: offsetDateTime | null;
|
|
2362
3474
|
groupTypes: string[];
|
|
2363
3475
|
hasMembersWithLicenseErrors: boolean | null;
|
|
3476
|
+
hideFromAddressLists: boolean | null;
|
|
3477
|
+
hideFromOutlookClients: boolean | null;
|
|
3478
|
+
isArchived: boolean | null;
|
|
2364
3479
|
isAssignableToRole: boolean | null;
|
|
2365
3480
|
isManagementRestricted: boolean | null;
|
|
3481
|
+
isSubscribedByMail: boolean | null;
|
|
2366
3482
|
licenseProcessingState: licenseProcessingState | null;
|
|
2367
3483
|
mail: string | null;
|
|
2368
3484
|
mailEnabled: boolean | null;
|
|
@@ -2386,11 +3502,17 @@ namespace reference.`microsoft.graph` {
|
|
|
2386
3502
|
securityIdentifier: string | null;
|
|
2387
3503
|
theme: string | null;
|
|
2388
3504
|
uniqueName: string | null;
|
|
3505
|
+
unseenCount: int32 | null;
|
|
2389
3506
|
visibility: string | null;
|
|
3507
|
+
@contains acceptedSenders: directoryObject[];
|
|
2390
3508
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
3509
|
+
@contains calendar: calendar | null;
|
|
3510
|
+
@contains calendarView: event[];
|
|
3511
|
+
@contains conversations: conversation[];
|
|
2391
3512
|
@references createdOnBehalfOf: directoryObject | null;
|
|
2392
3513
|
@contains drive: drive | null;
|
|
2393
3514
|
@contains drives: drive[];
|
|
3515
|
+
@contains events: event[];
|
|
2394
3516
|
@contains extensions: extension[];
|
|
2395
3517
|
@references memberOf: directoryObject[];
|
|
2396
3518
|
@references members: directoryObject[];
|
|
@@ -2400,8 +3522,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2400
3522
|
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
2401
3523
|
@contains photo: profilePhoto | null;
|
|
2402
3524
|
@contains photos: profilePhoto[];
|
|
3525
|
+
@contains rejectedSenders: directoryObject[];
|
|
2403
3526
|
@contains settings: groupSetting[];
|
|
2404
3527
|
@contains sites: site[];
|
|
3528
|
+
@contains team: team | null;
|
|
3529
|
+
@contains threads: conversationThread[];
|
|
2405
3530
|
@references transitiveMemberOf: directoryObject[];
|
|
2406
3531
|
@references transitiveMembers: directoryObject[];
|
|
2407
3532
|
}
|
|
@@ -2437,11 +3562,28 @@ namespace reference.`microsoft.graph` {
|
|
|
2437
3562
|
@entity model identityContainer extends MsGraph.SharedModels.entity {
|
|
2438
3563
|
}
|
|
2439
3564
|
|
|
3565
|
+
@entity model identityGovernance extends MsGraph.SharedModels.entity {
|
|
3566
|
+
@contains termsOfUse: termsOfUseContainer | null;
|
|
3567
|
+
}
|
|
3568
|
+
|
|
2440
3569
|
@abstract
|
|
2441
3570
|
@entity model identityProviderBase extends entity {
|
|
2442
3571
|
displayName: string | null;
|
|
2443
3572
|
}
|
|
2444
3573
|
|
|
3574
|
+
@entity model inferenceClassification extends entity {
|
|
3575
|
+
@contains overrides: inferenceClassificationOverride[];
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3578
|
+
@entity model inferenceClassificationOverride extends entity {
|
|
3579
|
+
classifyAs: inferenceClassificationType | null;
|
|
3580
|
+
senderEmailAddress: emailAddress | null;
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
@entity model informationProtection extends MsGraph.SharedModels.entity {
|
|
3584
|
+
@contains bitlocker: bitlocker | null;
|
|
3585
|
+
}
|
|
3586
|
+
|
|
2445
3587
|
@entity model insightsSettings extends entity {
|
|
2446
3588
|
disabledForGroup: string | null;
|
|
2447
3589
|
isEnabledInOrganization: boolean | null;
|
|
@@ -2500,6 +3642,10 @@ namespace reference.`microsoft.graph` {
|
|
|
2500
3642
|
@references lastSevenDays: itemActivityStat | null;
|
|
2501
3643
|
}
|
|
2502
3644
|
|
|
3645
|
+
@entity model itemAttachment extends attachment {
|
|
3646
|
+
@contains item: outlookItem | null;
|
|
3647
|
+
}
|
|
3648
|
+
|
|
2503
3649
|
@entity model itemRetentionLabel extends entity {
|
|
2504
3650
|
isLabelAppliedExplicitly: boolean | null;
|
|
2505
3651
|
labelAppliedBy: identitySet | null;
|
|
@@ -2550,6 +3696,26 @@ namespace reference.`microsoft.graph` {
|
|
|
2550
3696
|
statusDetail: string | null;
|
|
2551
3697
|
}
|
|
2552
3698
|
|
|
3699
|
+
@entity model mailFolder extends entity {
|
|
3700
|
+
childFolderCount: int32 | null;
|
|
3701
|
+
displayName: string | null;
|
|
3702
|
+
parentFolderId: string | null;
|
|
3703
|
+
totalItemCount: int32 | null;
|
|
3704
|
+
unreadItemCount: int32 | null;
|
|
3705
|
+
@contains childFolders: mailFolder[];
|
|
3706
|
+
@contains messageRules: messageRule[];
|
|
3707
|
+
@contains messages: message[];
|
|
3708
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
3709
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
3710
|
+
}
|
|
3711
|
+
|
|
3712
|
+
@entity model mailSearchFolder extends mailFolder {
|
|
3713
|
+
filterQuery: string | null;
|
|
3714
|
+
includeNestedFolders: boolean | null;
|
|
3715
|
+
isSupported: boolean | null;
|
|
3716
|
+
sourceFolderIds: string[] | null;
|
|
3717
|
+
}
|
|
3718
|
+
|
|
2553
3719
|
@entity model meetingAttendanceReport extends entity {
|
|
2554
3720
|
meetingEndDateTime: offsetDateTime | null;
|
|
2555
3721
|
meetingStartDateTime: offsetDateTime | null;
|
|
@@ -2557,6 +3723,59 @@ namespace reference.`microsoft.graph` {
|
|
|
2557
3723
|
@contains attendanceRecords: attendanceRecord[];
|
|
2558
3724
|
}
|
|
2559
3725
|
|
|
3726
|
+
@open
|
|
3727
|
+
@entity model message extends outlookItem {
|
|
3728
|
+
bccRecipients: recipient[] | null;
|
|
3729
|
+
body: itemBody | null;
|
|
3730
|
+
bodyPreview: string | null;
|
|
3731
|
+
ccRecipients: recipient[] | null;
|
|
3732
|
+
conversationId: string | null;
|
|
3733
|
+
conversationIndex: binary | null;
|
|
3734
|
+
flag: followupFlag | null;
|
|
3735
|
+
from: recipient | null;
|
|
3736
|
+
hasAttachments: boolean | null;
|
|
3737
|
+
importance: importance | null;
|
|
3738
|
+
inferenceClassification: inferenceClassificationType | null;
|
|
3739
|
+
internetMessageHeaders: internetMessageHeader[] | null;
|
|
3740
|
+
internetMessageId: string | null;
|
|
3741
|
+
isDeliveryReceiptRequested: boolean | null;
|
|
3742
|
+
isDraft: boolean | null;
|
|
3743
|
+
isRead: boolean | null;
|
|
3744
|
+
isReadReceiptRequested: boolean | null;
|
|
3745
|
+
parentFolderId: string | null;
|
|
3746
|
+
receivedDateTime: offsetDateTime | null;
|
|
3747
|
+
replyTo: recipient[] | null;
|
|
3748
|
+
sender: recipient | null;
|
|
3749
|
+
sentDateTime: offsetDateTime | null;
|
|
3750
|
+
subject: string | null;
|
|
3751
|
+
toRecipients: recipient[] | null;
|
|
3752
|
+
uniqueBody: itemBody | null;
|
|
3753
|
+
webLink: string | null;
|
|
3754
|
+
@contains attachments: attachment[];
|
|
3755
|
+
@contains extensions: extension[];
|
|
3756
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
3757
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3760
|
+
@entity model messageRule extends entity {
|
|
3761
|
+
actions: messageRuleActions | null;
|
|
3762
|
+
conditions: messageRulePredicates | null;
|
|
3763
|
+
displayName: string | null;
|
|
3764
|
+
exceptions: messageRulePredicates | null;
|
|
3765
|
+
hasError: boolean | null;
|
|
3766
|
+
isEnabled: boolean | null;
|
|
3767
|
+
isReadOnly: boolean | null;
|
|
3768
|
+
sequence: int32 | null;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
@entity model microsoftAccountUserConversationMember extends conversationMember {
|
|
3772
|
+
userId: string | null;
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
|
+
@entity model multiValueLegacyExtendedProperty extends entity {
|
|
3776
|
+
value: string[] | null;
|
|
3777
|
+
}
|
|
3778
|
+
|
|
2560
3779
|
@entity model oAuth2PermissionGrant extends entity {
|
|
2561
3780
|
clientId: string;
|
|
2562
3781
|
consentType: string | null;
|
|
@@ -2594,6 +3813,8 @@ namespace reference.`microsoft.graph` {
|
|
|
2594
3813
|
videoTeleconferenceId: string | null;
|
|
2595
3814
|
watermarkProtection: watermarkProtectionValues | null;
|
|
2596
3815
|
@contains attendanceReports: meetingAttendanceReport[];
|
|
3816
|
+
@contains recordings: callRecording[];
|
|
3817
|
+
@contains transcripts: callTranscript[];
|
|
2597
3818
|
}
|
|
2598
3819
|
|
|
2599
3820
|
@entity model onPremisesDirectorySynchronization extends entity {
|
|
@@ -2605,6 +3826,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2605
3826
|
isCloudManaged: boolean;
|
|
2606
3827
|
}
|
|
2607
3828
|
|
|
3829
|
+
@open
|
|
3830
|
+
@entity model openTypeExtension extends extension {
|
|
3831
|
+
extensionName: string;
|
|
3832
|
+
}
|
|
3833
|
+
|
|
2608
3834
|
@open
|
|
2609
3835
|
@entity model organization extends directoryObject {
|
|
2610
3836
|
assignedPlans: assignedPlan[];
|
|
@@ -2699,6 +3925,23 @@ namespace reference.`microsoft.graph` {
|
|
|
2699
3925
|
@references transitiveMemberOf: directoryObject[];
|
|
2700
3926
|
}
|
|
2701
3927
|
|
|
3928
|
+
@entity model outlookCategory extends entity {
|
|
3929
|
+
color: categoryColor | null;
|
|
3930
|
+
displayName: string | null;
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
@abstract
|
|
3934
|
+
@entity model outlookItem extends entity {
|
|
3935
|
+
categories: string[] | null;
|
|
3936
|
+
changeKey: string | null;
|
|
3937
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
3938
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
@entity model outlookUser extends entity {
|
|
3942
|
+
@contains masterCategories: outlookCategory[];
|
|
3943
|
+
}
|
|
3944
|
+
|
|
2702
3945
|
@entity model peopleAdminSettings extends entity {
|
|
2703
3946
|
@contains itemInsights: insightsSettings | null;
|
|
2704
3947
|
@contains profileCardProperties: profileCardProperty[];
|
|
@@ -2734,9 +3977,39 @@ namespace reference.`microsoft.graph` {
|
|
|
2734
3977
|
resourceApplication: string | null;
|
|
2735
3978
|
}
|
|
2736
3979
|
|
|
2737
|
-
@entity model permissionGrantPolicy extends policyBase {
|
|
2738
|
-
@contains excludes: permissionGrantConditionSet[];
|
|
2739
|
-
@contains includes: permissionGrantConditionSet[];
|
|
3980
|
+
@entity model permissionGrantPolicy extends policyBase {
|
|
3981
|
+
@contains excludes: permissionGrantConditionSet[];
|
|
3982
|
+
@contains includes: permissionGrantConditionSet[];
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3985
|
+
@entity model person extends entity {
|
|
3986
|
+
birthday: string | null;
|
|
3987
|
+
companyName: string | null;
|
|
3988
|
+
department: string | null;
|
|
3989
|
+
displayName: string | null;
|
|
3990
|
+
givenName: string | null;
|
|
3991
|
+
imAddress: string | null;
|
|
3992
|
+
isFavorite: boolean | null;
|
|
3993
|
+
jobTitle: string | null;
|
|
3994
|
+
officeLocation: string | null;
|
|
3995
|
+
personNotes: string | null;
|
|
3996
|
+
personType: personType | null;
|
|
3997
|
+
phones: phone[] | null;
|
|
3998
|
+
postalAddresses: location[] | null;
|
|
3999
|
+
profession: string | null;
|
|
4000
|
+
scoredEmailAddresses: scoredEmailAddress[] | null;
|
|
4001
|
+
surname: string | null;
|
|
4002
|
+
userPrincipalName: string | null;
|
|
4003
|
+
websites: website[] | null;
|
|
4004
|
+
yomiCompany: string | null;
|
|
4005
|
+
}
|
|
4006
|
+
|
|
4007
|
+
@entity model phoneUserConversationMember extends conversationMember {
|
|
4008
|
+
phoneNumber: string | null;
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
@entity model pinnedChatMessageInfo extends entity {
|
|
4012
|
+
@references message: chatMessage | null;
|
|
2740
4013
|
}
|
|
2741
4014
|
|
|
2742
4015
|
@abstract
|
|
@@ -2759,6 +4032,23 @@ namespace reference.`microsoft.graph` {
|
|
|
2759
4032
|
@contains tokenLifetimePolicies: tokenLifetimePolicy[];
|
|
2760
4033
|
}
|
|
2761
4034
|
|
|
4035
|
+
@open
|
|
4036
|
+
@entity model post extends outlookItem {
|
|
4037
|
+
body: itemBody | null;
|
|
4038
|
+
conversationId: string | null;
|
|
4039
|
+
conversationThreadId: string | null;
|
|
4040
|
+
from: recipient;
|
|
4041
|
+
hasAttachments: boolean;
|
|
4042
|
+
newParticipants: recipient[];
|
|
4043
|
+
receivedDateTime: offsetDateTime;
|
|
4044
|
+
sender: recipient | null;
|
|
4045
|
+
@contains attachments: attachment[];
|
|
4046
|
+
@contains extensions: extension[];
|
|
4047
|
+
@contains inReplyTo: post | null;
|
|
4048
|
+
@contains multiValueExtendedProperties: multiValueLegacyExtendedProperty[];
|
|
4049
|
+
@contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
|
|
4050
|
+
}
|
|
4051
|
+
|
|
2762
4052
|
@entity model presence extends entity {
|
|
2763
4053
|
activity: string | null;
|
|
2764
4054
|
availability: string | null;
|
|
@@ -2771,6 +4061,8 @@ namespace reference.`microsoft.graph` {
|
|
|
2771
4061
|
}
|
|
2772
4062
|
|
|
2773
4063
|
@entity model profilePhoto extends entity {
|
|
4064
|
+
height: int32 | null;
|
|
4065
|
+
width: int32 | null;
|
|
2774
4066
|
}
|
|
2775
4067
|
|
|
2776
4068
|
@entity model pronounsSettings extends entity {
|
|
@@ -2815,6 +4107,9 @@ namespace reference.`microsoft.graph` {
|
|
|
2815
4107
|
size: int64 | null;
|
|
2816
4108
|
}
|
|
2817
4109
|
|
|
4110
|
+
@entity model referenceAttachment extends attachment {
|
|
4111
|
+
}
|
|
4112
|
+
|
|
2818
4113
|
@entity model remoteDesktopSecurityConfiguration extends entity {
|
|
2819
4114
|
isRemoteDesktopProtocolEnabled: boolean;
|
|
2820
4115
|
@contains targetDeviceGroups: targetDeviceGroup[];
|
|
@@ -2990,6 +4285,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2990
4285
|
@contains site: site | null;
|
|
2991
4286
|
}
|
|
2992
4287
|
|
|
4288
|
+
@entity model sharedWithChannelTeamInfo extends teamInfo {
|
|
4289
|
+
isHostTeam: boolean | null;
|
|
4290
|
+
@references allowedMembers: conversationMember[];
|
|
4291
|
+
}
|
|
4292
|
+
|
|
2993
4293
|
@entity model sharepoint extends entity {
|
|
2994
4294
|
@contains settings: sharepointSettings | null;
|
|
2995
4295
|
}
|
|
@@ -3119,6 +4419,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3119
4419
|
userPrincipalName: string | null;
|
|
3120
4420
|
}
|
|
3121
4421
|
|
|
4422
|
+
@entity model singleValueLegacyExtendedProperty extends entity {
|
|
4423
|
+
value: string | null;
|
|
4424
|
+
}
|
|
4425
|
+
|
|
3122
4426
|
@entity model site extends baseItem {
|
|
3123
4427
|
displayName: string | null;
|
|
3124
4428
|
error: publicError | null;
|
|
@@ -3154,6 +4458,15 @@ namespace reference.`microsoft.graph` {
|
|
|
3154
4458
|
@contains webParts: webPart[];
|
|
3155
4459
|
}
|
|
3156
4460
|
|
|
4461
|
+
@entity model skypeForBusinessUserConversationMember extends conversationMember {
|
|
4462
|
+
tenantId: string | null;
|
|
4463
|
+
userId: string | null;
|
|
4464
|
+
}
|
|
4465
|
+
|
|
4466
|
+
@entity model skypeUserConversationMember extends conversationMember {
|
|
4467
|
+
skypeId: string | null;
|
|
4468
|
+
}
|
|
4469
|
+
|
|
3157
4470
|
@entity model standardWebPart extends webPart {
|
|
3158
4471
|
containerTextWebPartId: string | null;
|
|
3159
4472
|
data: webPartData | null;
|
|
@@ -3234,6 +4547,128 @@ namespace reference.`microsoft.graph` {
|
|
|
3234
4547
|
displayName: string | null;
|
|
3235
4548
|
}
|
|
3236
4549
|
|
|
4550
|
+
@open
|
|
4551
|
+
@entity model team extends entity {
|
|
4552
|
+
classification: string | null;
|
|
4553
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
4554
|
+
description: string | null;
|
|
4555
|
+
displayName: string | null;
|
|
4556
|
+
firstChannelName: string | null;
|
|
4557
|
+
funSettings: teamFunSettings | null;
|
|
4558
|
+
guestSettings: teamGuestSettings | null;
|
|
4559
|
+
internalId: string | null;
|
|
4560
|
+
isArchived: boolean | null;
|
|
4561
|
+
memberSettings: teamMemberSettings | null;
|
|
4562
|
+
messagingSettings: teamMessagingSettings | null;
|
|
4563
|
+
specialization: teamSpecialization | null;
|
|
4564
|
+
summary: teamSummary | null;
|
|
4565
|
+
tenantId: string | null;
|
|
4566
|
+
visibility: teamVisibilityType | null;
|
|
4567
|
+
webUrl: string | null;
|
|
4568
|
+
@references allChannels: channel[];
|
|
4569
|
+
@contains channels: channel[];
|
|
4570
|
+
@references group: group | null;
|
|
4571
|
+
@references incomingChannels: channel[];
|
|
4572
|
+
@contains installedApps: teamsAppInstallation[];
|
|
4573
|
+
@contains members: conversationMember[];
|
|
4574
|
+
@contains operations: teamsAsyncOperation[];
|
|
4575
|
+
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
4576
|
+
@contains photo: profilePhoto | null;
|
|
4577
|
+
@contains primaryChannel: channel | null;
|
|
4578
|
+
@contains tags: teamworkTag[];
|
|
4579
|
+
@references template: teamsTemplate | null;
|
|
4580
|
+
}
|
|
4581
|
+
|
|
4582
|
+
@entity model teamInfo extends entity {
|
|
4583
|
+
displayName: string | null;
|
|
4584
|
+
tenantId: string | null;
|
|
4585
|
+
@references team: team | null;
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4588
|
+
@entity model teamsApp extends entity {
|
|
4589
|
+
displayName: string | null;
|
|
4590
|
+
distributionMethod: teamsAppDistributionMethod | null;
|
|
4591
|
+
externalId: string | null;
|
|
4592
|
+
@contains appDefinitions: teamsAppDefinition[];
|
|
4593
|
+
}
|
|
4594
|
+
|
|
4595
|
+
@entity model teamsAppDefinition extends entity {
|
|
4596
|
+
authorization: teamsAppAuthorization | null;
|
|
4597
|
+
createdBy: identitySet | null;
|
|
4598
|
+
description: string | null;
|
|
4599
|
+
displayName: string | null;
|
|
4600
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
4601
|
+
publishingState: teamsAppPublishingState | null;
|
|
4602
|
+
shortDescription: string | null;
|
|
4603
|
+
teamsAppId: string | null;
|
|
4604
|
+
version: string | null;
|
|
4605
|
+
@contains bot: teamworkBot | null;
|
|
4606
|
+
}
|
|
4607
|
+
|
|
4608
|
+
@entity model teamsAppInstallation extends entity {
|
|
4609
|
+
consentedPermissionSet: teamsAppPermissionSet | null;
|
|
4610
|
+
@references teamsApp: teamsApp | null;
|
|
4611
|
+
@references teamsAppDefinition: teamsAppDefinition | null;
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
@entity model teamsAppSettings extends entity {
|
|
4615
|
+
allowUserRequestsForAppAccess: boolean | null;
|
|
4616
|
+
isUserPersonalScopeResourceSpecificConsentEnabled: boolean | null;
|
|
4617
|
+
}
|
|
4618
|
+
|
|
4619
|
+
@open
|
|
4620
|
+
@entity model teamsAsyncOperation extends entity {
|
|
4621
|
+
attemptsCount: int32;
|
|
4622
|
+
@computed createdDateTime: offsetDateTime;
|
|
4623
|
+
error: operationError | null;
|
|
4624
|
+
@computed lastActionDateTime: offsetDateTime;
|
|
4625
|
+
operationType: teamsAsyncOperationType;
|
|
4626
|
+
status: teamsAsyncOperationStatus;
|
|
4627
|
+
targetResourceId: string | null;
|
|
4628
|
+
targetResourceLocation: string | null;
|
|
4629
|
+
}
|
|
4630
|
+
|
|
4631
|
+
@entity model teamsTab extends entity {
|
|
4632
|
+
configuration: teamsTabConfiguration | null;
|
|
4633
|
+
displayName: string | null;
|
|
4634
|
+
webUrl: string | null;
|
|
4635
|
+
@references teamsApp: teamsApp | null;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
@entity model teamsTemplate extends entity {
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4641
|
+
@entity model teamwork extends entity {
|
|
4642
|
+
isTeamsEnabled: boolean;
|
|
4643
|
+
region: string | null;
|
|
4644
|
+
@contains deletedChats: deletedChat[];
|
|
4645
|
+
@contains deletedTeams: deletedTeam[];
|
|
4646
|
+
@contains teamsAppSettings: teamsAppSettings | null;
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4649
|
+
@entity model teamworkBot extends entity {
|
|
4650
|
+
}
|
|
4651
|
+
|
|
4652
|
+
@entity model teamworkHostedContent extends entity {
|
|
4653
|
+
contentBytes: binary | null;
|
|
4654
|
+
contentType: string | null;
|
|
4655
|
+
}
|
|
4656
|
+
|
|
4657
|
+
@entity model teamworkTag extends entity {
|
|
4658
|
+
description: string | null;
|
|
4659
|
+
displayName: string | null;
|
|
4660
|
+
memberCount: int32 | null;
|
|
4661
|
+
tagType: teamworkTagType | null;
|
|
4662
|
+
teamId: string | null;
|
|
4663
|
+
@contains members: teamworkTagMember[];
|
|
4664
|
+
}
|
|
4665
|
+
|
|
4666
|
+
@entity model teamworkTagMember extends entity {
|
|
4667
|
+
displayName: string | null;
|
|
4668
|
+
tenantId: string | null;
|
|
4669
|
+
userId: string | null;
|
|
4670
|
+
}
|
|
4671
|
+
|
|
3237
4672
|
@entity model tenantAppManagementPolicy extends policyBase {
|
|
3238
4673
|
applicationRestrictions: appManagementApplicationConfiguration | null;
|
|
3239
4674
|
isEnabled: boolean;
|
|
@@ -3243,6 +4678,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3243
4678
|
@entity model tenantRelationship extends MsGraph.SharedModels.entity {
|
|
3244
4679
|
}
|
|
3245
4680
|
|
|
4681
|
+
@entity model termsOfUseContainer extends entity {
|
|
4682
|
+
@contains agreementAcceptances: agreementAcceptance[];
|
|
4683
|
+
@contains agreements: agreement[];
|
|
4684
|
+
}
|
|
4685
|
+
|
|
3246
4686
|
@entity model textWebPart extends webPart {
|
|
3247
4687
|
innerHtml: string | null;
|
|
3248
4688
|
}
|
|
@@ -3334,6 +4774,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3334
4774
|
legalAgeGroupClassification: string | null;
|
|
3335
4775
|
licenseAssignmentStates: licenseAssignmentState[] | null;
|
|
3336
4776
|
mail: string | null;
|
|
4777
|
+
mailboxSettings: mailboxSettings | null;
|
|
3337
4778
|
mailNickname: string | null;
|
|
3338
4779
|
mobilePhone: string | null;
|
|
3339
4780
|
officeLocation: string | null;
|
|
@@ -3365,26 +4806,45 @@ namespace reference.`microsoft.graph` {
|
|
|
3365
4806
|
usageLocation: string | null;
|
|
3366
4807
|
userPrincipalName: string | null;
|
|
3367
4808
|
userType: string | null;
|
|
4809
|
+
@contains adhocCalls: adhocCall[];
|
|
4810
|
+
@references agreementAcceptances: agreementAcceptance[];
|
|
3368
4811
|
@contains appRoleAssignments: appRoleAssignment[];
|
|
4812
|
+
@contains calendar: calendar | null;
|
|
4813
|
+
@contains calendarGroups: calendarGroup[];
|
|
4814
|
+
@contains calendars: calendar[];
|
|
4815
|
+
@contains calendarView: event[];
|
|
4816
|
+
@contains chats: chat[];
|
|
4817
|
+
@contains contactFolders: contactFolder[];
|
|
4818
|
+
@contains contacts: contact[];
|
|
3369
4819
|
@references createdObjects: directoryObject[];
|
|
3370
4820
|
@references directReports: directoryObject[];
|
|
3371
4821
|
@contains drive: drive | null;
|
|
3372
4822
|
@contains drives: drive[];
|
|
4823
|
+
@contains events: event[];
|
|
3373
4824
|
@contains extensions: extension[];
|
|
3374
4825
|
@references followedSites: site[];
|
|
4826
|
+
@contains inferenceClassification: inferenceClassification | null;
|
|
4827
|
+
@contains joinedTeams: team[];
|
|
3375
4828
|
@contains licenseDetails: licenseDetails[];
|
|
4829
|
+
@contains mailFolders: mailFolder[];
|
|
3376
4830
|
@references manager: directoryObject | null;
|
|
3377
4831
|
@references memberOf: directoryObject[];
|
|
4832
|
+
@contains messages: message[];
|
|
3378
4833
|
@references oauth2PermissionGrants: oAuth2PermissionGrant[];
|
|
3379
4834
|
@contains onlineMeetings: onlineMeeting[];
|
|
3380
4835
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
4836
|
+
@contains outlook: outlookUser | null;
|
|
3381
4837
|
@references ownedDevices: directoryObject[];
|
|
3382
4838
|
@references ownedObjects: directoryObject[];
|
|
4839
|
+
@contains people: person[];
|
|
4840
|
+
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
3383
4841
|
@contains photo: profilePhoto | null;
|
|
3384
4842
|
@contains photos: profilePhoto[];
|
|
3385
4843
|
@contains presence: presence | null;
|
|
3386
4844
|
@references registeredDevices: directoryObject[];
|
|
3387
4845
|
@contains scopedRoleMemberOf: scopedRoleMembership[];
|
|
4846
|
+
@references sponsors: directoryObject[];
|
|
4847
|
+
@contains teamwork: userTeamwork | null;
|
|
3388
4848
|
@references transitiveMemberOf: directoryObject[];
|
|
3389
4849
|
}
|
|
3390
4850
|
|
|
@@ -3410,10 +4870,21 @@ namespace reference.`microsoft.graph` {
|
|
|
3410
4870
|
userType: signInUserType | null;
|
|
3411
4871
|
}
|
|
3412
4872
|
|
|
4873
|
+
@entity model userScopeTeamsAppInstallation extends teamsAppInstallation {
|
|
4874
|
+
@references chat: chat | null;
|
|
4875
|
+
}
|
|
4876
|
+
|
|
3413
4877
|
@entity model userSettings extends entity {
|
|
3414
4878
|
@contains itemInsights: userInsightsSettings | null;
|
|
3415
4879
|
}
|
|
3416
4880
|
|
|
4881
|
+
@entity model userTeamwork extends entity {
|
|
4882
|
+
locale: string | null;
|
|
4883
|
+
region: string | null;
|
|
4884
|
+
@contains associatedTeams: associatedTeamInfo[];
|
|
4885
|
+
@contains installedApps: userScopeTeamsAppInstallation[];
|
|
4886
|
+
}
|
|
4887
|
+
|
|
3417
4888
|
@entity model verticalSection extends entity {
|
|
3418
4889
|
emphasis: sectionEmphasisType | null;
|
|
3419
4890
|
@contains webparts: webPart[];
|
|
@@ -3423,913 +4894,1445 @@ namespace reference.`microsoft.graph` {
|
|
|
3423
4894
|
@entity model webPart extends entity {
|
|
3424
4895
|
}
|
|
3425
4896
|
|
|
4897
|
+
enum agreementAcceptanceState {
|
|
4898
|
+
accepted: 2,
|
|
4899
|
+
declined: 3,
|
|
4900
|
+
unknownFutureValue: 5,
|
|
4901
|
+
}
|
|
4902
|
+
|
|
3426
4903
|
enum allowInvitesFrom {
|
|
3427
|
-
none,
|
|
3428
|
-
adminsAndGuestInviters,
|
|
3429
|
-
adminsGuestInvitersAndAllMembers,
|
|
3430
|
-
everyone,
|
|
3431
|
-
unknownFutureValue,
|
|
4904
|
+
none: 0,
|
|
4905
|
+
adminsAndGuestInviters: 1,
|
|
4906
|
+
adminsGuestInvitersAndAllMembers: 2,
|
|
4907
|
+
everyone: 3,
|
|
4908
|
+
unknownFutureValue: 4,
|
|
3432
4909
|
}
|
|
3433
4910
|
|
|
3434
4911
|
enum appCredentialRestrictionType {
|
|
3435
|
-
passwordAddition,
|
|
3436
|
-
passwordLifetime,
|
|
3437
|
-
symmetricKeyAddition,
|
|
3438
|
-
symmetricKeyLifetime,
|
|
3439
|
-
customPasswordAddition,
|
|
3440
|
-
unknownFutureValue,
|
|
4912
|
+
passwordAddition: 0,
|
|
4913
|
+
passwordLifetime: 1,
|
|
4914
|
+
symmetricKeyAddition: 2,
|
|
4915
|
+
symmetricKeyLifetime: 3,
|
|
4916
|
+
customPasswordAddition: 4,
|
|
4917
|
+
unknownFutureValue: 99,
|
|
3441
4918
|
}
|
|
3442
4919
|
|
|
3443
4920
|
enum appKeyCredentialRestrictionType {
|
|
3444
|
-
asymmetricKeyLifetime,
|
|
3445
|
-
unknownFutureValue,
|
|
4921
|
+
asymmetricKeyLifetime: 0,
|
|
4922
|
+
unknownFutureValue: 99,
|
|
3446
4923
|
}
|
|
3447
4924
|
|
|
3448
4925
|
enum appliedConditionalAccessPolicyResult {
|
|
3449
|
-
success,
|
|
3450
|
-
failure,
|
|
3451
|
-
notApplied,
|
|
3452
|
-
notEnabled,
|
|
3453
|
-
`unknown
|
|
3454
|
-
unknownFutureValue,
|
|
3455
|
-
reportOnlySuccess,
|
|
3456
|
-
reportOnlyFailure,
|
|
3457
|
-
reportOnlyNotApplied,
|
|
3458
|
-
reportOnlyInterrupted,
|
|
4926
|
+
success: 0,
|
|
4927
|
+
failure: 1,
|
|
4928
|
+
notApplied: 2,
|
|
4929
|
+
notEnabled: 3,
|
|
4930
|
+
`unknown`: 4,
|
|
4931
|
+
unknownFutureValue: 5,
|
|
4932
|
+
reportOnlySuccess: 6,
|
|
4933
|
+
reportOnlyFailure: 7,
|
|
4934
|
+
reportOnlyNotApplied: 8,
|
|
4935
|
+
reportOnlyInterrupted: 9,
|
|
4936
|
+
}
|
|
4937
|
+
|
|
4938
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4939
|
+
enum attachmentType {
|
|
4940
|
+
file: 0,
|
|
4941
|
+
item: 1,
|
|
4942
|
+
reference: 2,
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4945
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4946
|
+
enum attendeeType {
|
|
4947
|
+
required: 0,
|
|
4948
|
+
optional: 1,
|
|
4949
|
+
resource: 2,
|
|
3459
4950
|
}
|
|
3460
4951
|
|
|
3461
4952
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3462
4953
|
enum attributeDefinitionMetadata {
|
|
3463
|
-
BaseAttributeName,
|
|
3464
|
-
ComplexObjectDefinition,
|
|
3465
|
-
IsContainer,
|
|
3466
|
-
IsCustomerDefined,
|
|
3467
|
-
IsDomainQualified,
|
|
3468
|
-
LinkPropertyNames,
|
|
3469
|
-
LinkTypeName,
|
|
3470
|
-
MaximumLength,
|
|
3471
|
-
ReferencedProperty,
|
|
4954
|
+
BaseAttributeName: 0,
|
|
4955
|
+
ComplexObjectDefinition: 1,
|
|
4956
|
+
IsContainer: 2,
|
|
4957
|
+
IsCustomerDefined: 3,
|
|
4958
|
+
IsDomainQualified: 4,
|
|
4959
|
+
LinkPropertyNames: 5,
|
|
4960
|
+
LinkTypeName: 6,
|
|
4961
|
+
MaximumLength: 7,
|
|
4962
|
+
ReferencedProperty: 8,
|
|
3472
4963
|
}
|
|
3473
4964
|
|
|
3474
4965
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3475
4966
|
enum attributeFlowBehavior {
|
|
3476
|
-
FlowWhenChanged,
|
|
3477
|
-
FlowAlways,
|
|
4967
|
+
FlowWhenChanged: 0,
|
|
4968
|
+
FlowAlways: 1,
|
|
3478
4969
|
}
|
|
3479
4970
|
|
|
3480
4971
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3481
4972
|
enum attributeFlowType {
|
|
3482
|
-
Always,
|
|
3483
|
-
ObjectAddOnly,
|
|
3484
|
-
MultiValueAddOnly,
|
|
3485
|
-
ValueAddOnly,
|
|
3486
|
-
AttributeAddOnly,
|
|
4973
|
+
Always: 0,
|
|
4974
|
+
ObjectAddOnly: 1,
|
|
4975
|
+
MultiValueAddOnly: 2,
|
|
4976
|
+
ValueAddOnly: 3,
|
|
4977
|
+
AttributeAddOnly: 4,
|
|
3487
4978
|
}
|
|
3488
4979
|
|
|
3489
4980
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3490
4981
|
enum attributeMappingSourceType {
|
|
3491
|
-
Attribute,
|
|
3492
|
-
Constant,
|
|
3493
|
-
Function,
|
|
4982
|
+
Attribute: 0,
|
|
4983
|
+
Constant: 1,
|
|
4984
|
+
Function: 2,
|
|
3494
4985
|
}
|
|
3495
4986
|
|
|
3496
4987
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3497
4988
|
enum attributeType {
|
|
3498
|
-
`String
|
|
3499
|
-
`Integer
|
|
3500
|
-
Reference,
|
|
3501
|
-
Binary,
|
|
3502
|
-
`Boolean
|
|
3503
|
-
DateTime,
|
|
4989
|
+
`String`: 0,
|
|
4990
|
+
`Integer`: 1,
|
|
4991
|
+
Reference: 2,
|
|
4992
|
+
Binary: 3,
|
|
4993
|
+
`Boolean`: 4,
|
|
4994
|
+
DateTime: 5,
|
|
3504
4995
|
}
|
|
3505
4996
|
|
|
3506
4997
|
enum authenticationMethodFeature {
|
|
3507
|
-
ssprRegistered,
|
|
3508
|
-
ssprEnabled,
|
|
3509
|
-
ssprCapable,
|
|
3510
|
-
passwordlessCapable,
|
|
3511
|
-
mfaCapable,
|
|
3512
|
-
unknownFutureValue,
|
|
4998
|
+
ssprRegistered: 0,
|
|
4999
|
+
ssprEnabled: 1,
|
|
5000
|
+
ssprCapable: 2,
|
|
5001
|
+
passwordlessCapable: 3,
|
|
5002
|
+
mfaCapable: 4,
|
|
5003
|
+
unknownFutureValue: 5,
|
|
3513
5004
|
}
|
|
3514
5005
|
|
|
3515
5006
|
enum authenticationProtocol {
|
|
3516
|
-
wsFed,
|
|
3517
|
-
saml,
|
|
3518
|
-
unknownFutureValue,
|
|
5007
|
+
wsFed: 0,
|
|
5008
|
+
saml: 1,
|
|
5009
|
+
unknownFutureValue: 2,
|
|
5010
|
+
}
|
|
5011
|
+
|
|
5012
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5013
|
+
enum automaticRepliesStatus {
|
|
5014
|
+
disabled: 0,
|
|
5015
|
+
alwaysEnabled: 1,
|
|
5016
|
+
scheduled: 2,
|
|
3519
5017
|
}
|
|
3520
5018
|
|
|
3521
5019
|
enum b2bIdentityProvidersType {
|
|
3522
|
-
azureActiveDirectory,
|
|
3523
|
-
externalFederation,
|
|
3524
|
-
socialIdentityProviders,
|
|
3525
|
-
emailOneTimePasscode,
|
|
3526
|
-
microsoftAccount,
|
|
3527
|
-
defaultConfiguredIdp,
|
|
3528
|
-
unknownFutureValue,
|
|
5020
|
+
azureActiveDirectory: 1,
|
|
5021
|
+
externalFederation: 2,
|
|
5022
|
+
socialIdentityProviders: 3,
|
|
5023
|
+
emailOneTimePasscode: 4,
|
|
5024
|
+
microsoftAccount: 5,
|
|
5025
|
+
defaultConfiguredIdp: 6,
|
|
5026
|
+
unknownFutureValue: 7,
|
|
3529
5027
|
}
|
|
3530
5028
|
|
|
3531
5029
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3532
5030
|
enum bodyType {
|
|
3533
|
-
text,
|
|
3534
|
-
html,
|
|
5031
|
+
text: 0,
|
|
5032
|
+
html: 1,
|
|
3535
5033
|
}
|
|
3536
5034
|
|
|
3537
5035
|
enum broadcastMeetingAudience {
|
|
3538
|
-
roleIsAttendee,
|
|
3539
|
-
organization,
|
|
3540
|
-
everyone,
|
|
3541
|
-
unknownFutureValue,
|
|
5036
|
+
roleIsAttendee: 0,
|
|
5037
|
+
organization: 1,
|
|
5038
|
+
everyone: 2,
|
|
5039
|
+
unknownFutureValue: 3,
|
|
5040
|
+
}
|
|
5041
|
+
|
|
5042
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5043
|
+
enum calendarColor {
|
|
5044
|
+
auto: -1,
|
|
5045
|
+
lightBlue: 0,
|
|
5046
|
+
lightGreen: 1,
|
|
5047
|
+
lightOrange: 2,
|
|
5048
|
+
lightGray: 3,
|
|
5049
|
+
lightYellow: 4,
|
|
5050
|
+
lightTeal: 5,
|
|
5051
|
+
lightPink: 6,
|
|
5052
|
+
lightBrown: 7,
|
|
5053
|
+
lightRed: 8,
|
|
5054
|
+
maxColor: 9,
|
|
5055
|
+
}
|
|
5056
|
+
|
|
5057
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5058
|
+
enum calendarRoleType {
|
|
5059
|
+
none: 0,
|
|
5060
|
+
freeBusyRead: 1,
|
|
5061
|
+
limitedRead: 2,
|
|
5062
|
+
read: 3,
|
|
5063
|
+
write: 4,
|
|
5064
|
+
delegateWithoutPrivateEventAccess: 5,
|
|
5065
|
+
delegateWithPrivateEventAccess: 6,
|
|
5066
|
+
custom: 7,
|
|
5067
|
+
}
|
|
5068
|
+
|
|
5069
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5070
|
+
enum calendarSharingAction {
|
|
5071
|
+
accept: 0,
|
|
5072
|
+
acceptAndViewCalendar: 1,
|
|
5073
|
+
viewCalendar: 2,
|
|
5074
|
+
addThisCalendar: 3,
|
|
5075
|
+
}
|
|
5076
|
+
|
|
5077
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5078
|
+
enum calendarSharingActionImportance {
|
|
5079
|
+
primary: 0,
|
|
5080
|
+
secondary: 1,
|
|
5081
|
+
}
|
|
5082
|
+
|
|
5083
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5084
|
+
enum calendarSharingActionType {
|
|
5085
|
+
accept: 0,
|
|
5086
|
+
}
|
|
5087
|
+
|
|
5088
|
+
enum callRecordingStatus {
|
|
5089
|
+
success: 0,
|
|
5090
|
+
failure: 1,
|
|
5091
|
+
initial: 2,
|
|
5092
|
+
chunkFinished: 3,
|
|
5093
|
+
unknownFutureValue: 4,
|
|
5094
|
+
}
|
|
5095
|
+
|
|
5096
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5097
|
+
enum categoryColor {
|
|
5098
|
+
none: -1,
|
|
5099
|
+
preset0: 0,
|
|
5100
|
+
preset1: 1,
|
|
5101
|
+
preset2: 2,
|
|
5102
|
+
preset3: 3,
|
|
5103
|
+
preset4: 4,
|
|
5104
|
+
preset5: 5,
|
|
5105
|
+
preset6: 6,
|
|
5106
|
+
preset7: 7,
|
|
5107
|
+
preset8: 8,
|
|
5108
|
+
preset9: 9,
|
|
5109
|
+
preset10: 10,
|
|
5110
|
+
preset11: 11,
|
|
5111
|
+
preset12: 12,
|
|
5112
|
+
preset13: 13,
|
|
5113
|
+
preset14: 14,
|
|
5114
|
+
preset15: 15,
|
|
5115
|
+
preset16: 16,
|
|
5116
|
+
preset17: 17,
|
|
5117
|
+
preset18: 18,
|
|
5118
|
+
preset19: 19,
|
|
5119
|
+
preset20: 20,
|
|
5120
|
+
preset21: 21,
|
|
5121
|
+
preset22: 22,
|
|
5122
|
+
preset23: 23,
|
|
5123
|
+
preset24: 24,
|
|
3542
5124
|
}
|
|
3543
5125
|
|
|
3544
5126
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3545
5127
|
enum changeType {
|
|
3546
|
-
created,
|
|
3547
|
-
updated,
|
|
3548
|
-
deleted,
|
|
5128
|
+
created: 0,
|
|
5129
|
+
updated: 1,
|
|
5130
|
+
deleted: 2,
|
|
5131
|
+
}
|
|
5132
|
+
|
|
5133
|
+
enum channelMembershipType {
|
|
5134
|
+
standard: 0,
|
|
5135
|
+
private: 1,
|
|
5136
|
+
unknownFutureValue: 2,
|
|
5137
|
+
shared: 3,
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5140
|
+
@graphFlags
|
|
5141
|
+
enum chatMessageActions {
|
|
5142
|
+
reactionAdded: 1,
|
|
5143
|
+
reactionRemoved: 2,
|
|
5144
|
+
actionUndefined: 4,
|
|
5145
|
+
unknownFutureValue: 8,
|
|
5146
|
+
}
|
|
5147
|
+
|
|
5148
|
+
enum chatMessageImportance {
|
|
5149
|
+
normal: 0,
|
|
5150
|
+
high: 1,
|
|
5151
|
+
urgent: 2,
|
|
5152
|
+
unknownFutureValue: 3,
|
|
5153
|
+
}
|
|
5154
|
+
|
|
5155
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5156
|
+
@graphFlags
|
|
5157
|
+
enum chatMessagePolicyViolationDlpActionTypes {
|
|
5158
|
+
none: 0,
|
|
5159
|
+
notifySender: 1,
|
|
5160
|
+
blockAccess: 2,
|
|
5161
|
+
blockAccessExternal: 4,
|
|
5162
|
+
}
|
|
5163
|
+
|
|
5164
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5165
|
+
@graphFlags
|
|
5166
|
+
enum chatMessagePolicyViolationUserActionTypes {
|
|
5167
|
+
none: 0,
|
|
5168
|
+
override: 1,
|
|
5169
|
+
reportFalsePositive: 2,
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5173
|
+
@graphFlags
|
|
5174
|
+
enum chatMessagePolicyViolationVerdictDetailsTypes {
|
|
5175
|
+
none: 0,
|
|
5176
|
+
allowFalsePositiveOverride: 1,
|
|
5177
|
+
allowOverrideWithoutJustification: 2,
|
|
5178
|
+
allowOverrideWithJustification: 4,
|
|
5179
|
+
}
|
|
5180
|
+
|
|
5181
|
+
enum chatMessageType {
|
|
5182
|
+
message: 0,
|
|
5183
|
+
chatEvent: 1,
|
|
5184
|
+
typing: 2,
|
|
5185
|
+
unknownFutureValue: 3,
|
|
5186
|
+
systemEventMessage: 4,
|
|
5187
|
+
}
|
|
5188
|
+
|
|
5189
|
+
enum chatType {
|
|
5190
|
+
oneOnOne: 0,
|
|
5191
|
+
group: 1,
|
|
5192
|
+
meeting: 2,
|
|
5193
|
+
unknownFutureValue: 3,
|
|
5194
|
+
}
|
|
5195
|
+
|
|
5196
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5197
|
+
@graphFlags
|
|
5198
|
+
enum clonableTeamParts {
|
|
5199
|
+
apps: 1,
|
|
5200
|
+
tabs: 2,
|
|
5201
|
+
settings: 4,
|
|
5202
|
+
channels: 8,
|
|
5203
|
+
members: 16,
|
|
3549
5204
|
}
|
|
3550
5205
|
|
|
3551
5206
|
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,
|
|
5207
|
+
note: 0,
|
|
5208
|
+
text: 1,
|
|
5209
|
+
choice: 2,
|
|
5210
|
+
multichoice: 3,
|
|
5211
|
+
number: 4,
|
|
5212
|
+
currency: 5,
|
|
5213
|
+
dateTime: 6,
|
|
5214
|
+
lookup: 7,
|
|
5215
|
+
`boolean`: 8,
|
|
5216
|
+
user: 9,
|
|
5217
|
+
url: 10,
|
|
5218
|
+
calculated: 11,
|
|
5219
|
+
location: 12,
|
|
5220
|
+
geolocation: 13,
|
|
5221
|
+
term: 14,
|
|
5222
|
+
multiterm: 15,
|
|
5223
|
+
thumbnail: 16,
|
|
5224
|
+
approvalStatus: 17,
|
|
5225
|
+
unknownFutureValue: 18,
|
|
3571
5226
|
}
|
|
3572
5227
|
|
|
3573
5228
|
enum conditionalAccessStatus {
|
|
3574
|
-
success,
|
|
3575
|
-
failure,
|
|
3576
|
-
notApplied,
|
|
3577
|
-
unknownFutureValue,
|
|
5229
|
+
success: 0,
|
|
5230
|
+
failure: 1,
|
|
5231
|
+
notApplied: 2,
|
|
5232
|
+
unknownFutureValue: 3,
|
|
3578
5233
|
}
|
|
3579
5234
|
|
|
3580
5235
|
enum crossTenantAccessPolicyTargetConfigurationAccessType {
|
|
3581
|
-
allowed,
|
|
3582
|
-
blocked,
|
|
3583
|
-
unknownFutureValue,
|
|
5236
|
+
allowed: 1,
|
|
5237
|
+
blocked: 2,
|
|
5238
|
+
unknownFutureValue: 3,
|
|
3584
5239
|
}
|
|
3585
5240
|
|
|
3586
5241
|
enum crossTenantAccessPolicyTargetType {
|
|
3587
|
-
user,
|
|
3588
|
-
group,
|
|
3589
|
-
application,
|
|
3590
|
-
unknownFutureValue,
|
|
5242
|
+
user: 1,
|
|
5243
|
+
group: 2,
|
|
5244
|
+
application: 3,
|
|
5245
|
+
unknownFutureValue: 4,
|
|
5246
|
+
}
|
|
5247
|
+
|
|
5248
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5249
|
+
enum dayOfWeek {
|
|
5250
|
+
sunday: 0,
|
|
5251
|
+
monday: 1,
|
|
5252
|
+
tuesday: 2,
|
|
5253
|
+
wednesday: 3,
|
|
5254
|
+
thursday: 4,
|
|
5255
|
+
friday: 5,
|
|
5256
|
+
saturday: 6,
|
|
5257
|
+
}
|
|
5258
|
+
|
|
5259
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5260
|
+
enum delegateMeetingMessageDeliveryOptions {
|
|
5261
|
+
sendToDelegateAndInformationToPrincipal: 0,
|
|
5262
|
+
sendToDelegateAndPrincipal: 1,
|
|
5263
|
+
sendToDelegateOnly: 2,
|
|
3591
5264
|
}
|
|
3592
5265
|
|
|
3593
5266
|
@graphFlags
|
|
3594
5267
|
enum directoryDefinitionDiscoverabilities {
|
|
3595
|
-
None,
|
|
3596
|
-
AttributeNames,
|
|
3597
|
-
AttributeDataTypes,
|
|
3598
|
-
AttributeReadOnly,
|
|
3599
|
-
ReferenceAttributes,
|
|
3600
|
-
UnknownFutureValue,
|
|
5268
|
+
None: 0,
|
|
5269
|
+
AttributeNames: 1,
|
|
5270
|
+
AttributeDataTypes: 2,
|
|
5271
|
+
AttributeReadOnly: 4,
|
|
5272
|
+
ReferenceAttributes: 8,
|
|
5273
|
+
UnknownFutureValue: 16,
|
|
3601
5274
|
}
|
|
3602
5275
|
|
|
3603
5276
|
enum driveItemSourceApplication {
|
|
3604
|
-
teams,
|
|
3605
|
-
yammer,
|
|
3606
|
-
sharePoint,
|
|
3607
|
-
oneDrive,
|
|
3608
|
-
stream,
|
|
3609
|
-
powerPoint,
|
|
3610
|
-
office,
|
|
3611
|
-
loki,
|
|
3612
|
-
loop,
|
|
3613
|
-
other,
|
|
3614
|
-
unknownFutureValue,
|
|
5277
|
+
teams: 0,
|
|
5278
|
+
yammer: 1,
|
|
5279
|
+
sharePoint: 2,
|
|
5280
|
+
oneDrive: 3,
|
|
5281
|
+
stream: 4,
|
|
5282
|
+
powerPoint: 5,
|
|
5283
|
+
office: 6,
|
|
5284
|
+
loki: 7,
|
|
5285
|
+
loop: 8,
|
|
5286
|
+
other: 9,
|
|
5287
|
+
unknownFutureValue: 10,
|
|
3615
5288
|
}
|
|
3616
5289
|
|
|
3617
5290
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3618
5291
|
enum entryExportStatus {
|
|
3619
|
-
Noop,
|
|
3620
|
-
Success,
|
|
3621
|
-
RetryableError,
|
|
3622
|
-
PermanentError,
|
|
3623
|
-
Error,
|
|
5292
|
+
Noop: 0,
|
|
5293
|
+
Success: 1,
|
|
5294
|
+
RetryableError: 2,
|
|
5295
|
+
PermanentError: 3,
|
|
5296
|
+
Error: 4,
|
|
3624
5297
|
}
|
|
3625
5298
|
|
|
3626
5299
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3627
5300
|
enum entrySyncOperation {
|
|
3628
|
-
None,
|
|
3629
|
-
Add,
|
|
3630
|
-
Delete,
|
|
3631
|
-
Update,
|
|
5301
|
+
None: 0,
|
|
5302
|
+
Add: 1,
|
|
5303
|
+
Delete: 2,
|
|
5304
|
+
Update: 3,
|
|
3632
5305
|
}
|
|
3633
5306
|
|
|
3634
5307
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3635
5308
|
enum escrowBehavior {
|
|
3636
|
-
Default,
|
|
3637
|
-
IgnoreLookupReferenceResolutionFailure,
|
|
5309
|
+
Default: 1,
|
|
5310
|
+
IgnoreLookupReferenceResolutionFailure: 2,
|
|
5311
|
+
}
|
|
5312
|
+
|
|
5313
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5314
|
+
enum eventType {
|
|
5315
|
+
singleInstance: 0,
|
|
5316
|
+
occurrence: 1,
|
|
5317
|
+
exception: 2,
|
|
5318
|
+
seriesMaster: 3,
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5321
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5322
|
+
enum exchangeIdFormat {
|
|
5323
|
+
entryId: 0,
|
|
5324
|
+
ewsId: 1,
|
|
5325
|
+
immutableEntryId: 2,
|
|
5326
|
+
restId: 3,
|
|
5327
|
+
restImmutableEntryId: 4,
|
|
5328
|
+
}
|
|
5329
|
+
|
|
5330
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5331
|
+
enum externalAudienceScope {
|
|
5332
|
+
none: 0,
|
|
5333
|
+
contactsOnly: 1,
|
|
5334
|
+
all: 2,
|
|
3638
5335
|
}
|
|
3639
5336
|
|
|
3640
5337
|
enum federatedIdpMfaBehavior {
|
|
3641
|
-
acceptIfMfaDoneByFederatedIdp,
|
|
3642
|
-
enforceMfaByFederatedIdp,
|
|
3643
|
-
rejectMfaByFederatedIdp,
|
|
3644
|
-
unknownFutureValue,
|
|
5338
|
+
acceptIfMfaDoneByFederatedIdp: 0,
|
|
5339
|
+
enforceMfaByFederatedIdp: 1,
|
|
5340
|
+
rejectMfaByFederatedIdp: 2,
|
|
5341
|
+
unknownFutureValue: 3,
|
|
3645
5342
|
}
|
|
3646
5343
|
|
|
3647
5344
|
enum fileStorageContainerBillingClassification {
|
|
3648
|
-
standard,
|
|
3649
|
-
trial,
|
|
3650
|
-
directToCustomer,
|
|
3651
|
-
unknownFutureValue,
|
|
5345
|
+
standard: 0,
|
|
5346
|
+
trial: 1,
|
|
5347
|
+
directToCustomer: 2,
|
|
5348
|
+
unknownFutureValue: 3,
|
|
3652
5349
|
}
|
|
3653
5350
|
|
|
3654
5351
|
enum fileStorageContainerBillingStatus {
|
|
3655
|
-
invalid,
|
|
3656
|
-
valid,
|
|
3657
|
-
unknownFutureValue,
|
|
5352
|
+
invalid: 0,
|
|
5353
|
+
valid: 1,
|
|
5354
|
+
unknownFutureValue: 2,
|
|
3658
5355
|
}
|
|
3659
5356
|
|
|
3660
5357
|
enum fileStorageContainerStatus {
|
|
3661
|
-
inactive,
|
|
3662
|
-
active,
|
|
3663
|
-
unknownFutureValue,
|
|
5358
|
+
inactive: 0,
|
|
5359
|
+
active: 1,
|
|
5360
|
+
unknownFutureValue: 2,
|
|
3664
5361
|
}
|
|
3665
5362
|
|
|
3666
5363
|
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,
|
|
5364
|
+
none: 0,
|
|
5365
|
+
readContent: 1,
|
|
5366
|
+
writeContent: 2,
|
|
5367
|
+
manageContent: 3,
|
|
5368
|
+
create: 4,
|
|
5369
|
+
delete: 5,
|
|
5370
|
+
read: 6,
|
|
5371
|
+
write: 7,
|
|
5372
|
+
enumeratePermissions: 8,
|
|
5373
|
+
addPermissions: 9,
|
|
5374
|
+
updatePermissions: 10,
|
|
5375
|
+
deletePermissions: 11,
|
|
5376
|
+
deleteOwnPermission: 12,
|
|
5377
|
+
managePermissions: 13,
|
|
5378
|
+
full: 14,
|
|
5379
|
+
unknownFutureValue: 15,
|
|
3683
5380
|
}
|
|
3684
5381
|
|
|
3685
5382
|
@graphFlags
|
|
3686
5383
|
enum fileStorageContainerTypeSettingsOverride {
|
|
3687
|
-
urlTemplate,
|
|
3688
|
-
isDiscoverabilityEnabled,
|
|
3689
|
-
isSearchEnabled,
|
|
3690
|
-
isItemVersioningEnabled,
|
|
3691
|
-
itemMajorVersionLimit,
|
|
3692
|
-
maxStoragePerContainerInBytes,
|
|
3693
|
-
unknownFutureValue,
|
|
5384
|
+
urlTemplate: 0,
|
|
5385
|
+
isDiscoverabilityEnabled: 1,
|
|
5386
|
+
isSearchEnabled: 2,
|
|
5387
|
+
isItemVersioningEnabled: 3,
|
|
5388
|
+
itemMajorVersionLimit: 4,
|
|
5389
|
+
maxStoragePerContainerInBytes: 5,
|
|
5390
|
+
unknownFutureValue: 6,
|
|
5391
|
+
}
|
|
5392
|
+
|
|
5393
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5394
|
+
enum followupFlagStatus {
|
|
5395
|
+
notFlagged: 0,
|
|
5396
|
+
complete: 1,
|
|
5397
|
+
flagged: 2,
|
|
5398
|
+
}
|
|
5399
|
+
|
|
5400
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5401
|
+
enum freeBusyStatus {
|
|
5402
|
+
`unknown`: -1,
|
|
5403
|
+
free: 0,
|
|
5404
|
+
tentative: 1,
|
|
5405
|
+
busy: 2,
|
|
5406
|
+
oof: 3,
|
|
5407
|
+
workingElsewhere: 4,
|
|
5408
|
+
}
|
|
5409
|
+
|
|
5410
|
+
enum giphyRatingType {
|
|
5411
|
+
strict: 0,
|
|
5412
|
+
moderate: 1,
|
|
5413
|
+
unknownFutureValue: 2,
|
|
3694
5414
|
}
|
|
3695
5415
|
|
|
3696
5416
|
enum groupType {
|
|
3697
|
-
unifiedGroups,
|
|
3698
|
-
azureAD,
|
|
3699
|
-
unknownFutureValue,
|
|
5417
|
+
unifiedGroups: 0,
|
|
5418
|
+
azureAD: 1,
|
|
5419
|
+
unknownFutureValue: 2,
|
|
3700
5420
|
}
|
|
3701
5421
|
|
|
3702
5422
|
enum horizontalSectionLayoutType {
|
|
3703
|
-
none,
|
|
3704
|
-
oneColumn,
|
|
3705
|
-
twoColumns,
|
|
3706
|
-
threeColumns,
|
|
3707
|
-
oneThirdLeftColumn,
|
|
3708
|
-
oneThirdRightColumn,
|
|
3709
|
-
fullWidth,
|
|
3710
|
-
unknownFutureValue,
|
|
5423
|
+
none: 0,
|
|
5424
|
+
oneColumn: 1,
|
|
5425
|
+
twoColumns: 2,
|
|
5426
|
+
threeColumns: 3,
|
|
5427
|
+
oneThirdLeftColumn: 4,
|
|
5428
|
+
oneThirdRightColumn: 5,
|
|
5429
|
+
fullWidth: 6,
|
|
5430
|
+
unknownFutureValue: 7,
|
|
3711
5431
|
}
|
|
3712
5432
|
|
|
3713
5433
|
enum imageTaggingChoice {
|
|
3714
|
-
disabled,
|
|
3715
|
-
basic,
|
|
3716
|
-
enhanced,
|
|
3717
|
-
unknownFutureValue,
|
|
5434
|
+
disabled: 0,
|
|
5435
|
+
basic: 1,
|
|
5436
|
+
enhanced: 2,
|
|
5437
|
+
unknownFutureValue: 3,
|
|
5438
|
+
}
|
|
5439
|
+
|
|
5440
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5441
|
+
enum importance {
|
|
5442
|
+
low: 0,
|
|
5443
|
+
normal: 1,
|
|
5444
|
+
high: 2,
|
|
3718
5445
|
}
|
|
3719
5446
|
|
|
3720
5447
|
enum includedUserRoles {
|
|
3721
|
-
all,
|
|
3722
|
-
privilegedAdmin,
|
|
3723
|
-
admin,
|
|
3724
|
-
user,
|
|
3725
|
-
unknownFutureValue,
|
|
5448
|
+
all: 0,
|
|
5449
|
+
privilegedAdmin: 1,
|
|
5450
|
+
admin: 2,
|
|
5451
|
+
user: 3,
|
|
5452
|
+
unknownFutureValue: 4,
|
|
3726
5453
|
}
|
|
3727
5454
|
|
|
3728
5455
|
enum includedUserTypes {
|
|
3729
|
-
all,
|
|
3730
|
-
member,
|
|
3731
|
-
guest,
|
|
3732
|
-
unknownFutureValue,
|
|
5456
|
+
all: 0,
|
|
5457
|
+
member: 1,
|
|
5458
|
+
guest: 2,
|
|
5459
|
+
unknownFutureValue: 3,
|
|
5460
|
+
}
|
|
5461
|
+
|
|
5462
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5463
|
+
enum inferenceClassificationType {
|
|
5464
|
+
focused: 0,
|
|
5465
|
+
other: 1,
|
|
3733
5466
|
}
|
|
3734
5467
|
|
|
3735
5468
|
enum initiatorType {
|
|
3736
|
-
user,
|
|
3737
|
-
application,
|
|
3738
|
-
system,
|
|
3739
|
-
unknownFutureValue,
|
|
5469
|
+
user: 0,
|
|
5470
|
+
application: 1,
|
|
5471
|
+
system: 2,
|
|
5472
|
+
unknownFutureValue: 3,
|
|
3740
5473
|
}
|
|
3741
5474
|
|
|
3742
5475
|
enum layoutTemplateType {
|
|
3743
|
-
default,
|
|
3744
|
-
verticalSplit,
|
|
3745
|
-
unknownFutureValue,
|
|
5476
|
+
default: 0,
|
|
5477
|
+
verticalSplit: 1,
|
|
5478
|
+
unknownFutureValue: 10,
|
|
3746
5479
|
}
|
|
3747
5480
|
|
|
3748
5481
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3749
5482
|
enum lifecycleEventType {
|
|
3750
|
-
missed,
|
|
3751
|
-
subscriptionRemoved,
|
|
3752
|
-
reauthorizationRequired,
|
|
5483
|
+
missed: 0,
|
|
5484
|
+
subscriptionRemoved: 1,
|
|
5485
|
+
reauthorizationRequired: 2,
|
|
3753
5486
|
}
|
|
3754
5487
|
|
|
3755
5488
|
enum lobbyBypassScope {
|
|
3756
|
-
organizer,
|
|
3757
|
-
organization,
|
|
3758
|
-
organizationAndFederated,
|
|
3759
|
-
everyone,
|
|
3760
|
-
unknownFutureValue,
|
|
3761
|
-
invited,
|
|
3762
|
-
organizationExcludingGuests,
|
|
5489
|
+
organizer: 0,
|
|
5490
|
+
organization: 1,
|
|
5491
|
+
organizationAndFederated: 2,
|
|
5492
|
+
everyone: 3,
|
|
5493
|
+
unknownFutureValue: 4,
|
|
5494
|
+
invited: 5,
|
|
5495
|
+
organizationExcludingGuests: 6,
|
|
5496
|
+
}
|
|
5497
|
+
|
|
5498
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5499
|
+
enum locationType {
|
|
5500
|
+
default: 0,
|
|
5501
|
+
conferenceRoom: 1,
|
|
5502
|
+
homeAddress: 2,
|
|
5503
|
+
businessAddress: 3,
|
|
5504
|
+
geoCoordinates: 4,
|
|
5505
|
+
streetAddress: 5,
|
|
5506
|
+
hotel: 6,
|
|
5507
|
+
restaurant: 7,
|
|
5508
|
+
localBusiness: 8,
|
|
5509
|
+
postalAddress: 9,
|
|
5510
|
+
}
|
|
5511
|
+
|
|
5512
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5513
|
+
enum locationUniqueIdType {
|
|
5514
|
+
`unknown`: 0,
|
|
5515
|
+
locationStore: 1,
|
|
5516
|
+
directory: 2,
|
|
5517
|
+
private: 3,
|
|
5518
|
+
bing: 4,
|
|
3763
5519
|
}
|
|
3764
5520
|
|
|
3765
5521
|
enum longRunningOperationStatus {
|
|
3766
|
-
notStarted,
|
|
3767
|
-
running,
|
|
3768
|
-
succeeded,
|
|
3769
|
-
failed,
|
|
3770
|
-
unknownFutureValue,
|
|
5522
|
+
notStarted: 0,
|
|
5523
|
+
running: 1,
|
|
5524
|
+
succeeded: 2,
|
|
5525
|
+
failed: 3,
|
|
5526
|
+
unknownFutureValue: 4,
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5530
|
+
@graphFlags
|
|
5531
|
+
enum mailTipsType {
|
|
5532
|
+
automaticReplies: 1,
|
|
5533
|
+
mailboxFullStatus: 2,
|
|
5534
|
+
customMailTip: 4,
|
|
5535
|
+
externalMemberCount: 8,
|
|
5536
|
+
totalMemberCount: 16,
|
|
5537
|
+
maxMessageSize: 32,
|
|
5538
|
+
deliveryRestriction: 64,
|
|
5539
|
+
moderationStatus: 128,
|
|
5540
|
+
recipientScope: 256,
|
|
5541
|
+
recipientSuggestions: 512,
|
|
3771
5542
|
}
|
|
3772
5543
|
|
|
3773
5544
|
enum mediaSourceContentCategory {
|
|
3774
|
-
meeting,
|
|
3775
|
-
liveStream,
|
|
3776
|
-
presentation,
|
|
3777
|
-
screenRecording,
|
|
3778
|
-
story,
|
|
3779
|
-
profile,
|
|
3780
|
-
chat,
|
|
3781
|
-
note,
|
|
3782
|
-
comment,
|
|
3783
|
-
unknownFutureValue,
|
|
5545
|
+
meeting: 0,
|
|
5546
|
+
liveStream: 1,
|
|
5547
|
+
presentation: 2,
|
|
5548
|
+
screenRecording: 3,
|
|
5549
|
+
story: 4,
|
|
5550
|
+
profile: 5,
|
|
5551
|
+
chat: 6,
|
|
5552
|
+
note: 7,
|
|
5553
|
+
comment: 8,
|
|
5554
|
+
unknownFutureValue: 9,
|
|
3784
5555
|
}
|
|
3785
5556
|
|
|
3786
5557
|
enum meetingChatHistoryDefaultMode {
|
|
3787
|
-
none,
|
|
3788
|
-
all,
|
|
3789
|
-
unknownFutureValue,
|
|
5558
|
+
none: 0,
|
|
5559
|
+
all: 1,
|
|
5560
|
+
unknownFutureValue: 2,
|
|
3790
5561
|
}
|
|
3791
5562
|
|
|
3792
5563
|
enum meetingChatMode {
|
|
3793
|
-
enabled,
|
|
3794
|
-
disabled,
|
|
3795
|
-
limited,
|
|
3796
|
-
unknownFutureValue,
|
|
5564
|
+
enabled: 0,
|
|
5565
|
+
disabled: 1,
|
|
5566
|
+
limited: 2,
|
|
5567
|
+
unknownFutureValue: 3,
|
|
5568
|
+
}
|
|
5569
|
+
|
|
5570
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5571
|
+
enum meetingMessageType {
|
|
5572
|
+
none: 0,
|
|
5573
|
+
meetingRequest: 1,
|
|
5574
|
+
meetingCancelled: 2,
|
|
5575
|
+
meetingAccepted: 3,
|
|
5576
|
+
meetingTenativelyAccepted: 4,
|
|
5577
|
+
meetingDeclined: 5,
|
|
5578
|
+
}
|
|
5579
|
+
|
|
5580
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5581
|
+
enum meetingRequestType {
|
|
5582
|
+
none: 0,
|
|
5583
|
+
newMeetingRequest: 1,
|
|
5584
|
+
fullUpdate: 65536,
|
|
5585
|
+
informationalUpdate: 131072,
|
|
5586
|
+
silentUpdate: 262144,
|
|
5587
|
+
outdated: 524288,
|
|
5588
|
+
principalWantsCopy: 1048576,
|
|
5589
|
+
}
|
|
5590
|
+
|
|
5591
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5592
|
+
enum messageActionFlag {
|
|
5593
|
+
any: 0,
|
|
5594
|
+
call: 1,
|
|
5595
|
+
doNotForward: 2,
|
|
5596
|
+
followUp: 3,
|
|
5597
|
+
fyi: 4,
|
|
5598
|
+
forward: 5,
|
|
5599
|
+
noResponseNecessary: 6,
|
|
5600
|
+
read: 7,
|
|
5601
|
+
reply: 8,
|
|
5602
|
+
replyToAll: 9,
|
|
5603
|
+
review: 10,
|
|
3797
5604
|
}
|
|
3798
5605
|
|
|
3799
5606
|
enum multiFactorAuthConfiguration {
|
|
3800
|
-
notRequired,
|
|
3801
|
-
required,
|
|
3802
|
-
unknownFutureValue,
|
|
5607
|
+
notRequired: 0,
|
|
5608
|
+
required: 1,
|
|
5609
|
+
unknownFutureValue: 2,
|
|
3803
5610
|
}
|
|
3804
5611
|
|
|
3805
5612
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3806
5613
|
enum mutability {
|
|
3807
|
-
ReadWrite,
|
|
3808
|
-
ReadOnly,
|
|
3809
|
-
Immutable,
|
|
3810
|
-
WriteOnly,
|
|
5614
|
+
ReadWrite: 0,
|
|
5615
|
+
ReadOnly: 1,
|
|
5616
|
+
Immutable: 2,
|
|
5617
|
+
WriteOnly: 3,
|
|
3811
5618
|
}
|
|
3812
5619
|
|
|
3813
5620
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3814
5621
|
enum objectDefinitionMetadata {
|
|
3815
|
-
PropertyNameAccountEnabled,
|
|
3816
|
-
PropertyNameSoftDeleted,
|
|
3817
|
-
IsSoftDeletionSupported,
|
|
3818
|
-
IsSynchronizeAllSupported,
|
|
3819
|
-
ConnectorDataStorageRequired,
|
|
3820
|
-
Extensions,
|
|
3821
|
-
BaseObjectName,
|
|
5622
|
+
PropertyNameAccountEnabled: 0,
|
|
5623
|
+
PropertyNameSoftDeleted: 1,
|
|
5624
|
+
IsSoftDeletionSupported: 2,
|
|
5625
|
+
IsSynchronizeAllSupported: 3,
|
|
5626
|
+
ConnectorDataStorageRequired: 4,
|
|
5627
|
+
Extensions: 5,
|
|
5628
|
+
BaseObjectName: 6,
|
|
3822
5629
|
}
|
|
3823
5630
|
|
|
3824
5631
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3825
5632
|
@graphFlags
|
|
3826
5633
|
enum objectFlowTypes {
|
|
3827
|
-
None,
|
|
3828
|
-
Add,
|
|
3829
|
-
Update,
|
|
3830
|
-
Delete,
|
|
5634
|
+
None: 0,
|
|
5635
|
+
Add: 1,
|
|
5636
|
+
Update: 2,
|
|
5637
|
+
Delete: 4,
|
|
3831
5638
|
}
|
|
3832
5639
|
|
|
3833
5640
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3834
5641
|
enum objectMappingMetadata {
|
|
3835
|
-
EscrowBehavior,
|
|
3836
|
-
DisableMonitoringForChanges,
|
|
3837
|
-
OriginalJoiningProperty,
|
|
3838
|
-
Disposition,
|
|
3839
|
-
IsCustomerDefined,
|
|
3840
|
-
ExcludeFromReporting,
|
|
3841
|
-
Unsynchronized,
|
|
5642
|
+
EscrowBehavior: 0,
|
|
5643
|
+
DisableMonitoringForChanges: 1,
|
|
5644
|
+
OriginalJoiningProperty: 2,
|
|
5645
|
+
Disposition: 3,
|
|
5646
|
+
IsCustomerDefined: 4,
|
|
5647
|
+
ExcludeFromReporting: 5,
|
|
5648
|
+
Unsynchronized: 6,
|
|
3842
5649
|
}
|
|
3843
5650
|
|
|
3844
5651
|
@graphFlags
|
|
3845
5652
|
enum onlineMeetingContentSharingDisabledReason {
|
|
3846
|
-
watermarkProtection,
|
|
3847
|
-
unknownFutureValue,
|
|
5653
|
+
watermarkProtection: 1,
|
|
5654
|
+
unknownFutureValue: 2,
|
|
3848
5655
|
}
|
|
3849
5656
|
|
|
3850
5657
|
enum onlineMeetingPresenters {
|
|
3851
|
-
everyone,
|
|
3852
|
-
organization,
|
|
3853
|
-
roleIsPresenter,
|
|
3854
|
-
organizer,
|
|
3855
|
-
unknownFutureValue,
|
|
5658
|
+
everyone: 0,
|
|
5659
|
+
organization: 1,
|
|
5660
|
+
roleIsPresenter: 2,
|
|
5661
|
+
organizer: 3,
|
|
5662
|
+
unknownFutureValue: 4,
|
|
5663
|
+
}
|
|
5664
|
+
|
|
5665
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5666
|
+
enum onlineMeetingProviderType {
|
|
5667
|
+
`unknown`: 0,
|
|
5668
|
+
skypeForBusiness: 1,
|
|
5669
|
+
skypeForConsumer: 2,
|
|
5670
|
+
teamsForBusiness: 3,
|
|
3856
5671
|
}
|
|
3857
5672
|
|
|
3858
5673
|
enum onlineMeetingRole {
|
|
3859
|
-
attendee,
|
|
3860
|
-
presenter,
|
|
3861
|
-
unknownFutureValue,
|
|
3862
|
-
producer,
|
|
3863
|
-
coorganizer,
|
|
5674
|
+
attendee: 0,
|
|
5675
|
+
presenter: 1,
|
|
5676
|
+
unknownFutureValue: 2,
|
|
5677
|
+
producer: 3,
|
|
5678
|
+
coorganizer: 4,
|
|
3864
5679
|
}
|
|
3865
5680
|
|
|
3866
5681
|
@graphFlags
|
|
3867
5682
|
enum onlineMeetingVideoDisabledReason {
|
|
3868
|
-
watermarkProtection,
|
|
3869
|
-
unknownFutureValue,
|
|
5683
|
+
watermarkProtection: 1,
|
|
5684
|
+
unknownFutureValue: 2,
|
|
3870
5685
|
}
|
|
3871
5686
|
|
|
3872
5687
|
enum onPremisesDirectorySynchronizationDeletionPreventionType {
|
|
3873
|
-
disabled,
|
|
3874
|
-
enabledForCount,
|
|
3875
|
-
enabledForPercentage,
|
|
3876
|
-
unknownFutureValue,
|
|
5688
|
+
disabled: 0,
|
|
5689
|
+
enabledForCount: 1,
|
|
5690
|
+
enabledForPercentage: 2,
|
|
5691
|
+
unknownFutureValue: 3,
|
|
3877
5692
|
}
|
|
3878
5693
|
|
|
3879
5694
|
enum operationResult {
|
|
3880
|
-
success,
|
|
3881
|
-
failure,
|
|
3882
|
-
timeout,
|
|
3883
|
-
unknownFutureValue,
|
|
5695
|
+
success: 0,
|
|
5696
|
+
failure: 1,
|
|
5697
|
+
timeout: 2,
|
|
5698
|
+
unknownFutureValue: 3,
|
|
3884
5699
|
}
|
|
3885
5700
|
|
|
3886
5701
|
enum pageLayoutType {
|
|
3887
|
-
microsoftReserved,
|
|
3888
|
-
article,
|
|
3889
|
-
home,
|
|
3890
|
-
unknownFutureValue,
|
|
5702
|
+
microsoftReserved: 0,
|
|
5703
|
+
article: 1,
|
|
5704
|
+
home: 2,
|
|
5705
|
+
unknownFutureValue: 3,
|
|
3891
5706
|
}
|
|
3892
5707
|
|
|
3893
5708
|
enum pagePromotionType {
|
|
3894
|
-
microsoftReserved,
|
|
3895
|
-
page,
|
|
3896
|
-
newsPost,
|
|
3897
|
-
unknownFutureValue,
|
|
5709
|
+
microsoftReserved: 0,
|
|
5710
|
+
page: 1,
|
|
5711
|
+
newsPost: 2,
|
|
5712
|
+
unknownFutureValue: 3,
|
|
3898
5713
|
}
|
|
3899
5714
|
|
|
3900
5715
|
enum partnerTenantType {
|
|
3901
|
-
microsoftSupport,
|
|
3902
|
-
syndicatePartner,
|
|
3903
|
-
breadthPartner,
|
|
3904
|
-
breadthPartnerDelegatedAdmin,
|
|
3905
|
-
resellerPartnerDelegatedAdmin,
|
|
3906
|
-
valueAddedResellerPartnerDelegatedAdmin,
|
|
3907
|
-
unknownFutureValue,
|
|
5716
|
+
microsoftSupport: 1,
|
|
5717
|
+
syndicatePartner: 2,
|
|
5718
|
+
breadthPartner: 3,
|
|
5719
|
+
breadthPartnerDelegatedAdmin: 4,
|
|
5720
|
+
resellerPartnerDelegatedAdmin: 5,
|
|
5721
|
+
valueAddedResellerPartnerDelegatedAdmin: 6,
|
|
5722
|
+
unknownFutureValue: 7,
|
|
3908
5723
|
}
|
|
3909
5724
|
|
|
3910
5725
|
enum permissionClassificationType {
|
|
3911
|
-
low,
|
|
3912
|
-
medium,
|
|
3913
|
-
high,
|
|
3914
|
-
unknownFutureValue,
|
|
5726
|
+
low: 1,
|
|
5727
|
+
medium: 2,
|
|
5728
|
+
high: 3,
|
|
5729
|
+
unknownFutureValue: 4,
|
|
3915
5730
|
}
|
|
3916
5731
|
|
|
3917
5732
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3918
5733
|
enum permissionType {
|
|
3919
|
-
delegatedUserConsentable,
|
|
3920
|
-
delegated,
|
|
3921
|
-
application,
|
|
5734
|
+
delegatedUserConsentable: 1,
|
|
5735
|
+
delegated: 2,
|
|
5736
|
+
application: 3,
|
|
3922
5737
|
}
|
|
3923
5738
|
|
|
3924
5739
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3925
5740
|
enum phoneType {
|
|
3926
|
-
home,
|
|
3927
|
-
business,
|
|
3928
|
-
mobile,
|
|
3929
|
-
other,
|
|
3930
|
-
assistant,
|
|
3931
|
-
homeFax,
|
|
3932
|
-
businessFax,
|
|
3933
|
-
otherFax,
|
|
3934
|
-
pager,
|
|
3935
|
-
radio,
|
|
5741
|
+
home: 0,
|
|
5742
|
+
business: 1,
|
|
5743
|
+
mobile: 2,
|
|
5744
|
+
other: 3,
|
|
5745
|
+
assistant: 4,
|
|
5746
|
+
homeFax: 5,
|
|
5747
|
+
businessFax: 6,
|
|
5748
|
+
otherFax: 7,
|
|
5749
|
+
pager: 8,
|
|
5750
|
+
radio: 9,
|
|
3936
5751
|
}
|
|
3937
5752
|
|
|
3938
5753
|
enum postType {
|
|
3939
|
-
regular,
|
|
3940
|
-
quick,
|
|
3941
|
-
strategic,
|
|
3942
|
-
unknownFutureValue,
|
|
5754
|
+
regular: 0,
|
|
5755
|
+
quick: 1,
|
|
5756
|
+
strategic: 2,
|
|
5757
|
+
unknownFutureValue: 3,
|
|
3943
5758
|
}
|
|
3944
5759
|
|
|
3945
5760
|
enum promptLoginBehavior {
|
|
3946
|
-
translateToFreshPasswordAuthentication,
|
|
3947
|
-
nativeSupport,
|
|
3948
|
-
disabled,
|
|
3949
|
-
unknownFutureValue,
|
|
5761
|
+
translateToFreshPasswordAuthentication: 0,
|
|
5762
|
+
nativeSupport: 1,
|
|
5763
|
+
disabled: 2,
|
|
5764
|
+
unknownFutureValue: 3,
|
|
3950
5765
|
}
|
|
3951
5766
|
|
|
3952
5767
|
enum provisioningAction {
|
|
3953
|
-
other,
|
|
3954
|
-
create,
|
|
3955
|
-
delete,
|
|
3956
|
-
disable,
|
|
3957
|
-
update,
|
|
3958
|
-
stagedDelete,
|
|
3959
|
-
unknownFutureValue,
|
|
5768
|
+
other: 0,
|
|
5769
|
+
create: 1,
|
|
5770
|
+
delete: 2,
|
|
5771
|
+
disable: 3,
|
|
5772
|
+
update: 4,
|
|
5773
|
+
stagedDelete: 5,
|
|
5774
|
+
unknownFutureValue: 6,
|
|
3960
5775
|
}
|
|
3961
5776
|
|
|
3962
5777
|
enum provisioningResult {
|
|
3963
|
-
success,
|
|
3964
|
-
failure,
|
|
3965
|
-
skipped,
|
|
3966
|
-
warning,
|
|
3967
|
-
unknownFutureValue,
|
|
5778
|
+
success: 0,
|
|
5779
|
+
failure: 1,
|
|
5780
|
+
skipped: 2,
|
|
5781
|
+
warning: 3,
|
|
5782
|
+
unknownFutureValue: 4,
|
|
3968
5783
|
}
|
|
3969
5784
|
|
|
3970
5785
|
enum provisioningStatusErrorCategory {
|
|
3971
|
-
failure,
|
|
3972
|
-
nonServiceFailure,
|
|
3973
|
-
success,
|
|
3974
|
-
unknownFutureValue,
|
|
5786
|
+
failure: 0,
|
|
5787
|
+
nonServiceFailure: 1,
|
|
5788
|
+
success: 2,
|
|
5789
|
+
unknownFutureValue: 3,
|
|
3975
5790
|
}
|
|
3976
5791
|
|
|
3977
5792
|
enum provisioningStepType {
|
|
3978
|
-
`import
|
|
3979
|
-
scoping,
|
|
3980
|
-
matching,
|
|
3981
|
-
processing,
|
|
3982
|
-
referenceResolution,
|
|
3983
|
-
export,
|
|
3984
|
-
unknownFutureValue,
|
|
5793
|
+
`import`: 0,
|
|
5794
|
+
scoping: 1,
|
|
5795
|
+
matching: 2,
|
|
5796
|
+
processing: 3,
|
|
5797
|
+
referenceResolution: 4,
|
|
5798
|
+
export: 5,
|
|
5799
|
+
unknownFutureValue: 6,
|
|
3985
5800
|
}
|
|
3986
5801
|
|
|
3987
5802
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
3988
5803
|
enum quarantineReason {
|
|
3989
|
-
EncounteredBaseEscrowThreshold,
|
|
3990
|
-
EncounteredTotalEscrowThreshold,
|
|
3991
|
-
EncounteredEscrowProportionThreshold,
|
|
3992
|
-
EncounteredQuarantineException,
|
|
3993
|
-
`Unknown
|
|
3994
|
-
QuarantinedOnDemand,
|
|
3995
|
-
TooManyDeletes,
|
|
3996
|
-
IngestionInterrupted,
|
|
5804
|
+
EncounteredBaseEscrowThreshold: 0,
|
|
5805
|
+
EncounteredTotalEscrowThreshold: 1,
|
|
5806
|
+
EncounteredEscrowProportionThreshold: 2,
|
|
5807
|
+
EncounteredQuarantineException: 4,
|
|
5808
|
+
`Unknown`: 8,
|
|
5809
|
+
QuarantinedOnDemand: 16,
|
|
5810
|
+
TooManyDeletes: 32,
|
|
5811
|
+
IngestionInterrupted: 64,
|
|
5812
|
+
}
|
|
5813
|
+
|
|
5814
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5815
|
+
@graphFlags
|
|
5816
|
+
enum recipientScopeType {
|
|
5817
|
+
none: 0,
|
|
5818
|
+
`internal`: 1,
|
|
5819
|
+
external: 2,
|
|
5820
|
+
externalPartner: 4,
|
|
5821
|
+
externalNonPartner: 8,
|
|
5822
|
+
}
|
|
5823
|
+
|
|
5824
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5825
|
+
enum recurrencePatternType {
|
|
5826
|
+
daily: 0,
|
|
5827
|
+
weekly: 1,
|
|
5828
|
+
absoluteMonthly: 2,
|
|
5829
|
+
relativeMonthly: 3,
|
|
5830
|
+
absoluteYearly: 4,
|
|
5831
|
+
relativeYearly: 5,
|
|
5832
|
+
}
|
|
5833
|
+
|
|
5834
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5835
|
+
enum recurrenceRangeType {
|
|
5836
|
+
endDate: 0,
|
|
5837
|
+
noEnd: 1,
|
|
5838
|
+
numbered: 2,
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5841
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5842
|
+
enum responseType {
|
|
5843
|
+
none: 0,
|
|
5844
|
+
organizer: 1,
|
|
5845
|
+
tentativelyAccepted: 2,
|
|
5846
|
+
accepted: 3,
|
|
5847
|
+
declined: 4,
|
|
5848
|
+
notResponded: 5,
|
|
3997
5849
|
}
|
|
3998
5850
|
|
|
3999
5851
|
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,
|
|
5852
|
+
none: 0,
|
|
5853
|
+
adminGeneratedTemporaryPassword: 1,
|
|
5854
|
+
userPerformedSecuredPasswordChange: 2,
|
|
5855
|
+
userPerformedSecuredPasswordReset: 3,
|
|
5856
|
+
adminConfirmedSigninSafe: 4,
|
|
5857
|
+
aiConfirmedSigninSafe: 5,
|
|
5858
|
+
userPassedMFADrivenByRiskBasedPolicy: 6,
|
|
5859
|
+
adminDismissedAllRiskForUser: 7,
|
|
5860
|
+
adminConfirmedSigninCompromised: 8,
|
|
5861
|
+
hidden: 9,
|
|
5862
|
+
adminConfirmedUserCompromised: 10,
|
|
5863
|
+
unknownFutureValue: 11,
|
|
5864
|
+
m365DAdminDismissedDetection: 12,
|
|
5865
|
+
adminConfirmedServicePrincipalCompromised: 13,
|
|
5866
|
+
adminDismissedAllRiskForServicePrincipal: 14,
|
|
5867
|
+
userChangedPasswordOnPremises: 15,
|
|
5868
|
+
adminDismissedRiskForSignIn: 16,
|
|
5869
|
+
adminConfirmedAccountSafe: 17,
|
|
4018
5870
|
}
|
|
4019
5871
|
|
|
4020
5872
|
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,
|
|
5873
|
+
unlikelyTravel: 0,
|
|
5874
|
+
anonymizedIPAddress: 1,
|
|
5875
|
+
maliciousIPAddress: 2,
|
|
5876
|
+
unfamiliarFeatures: 3,
|
|
5877
|
+
malwareInfectedIPAddress: 4,
|
|
5878
|
+
suspiciousIPAddress: 5,
|
|
5879
|
+
leakedCredentials: 6,
|
|
5880
|
+
investigationsThreatIntelligence: 7,
|
|
5881
|
+
generic: 8,
|
|
5882
|
+
adminConfirmedUserCompromised: 9,
|
|
5883
|
+
mcasImpossibleTravel: 10,
|
|
5884
|
+
mcasSuspiciousInboxManipulationRules: 11,
|
|
5885
|
+
investigationsThreatIntelligenceSigninLinked: 12,
|
|
5886
|
+
maliciousIPAddressValidCredentialsBlockedIP: 13,
|
|
5887
|
+
unknownFutureValue: 14,
|
|
4036
5888
|
}
|
|
4037
5889
|
|
|
4038
5890
|
enum riskLevel {
|
|
4039
|
-
low,
|
|
4040
|
-
medium,
|
|
4041
|
-
high,
|
|
4042
|
-
hidden,
|
|
4043
|
-
none,
|
|
4044
|
-
unknownFutureValue,
|
|
5891
|
+
low: 0,
|
|
5892
|
+
medium: 1,
|
|
5893
|
+
high: 2,
|
|
5894
|
+
hidden: 3,
|
|
5895
|
+
none: 4,
|
|
5896
|
+
unknownFutureValue: 5,
|
|
4045
5897
|
}
|
|
4046
5898
|
|
|
4047
5899
|
enum riskState {
|
|
4048
|
-
none,
|
|
4049
|
-
confirmedSafe,
|
|
4050
|
-
remediated,
|
|
4051
|
-
dismissed,
|
|
4052
|
-
atRisk,
|
|
4053
|
-
confirmedCompromised,
|
|
4054
|
-
unknownFutureValue,
|
|
5900
|
+
none: 0,
|
|
5901
|
+
confirmedSafe: 1,
|
|
5902
|
+
remediated: 2,
|
|
5903
|
+
dismissed: 3,
|
|
5904
|
+
atRisk: 4,
|
|
5905
|
+
confirmedCompromised: 5,
|
|
5906
|
+
unknownFutureValue: 6,
|
|
4055
5907
|
}
|
|
4056
5908
|
|
|
4057
5909
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4058
5910
|
enum scopeOperatorMultiValuedComparisonType {
|
|
4059
|
-
All,
|
|
4060
|
-
Any,
|
|
5911
|
+
All: 0,
|
|
5912
|
+
Any: 1,
|
|
4061
5913
|
}
|
|
4062
5914
|
|
|
4063
5915
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4064
5916
|
enum scopeOperatorType {
|
|
4065
|
-
Binary,
|
|
4066
|
-
Unary,
|
|
5917
|
+
Binary: 0,
|
|
5918
|
+
Unary: 1,
|
|
4067
5919
|
}
|
|
4068
5920
|
|
|
4069
5921
|
enum sectionEmphasisType {
|
|
4070
|
-
none,
|
|
4071
|
-
neutral,
|
|
4072
|
-
soft,
|
|
4073
|
-
strong,
|
|
4074
|
-
unknownFutureValue,
|
|
5922
|
+
none: 0,
|
|
5923
|
+
neutral: 1,
|
|
5924
|
+
soft: 2,
|
|
5925
|
+
strong: 3,
|
|
5926
|
+
unknownFutureValue: 4,
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5929
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5930
|
+
enum selectionLikelihoodInfo {
|
|
5931
|
+
notSpecified: 0,
|
|
5932
|
+
high: 1,
|
|
5933
|
+
}
|
|
5934
|
+
|
|
5935
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
5936
|
+
enum sensitivity {
|
|
5937
|
+
normal: 0,
|
|
5938
|
+
personal: 1,
|
|
5939
|
+
private: 2,
|
|
5940
|
+
confidential: 3,
|
|
4075
5941
|
}
|
|
4076
5942
|
|
|
4077
5943
|
enum sensitivityLabelAssignmentMethod {
|
|
4078
|
-
standard,
|
|
4079
|
-
privileged,
|
|
4080
|
-
auto,
|
|
4081
|
-
unknownFutureValue,
|
|
5944
|
+
standard: 0,
|
|
5945
|
+
privileged: 1,
|
|
5946
|
+
auto: 2,
|
|
5947
|
+
unknownFutureValue: 3,
|
|
4082
5948
|
}
|
|
4083
5949
|
|
|
4084
5950
|
enum serviceHealthClassificationType {
|
|
4085
|
-
advisory,
|
|
4086
|
-
incident,
|
|
4087
|
-
unknownFutureValue,
|
|
5951
|
+
advisory: 1,
|
|
5952
|
+
incident: 2,
|
|
5953
|
+
unknownFutureValue: 3,
|
|
4088
5954
|
}
|
|
4089
5955
|
|
|
4090
5956
|
enum serviceHealthOrigin {
|
|
4091
|
-
microsoft,
|
|
4092
|
-
thirdParty,
|
|
4093
|
-
customer,
|
|
4094
|
-
unknownFutureValue,
|
|
5957
|
+
microsoft: 1,
|
|
5958
|
+
thirdParty: 2,
|
|
5959
|
+
customer: 3,
|
|
5960
|
+
unknownFutureValue: 4,
|
|
4095
5961
|
}
|
|
4096
5962
|
|
|
4097
5963
|
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,
|
|
5964
|
+
serviceOperational: 0,
|
|
5965
|
+
investigating: 1,
|
|
5966
|
+
restoringService: 2,
|
|
5967
|
+
verifyingService: 3,
|
|
5968
|
+
serviceRestored: 4,
|
|
5969
|
+
postIncidentReviewPublished: 5,
|
|
5970
|
+
serviceDegradation: 6,
|
|
5971
|
+
serviceInterruption: 7,
|
|
5972
|
+
extendedRecovery: 8,
|
|
5973
|
+
falsePositive: 9,
|
|
5974
|
+
investigationSuspended: 10,
|
|
5975
|
+
resolved: 11,
|
|
5976
|
+
mitigatedExternal: 12,
|
|
5977
|
+
mitigated: 13,
|
|
5978
|
+
resolvedExternal: 14,
|
|
5979
|
+
confirmed: 15,
|
|
5980
|
+
reported: 16,
|
|
5981
|
+
unknownFutureValue: 17,
|
|
4116
5982
|
}
|
|
4117
5983
|
|
|
4118
5984
|
enum serviceUpdateCategory {
|
|
4119
|
-
preventOrFixIssue,
|
|
4120
|
-
planForChange,
|
|
4121
|
-
stayInformed,
|
|
4122
|
-
unknownFutureValue,
|
|
5985
|
+
preventOrFixIssue: 1,
|
|
5986
|
+
planForChange: 2,
|
|
5987
|
+
stayInformed: 3,
|
|
5988
|
+
unknownFutureValue: 4,
|
|
4123
5989
|
}
|
|
4124
5990
|
|
|
4125
5991
|
enum serviceUpdateSeverity {
|
|
4126
|
-
normal,
|
|
4127
|
-
high,
|
|
4128
|
-
critical,
|
|
4129
|
-
unknownFutureValue,
|
|
5992
|
+
normal: 1,
|
|
5993
|
+
high: 2,
|
|
5994
|
+
critical: 3,
|
|
5995
|
+
unknownFutureValue: 4,
|
|
4130
5996
|
}
|
|
4131
5997
|
|
|
4132
5998
|
enum sharePointMigrationJobErrorLevel {
|
|
4133
|
-
important,
|
|
4134
|
-
warning,
|
|
4135
|
-
error,
|
|
4136
|
-
fatalError,
|
|
4137
|
-
unknownFutureValue,
|
|
5999
|
+
important: 0,
|
|
6000
|
+
warning: 1,
|
|
6001
|
+
error: 2,
|
|
6002
|
+
fatalError: 3,
|
|
6003
|
+
unknownFutureValue: 4,
|
|
4138
6004
|
}
|
|
4139
6005
|
|
|
4140
6006
|
enum sharePointMigrationObjectType {
|
|
4141
|
-
site,
|
|
4142
|
-
web,
|
|
4143
|
-
folder,
|
|
4144
|
-
list,
|
|
4145
|
-
listItem,
|
|
4146
|
-
file,
|
|
4147
|
-
alert,
|
|
4148
|
-
sharedWithObject,
|
|
4149
|
-
invalid,
|
|
4150
|
-
unknownFutureValue,
|
|
6007
|
+
site: 0,
|
|
6008
|
+
web: 1,
|
|
6009
|
+
folder: 2,
|
|
6010
|
+
list: 3,
|
|
6011
|
+
listItem: 4,
|
|
6012
|
+
file: 5,
|
|
6013
|
+
alert: 6,
|
|
6014
|
+
sharedWithObject: 7,
|
|
6015
|
+
invalid: 8,
|
|
6016
|
+
unknownFutureValue: 9,
|
|
4151
6017
|
}
|
|
4152
6018
|
|
|
4153
6019
|
enum sharingCapabilities {
|
|
4154
|
-
disabled,
|
|
4155
|
-
externalUserSharingOnly,
|
|
4156
|
-
externalUserAndGuestSharing,
|
|
4157
|
-
existingExternalUserSharingOnly,
|
|
4158
|
-
unknownFutureValue,
|
|
6020
|
+
disabled: 0,
|
|
6021
|
+
externalUserSharingOnly: 1,
|
|
6022
|
+
externalUserAndGuestSharing: 2,
|
|
6023
|
+
existingExternalUserSharingOnly: 3,
|
|
6024
|
+
unknownFutureValue: 4,
|
|
4159
6025
|
}
|
|
4160
6026
|
|
|
4161
6027
|
enum sharingDomainRestrictionMode {
|
|
4162
|
-
none,
|
|
4163
|
-
allowList,
|
|
4164
|
-
blockList,
|
|
4165
|
-
unknownFutureValue,
|
|
6028
|
+
none: 0,
|
|
6029
|
+
allowList: 1,
|
|
6030
|
+
blockList: 2,
|
|
6031
|
+
unknownFutureValue: 3,
|
|
4166
6032
|
}
|
|
4167
6033
|
|
|
4168
6034
|
enum signInUserType {
|
|
4169
|
-
member,
|
|
4170
|
-
guest,
|
|
4171
|
-
unknownFutureValue,
|
|
6035
|
+
member: 0,
|
|
6036
|
+
guest: 1,
|
|
6037
|
+
unknownFutureValue: 3,
|
|
4172
6038
|
}
|
|
4173
6039
|
|
|
4174
6040
|
enum siteArchiveStatus {
|
|
4175
|
-
recentlyArchived,
|
|
4176
|
-
fullyArchived,
|
|
4177
|
-
reactivating,
|
|
4178
|
-
unknownFutureValue,
|
|
6041
|
+
recentlyArchived: 0,
|
|
6042
|
+
fullyArchived: 1,
|
|
6043
|
+
reactivating: 2,
|
|
6044
|
+
unknownFutureValue: 3,
|
|
4179
6045
|
}
|
|
4180
6046
|
|
|
4181
6047
|
enum siteLockState {
|
|
4182
|
-
unlocked,
|
|
4183
|
-
lockedReadOnly,
|
|
4184
|
-
lockedNoAccess,
|
|
4185
|
-
lockedNoAdditions,
|
|
4186
|
-
unknownFutureValue,
|
|
6048
|
+
unlocked: 0,
|
|
6049
|
+
lockedReadOnly: 1,
|
|
6050
|
+
lockedNoAccess: 2,
|
|
6051
|
+
lockedNoAdditions: 3,
|
|
6052
|
+
unknownFutureValue: 4,
|
|
4187
6053
|
}
|
|
4188
6054
|
|
|
4189
6055
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4190
6056
|
enum synchronizationDisposition {
|
|
4191
|
-
Normal,
|
|
4192
|
-
Discard,
|
|
4193
|
-
Escrow,
|
|
6057
|
+
Normal: 0,
|
|
6058
|
+
Discard: 1,
|
|
6059
|
+
Escrow: 2,
|
|
4194
6060
|
}
|
|
4195
6061
|
|
|
4196
6062
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4197
6063
|
@graphFlags
|
|
4198
6064
|
enum synchronizationJobRestartScope {
|
|
4199
|
-
None,
|
|
4200
|
-
ConnectorDataStore,
|
|
4201
|
-
Escrows,
|
|
4202
|
-
Watermark,
|
|
4203
|
-
QuarantineState,
|
|
4204
|
-
Full,
|
|
4205
|
-
ForceDeletes,
|
|
6065
|
+
None: 0,
|
|
6066
|
+
ConnectorDataStore: 1,
|
|
6067
|
+
Escrows: 2,
|
|
6068
|
+
Watermark: 4,
|
|
6069
|
+
QuarantineState: 8,
|
|
6070
|
+
Full: 15,
|
|
6071
|
+
ForceDeletes: 32,
|
|
4206
6072
|
}
|
|
4207
6073
|
|
|
4208
6074
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4209
6075
|
enum synchronizationMetadata {
|
|
4210
|
-
GalleryApplicationIdentifier,
|
|
4211
|
-
GalleryApplicationKey,
|
|
4212
|
-
IsOAuthEnabled,
|
|
4213
|
-
IsSynchronizationAgentAssignmentRequired,
|
|
4214
|
-
IsSynchronizationAgentRequired,
|
|
4215
|
-
IsSynchronizationInPreview,
|
|
4216
|
-
OAuthSettings,
|
|
4217
|
-
SynchronizationLearnMoreIbizaFwLink,
|
|
4218
|
-
ConfigurationFields,
|
|
6076
|
+
GalleryApplicationIdentifier: 0,
|
|
6077
|
+
GalleryApplicationKey: 1,
|
|
6078
|
+
IsOAuthEnabled: 2,
|
|
6079
|
+
IsSynchronizationAgentAssignmentRequired: 3,
|
|
6080
|
+
IsSynchronizationAgentRequired: 4,
|
|
6081
|
+
IsSynchronizationInPreview: 5,
|
|
6082
|
+
OAuthSettings: 6,
|
|
6083
|
+
SynchronizationLearnMoreIbizaFwLink: 7,
|
|
6084
|
+
ConfigurationFields: 8,
|
|
4219
6085
|
}
|
|
4220
6086
|
|
|
4221
6087
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4222
6088
|
enum synchronizationScheduleState {
|
|
4223
|
-
Active,
|
|
4224
|
-
Disabled,
|
|
4225
|
-
Paused,
|
|
6089
|
+
Active: 0,
|
|
6090
|
+
Disabled: 1,
|
|
6091
|
+
Paused: 2,
|
|
4226
6092
|
}
|
|
4227
6093
|
|
|
4228
6094
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4229
6095
|
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,
|
|
6096
|
+
None: 0,
|
|
6097
|
+
UserName: 1,
|
|
6098
|
+
Password: 2,
|
|
6099
|
+
SecretToken: 3,
|
|
6100
|
+
AppKey: 4,
|
|
6101
|
+
BaseAddress: 5,
|
|
6102
|
+
ClientIdentifier: 6,
|
|
6103
|
+
ClientSecret: 7,
|
|
6104
|
+
SingleSignOnType: 11,
|
|
6105
|
+
Sandbox: 12,
|
|
6106
|
+
Url: 13,
|
|
6107
|
+
Domain: 14,
|
|
6108
|
+
ConsumerKey: 15,
|
|
6109
|
+
ConsumerSecret: 16,
|
|
6110
|
+
TokenKey: 17,
|
|
6111
|
+
TokenExpiration: 18,
|
|
6112
|
+
Oauth2AccessToken: 19,
|
|
6113
|
+
Oauth2AccessTokenCreationTime: 20,
|
|
6114
|
+
Oauth2RefreshToken: 21,
|
|
6115
|
+
SyncAll: 22,
|
|
6116
|
+
InstanceName: 24,
|
|
6117
|
+
Oauth2ClientId: 27,
|
|
6118
|
+
Oauth2ClientSecret: 28,
|
|
6119
|
+
CompanyId: 29,
|
|
6120
|
+
UpdateKeyOnSoftDelete: 30,
|
|
6121
|
+
SynchronizationSchedule: 33,
|
|
6122
|
+
SystemOfRecord: 34,
|
|
6123
|
+
SandboxName: 35,
|
|
6124
|
+
EnforceDomain: 36,
|
|
6125
|
+
SyncNotificationSettings: 37,
|
|
6126
|
+
SkipOutOfScopeDeletions: 40,
|
|
6127
|
+
Oauth2AuthorizationCode: 62,
|
|
6128
|
+
Oauth2RedirectUri: 63,
|
|
6129
|
+
ApplicationTemplateIdentifier: 64,
|
|
6130
|
+
Oauth2TokenExchangeUri: 65,
|
|
6131
|
+
Oauth2AuthorizationUri: 66,
|
|
6132
|
+
AuthenticationType: 67,
|
|
6133
|
+
Server: 70,
|
|
6134
|
+
PerformInboundEntitlementGrants: 100,
|
|
6135
|
+
HardDeletesEnabled: 101,
|
|
6136
|
+
SyncAgentCompatibilityKey: 102,
|
|
6137
|
+
SyncAgentADContainer: 103,
|
|
6138
|
+
ValidateDomain: 206,
|
|
6139
|
+
TestReferences: 207,
|
|
6140
|
+
ConnectionString: 250,
|
|
4275
6141
|
}
|
|
4276
6142
|
|
|
4277
6143
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4278
6144
|
enum synchronizationStatusCode {
|
|
4279
|
-
NotConfigured,
|
|
4280
|
-
NotRun,
|
|
4281
|
-
Active,
|
|
4282
|
-
Paused,
|
|
4283
|
-
Quarantine,
|
|
6145
|
+
NotConfigured: 0,
|
|
6146
|
+
NotRun: 1,
|
|
6147
|
+
Active: 2,
|
|
6148
|
+
Paused: 3,
|
|
6149
|
+
Quarantine: 4,
|
|
4284
6150
|
}
|
|
4285
6151
|
|
|
4286
6152
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
4287
6153
|
enum synchronizationTaskExecutionResult {
|
|
4288
|
-
Succeeded,
|
|
4289
|
-
Failed,
|
|
4290
|
-
EntryLevelErrors,
|
|
6154
|
+
Succeeded: 0,
|
|
6155
|
+
Failed: 1,
|
|
6156
|
+
EntryLevelErrors: 2,
|
|
6157
|
+
}
|
|
6158
|
+
|
|
6159
|
+
enum teamsAppDistributionMethod {
|
|
6160
|
+
store: 0,
|
|
6161
|
+
organization: 1,
|
|
6162
|
+
sideloaded: 2,
|
|
6163
|
+
unknownFutureValue: 3,
|
|
6164
|
+
}
|
|
6165
|
+
|
|
6166
|
+
enum teamsAppPublishingState {
|
|
6167
|
+
submitted: 0,
|
|
6168
|
+
rejected: 1,
|
|
6169
|
+
published: 2,
|
|
6170
|
+
unknownFutureValue: 3,
|
|
6171
|
+
}
|
|
6172
|
+
|
|
6173
|
+
enum teamsAppResourceSpecificPermissionType {
|
|
6174
|
+
delegated: 0,
|
|
6175
|
+
application: 1,
|
|
6176
|
+
unknownFutureValue: 2,
|
|
6177
|
+
}
|
|
6178
|
+
|
|
6179
|
+
enum teamsAsyncOperationStatus {
|
|
6180
|
+
invalid: 0,
|
|
6181
|
+
notStarted: 1,
|
|
6182
|
+
inProgress: 2,
|
|
6183
|
+
succeeded: 3,
|
|
6184
|
+
failed: 4,
|
|
6185
|
+
unknownFutureValue: 5,
|
|
6186
|
+
}
|
|
6187
|
+
|
|
6188
|
+
enum teamsAsyncOperationType {
|
|
6189
|
+
invalid: 0,
|
|
6190
|
+
cloneTeam: 1,
|
|
6191
|
+
archiveTeam: 2,
|
|
6192
|
+
unarchiveTeam: 3,
|
|
6193
|
+
createTeam: 4,
|
|
6194
|
+
unknownFutureValue: 5,
|
|
6195
|
+
teamifyGroup: 6,
|
|
6196
|
+
createChannel: 7,
|
|
6197
|
+
archiveChannel: 8,
|
|
6198
|
+
unarchiveChannel: 9,
|
|
6199
|
+
}
|
|
6200
|
+
|
|
6201
|
+
enum teamSpecialization {
|
|
6202
|
+
none: 0,
|
|
6203
|
+
educationStandard: 1,
|
|
6204
|
+
educationClass: 2,
|
|
6205
|
+
educationProfessionalLearningCommunity: 3,
|
|
6206
|
+
educationStaff: 4,
|
|
6207
|
+
healthcareStandard: 5,
|
|
6208
|
+
healthcareCareCoordination: 6,
|
|
6209
|
+
unknownFutureValue: 7,
|
|
6210
|
+
}
|
|
6211
|
+
|
|
6212
|
+
enum teamVisibilityType {
|
|
6213
|
+
private: 0,
|
|
6214
|
+
public: 1,
|
|
6215
|
+
hiddenMembership: 2,
|
|
6216
|
+
unknownFutureValue: 3,
|
|
6217
|
+
}
|
|
6218
|
+
|
|
6219
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
6220
|
+
enum teamworkActivityTopicSource {
|
|
6221
|
+
entityUrl: 0,
|
|
6222
|
+
text: 1,
|
|
6223
|
+
}
|
|
6224
|
+
|
|
6225
|
+
enum teamworkApplicationIdentityType {
|
|
6226
|
+
aadApplication: 0,
|
|
6227
|
+
bot: 1,
|
|
6228
|
+
tenantBot: 2,
|
|
6229
|
+
office365Connector: 3,
|
|
6230
|
+
outgoingWebhook: 4,
|
|
6231
|
+
unknownFutureValue: 5,
|
|
6232
|
+
}
|
|
6233
|
+
|
|
6234
|
+
enum teamworkCallEventType {
|
|
6235
|
+
call: 0,
|
|
6236
|
+
meeting: 1,
|
|
6237
|
+
screenShare: 2,
|
|
6238
|
+
unknownFutureValue: 3,
|
|
6239
|
+
}
|
|
6240
|
+
|
|
6241
|
+
enum teamworkConversationIdentityType {
|
|
6242
|
+
team: 0,
|
|
6243
|
+
channel: 1,
|
|
6244
|
+
chat: 2,
|
|
6245
|
+
unknownFutureValue: 3,
|
|
6246
|
+
}
|
|
6247
|
+
|
|
6248
|
+
enum teamworkTagType {
|
|
6249
|
+
standard: 0,
|
|
6250
|
+
unknownFutureValue: 1,
|
|
6251
|
+
}
|
|
6252
|
+
|
|
6253
|
+
enum teamworkUserIdentityType {
|
|
6254
|
+
aadUser: 0,
|
|
6255
|
+
onPremiseAadUser: 1,
|
|
6256
|
+
anonymousGuest: 2,
|
|
6257
|
+
federatedUser: 3,
|
|
6258
|
+
personalMicrosoftAccountUser: 4,
|
|
6259
|
+
skypeUser: 5,
|
|
6260
|
+
phoneUser: 6,
|
|
6261
|
+
unknownFutureValue: 7,
|
|
6262
|
+
emailUser: 8,
|
|
6263
|
+
}
|
|
6264
|
+
|
|
6265
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
6266
|
+
enum timeZoneStandard {
|
|
6267
|
+
windows: 0,
|
|
6268
|
+
iana: 1,
|
|
4291
6269
|
}
|
|
4292
6270
|
|
|
4293
6271
|
enum titleAreaLayoutType {
|
|
4294
|
-
imageAndTitle,
|
|
4295
|
-
plain,
|
|
4296
|
-
colorBlock,
|
|
4297
|
-
overlap,
|
|
4298
|
-
unknownFutureValue,
|
|
6272
|
+
imageAndTitle: 0,
|
|
6273
|
+
plain: 1,
|
|
6274
|
+
colorBlock: 2,
|
|
6275
|
+
overlap: 3,
|
|
6276
|
+
unknownFutureValue: 4,
|
|
4299
6277
|
}
|
|
4300
6278
|
|
|
4301
6279
|
enum titleAreaTextAlignmentType {
|
|
4302
|
-
left,
|
|
4303
|
-
center,
|
|
4304
|
-
unknownFutureValue,
|
|
6280
|
+
left: 0,
|
|
6281
|
+
center: 1,
|
|
6282
|
+
unknownFutureValue: 2,
|
|
4305
6283
|
}
|
|
4306
6284
|
|
|
4307
6285
|
enum userDefaultAuthenticationMethod {
|
|
4308
|
-
push,
|
|
4309
|
-
oath,
|
|
4310
|
-
voiceMobile,
|
|
4311
|
-
voiceAlternateMobile,
|
|
4312
|
-
voiceOffice,
|
|
4313
|
-
sms,
|
|
4314
|
-
none,
|
|
4315
|
-
unknownFutureValue,
|
|
6286
|
+
push: 0,
|
|
6287
|
+
oath: 1,
|
|
6288
|
+
voiceMobile: 2,
|
|
6289
|
+
voiceAlternateMobile: 3,
|
|
6290
|
+
voiceOffice: 4,
|
|
6291
|
+
sms: 5,
|
|
6292
|
+
none: 6,
|
|
6293
|
+
unknownFutureValue: 7,
|
|
6294
|
+
}
|
|
6295
|
+
|
|
6296
|
+
enum volumeType {
|
|
6297
|
+
operatingSystemVolume: 1,
|
|
6298
|
+
fixedDataVolume: 2,
|
|
6299
|
+
removableDataVolume: 3,
|
|
6300
|
+
unknownFutureValue: 4,
|
|
4316
6301
|
}
|
|
4317
6302
|
|
|
4318
6303
|
@graphFlags
|
|
4319
6304
|
enum weakAlgorithms {
|
|
4320
|
-
rsaSha1,
|
|
4321
|
-
unknownFutureValue,
|
|
6305
|
+
rsaSha1: 1,
|
|
6306
|
+
unknownFutureValue: 2,
|
|
6307
|
+
}
|
|
6308
|
+
|
|
6309
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
6310
|
+
enum websiteType {
|
|
6311
|
+
other: 0,
|
|
6312
|
+
home: 1,
|
|
6313
|
+
work: 2,
|
|
6314
|
+
blog: 3,
|
|
6315
|
+
profile: 4,
|
|
6316
|
+
}
|
|
6317
|
+
|
|
6318
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
6319
|
+
enum weekIndex {
|
|
6320
|
+
first: 0,
|
|
6321
|
+
second: 1,
|
|
6322
|
+
third: 2,
|
|
6323
|
+
fourth: 3,
|
|
6324
|
+
last: 4,
|
|
4322
6325
|
}
|
|
4323
6326
|
|
|
4324
6327
|
}
|
|
4325
6328
|
@publicNamespace("microsoft.graph.security")
|
|
4326
6329
|
namespace reference.`microsoft.graph.security` {
|
|
4327
6330
|
enum behaviorDuringRetentionPeriod {
|
|
4328
|
-
doNotRetain,
|
|
4329
|
-
retain,
|
|
4330
|
-
retainAsRecord,
|
|
4331
|
-
retainAsRegulatoryRecord,
|
|
4332
|
-
unknownFutureValue,
|
|
6331
|
+
doNotRetain: 0,
|
|
6332
|
+
retain: 1,
|
|
6333
|
+
retainAsRecord: 2,
|
|
6334
|
+
retainAsRegulatoryRecord: 3,
|
|
6335
|
+
unknownFutureValue: 4,
|
|
4333
6336
|
}
|
|
4334
6337
|
|
|
4335
6338
|
}
|
|
@@ -4397,16 +6400,16 @@ namespace reference.`microsoft.graph.termStore` {
|
|
|
4397
6400
|
}
|
|
4398
6401
|
|
|
4399
6402
|
enum relationType {
|
|
4400
|
-
pin,
|
|
4401
|
-
reuse,
|
|
4402
|
-
unknownFutureValue,
|
|
6403
|
+
pin: 0,
|
|
6404
|
+
reuse: 1,
|
|
6405
|
+
unknownFutureValue: 2,
|
|
4403
6406
|
}
|
|
4404
6407
|
|
|
4405
6408
|
enum termGroupScope {
|
|
4406
|
-
global,
|
|
4407
|
-
system,
|
|
4408
|
-
siteCollection,
|
|
4409
|
-
unknownFutureValue,
|
|
6409
|
+
global: 0,
|
|
6410
|
+
system: 1,
|
|
6411
|
+
siteCollection: 2,
|
|
6412
|
+
unknownFutureValue: 3,
|
|
4410
6413
|
}
|
|
4411
6414
|
|
|
4412
6415
|
}
|