@microsoft/typespec-msgraph-reference 1.0.5 → 1.0.7
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 +19 -19
- package/.rush/temp/shrinkwrap-deps.json +10 -10
- package/CHANGELOG.md +18 -0
- package/lib/Bleu/Beta/main.tsp +235 -6
- package/lib/Bleu/V1.0/main.tsp +672 -12
- package/lib/Delos/Beta/main.tsp +3542 -22
- package/lib/Delos/V1.0/main.tsp +2963 -38
- package/lib/Fairfax/Beta/main.tsp +360 -5
- package/lib/Fairfax/V1.0/main.tsp +325 -25
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +29 -1
- package/lib/Mooncake/Beta/main.tsp +209 -4
- package/lib/Mooncake/V1.0/main.tsp +122 -1
- package/lib/Prod/Beta/main.tsp +1550 -175
- package/lib/Prod/V1.0/main.tsp +3736 -84
- package/lib/USNat/Beta/main.tsp +375 -2
- package/lib/USNat/V1.0/main.tsp +317 -22
- package/lib/USSec/Beta/main.tsp +392 -2
- package/lib/USSec/V1.0/main.tsp +317 -22
- package/package.json +2 -2
package/lib/USSec/V1.0/main.tsp
CHANGED
|
@@ -283,6 +283,9 @@ namespace reference.`microsoft.graph` {
|
|
|
283
283
|
@complex model allDeviceRegistrationMembership extends deviceRegistrationMembership {
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
+
@complex model allDomains extends validatingDomains {
|
|
287
|
+
}
|
|
288
|
+
|
|
286
289
|
@complex model alternativeSecurityId {
|
|
287
290
|
identityProvider: string | null;
|
|
288
291
|
key: binary | null;
|
|
@@ -500,6 +503,13 @@ namespace reference.`microsoft.graph` {
|
|
|
500
503
|
authenticationContextValue: string | null;
|
|
501
504
|
}
|
|
502
505
|
|
|
506
|
+
@complex model authenticationAppDeviceDetails {
|
|
507
|
+
appVersion: string | null;
|
|
508
|
+
clientApp: string | null;
|
|
509
|
+
deviceId: string | null;
|
|
510
|
+
operatingSystem: string | null;
|
|
511
|
+
}
|
|
512
|
+
|
|
503
513
|
@complex model authenticationBehaviors {
|
|
504
514
|
blockAzureADGraphAccess: boolean | null;
|
|
505
515
|
removeUnverifiedEmailClaim: boolean | null;
|
|
@@ -1064,6 +1074,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1064
1074
|
targetId: string | null;
|
|
1065
1075
|
}
|
|
1066
1076
|
|
|
1077
|
+
@complex model CopyNotebookModel {
|
|
1078
|
+
createdBy: string | null;
|
|
1079
|
+
createdByIdentity: identitySet | null;
|
|
1080
|
+
createdTime: offsetDateTime | null;
|
|
1081
|
+
id: string | null;
|
|
1082
|
+
isDefault: boolean | null;
|
|
1083
|
+
isShared: boolean | null;
|
|
1084
|
+
lastModifiedBy: string | null;
|
|
1085
|
+
lastModifiedByIdentity: identitySet | null;
|
|
1086
|
+
lastModifiedTime: offsetDateTime | null;
|
|
1087
|
+
links: notebookLinks | null;
|
|
1088
|
+
name: string | null;
|
|
1089
|
+
sectionGroupsUrl: string | null;
|
|
1090
|
+
sectionsUrl: string | null;
|
|
1091
|
+
self: string | null;
|
|
1092
|
+
userRole: onenoteUserRole | null;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1067
1095
|
@complex model crossTenantAccessPolicyB2BSetting {
|
|
1068
1096
|
applications: crossTenantAccessPolicyTargetConfiguration | null;
|
|
1069
1097
|
usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
|
|
@@ -1264,6 +1292,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1264
1292
|
@complex model deviceRegistrationMembership {
|
|
1265
1293
|
}
|
|
1266
1294
|
|
|
1295
|
+
@complex model diagnostic {
|
|
1296
|
+
message: string | null;
|
|
1297
|
+
url: string | null;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1267
1300
|
@open
|
|
1268
1301
|
@complex model Dictionary {
|
|
1269
1302
|
}
|
|
@@ -1354,6 +1387,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1354
1387
|
users: string[] | null;
|
|
1355
1388
|
}
|
|
1356
1389
|
|
|
1390
|
+
@complex model enumeratedDomains extends validatingDomains {
|
|
1391
|
+
domainNames: string[];
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1357
1394
|
@complex model enumeratedScopes extends inheritableScopes {
|
|
1358
1395
|
scopes: string[];
|
|
1359
1396
|
}
|
|
@@ -1402,6 +1439,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1402
1439
|
issuerUri: string | null;
|
|
1403
1440
|
}
|
|
1404
1441
|
|
|
1442
|
+
@complex model externalLink {
|
|
1443
|
+
href: string | null;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1405
1446
|
@complex model externalSponsors extends subjectSet {
|
|
1406
1447
|
}
|
|
1407
1448
|
|
|
@@ -2041,6 +2082,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2041
2082
|
@complex model noScopes extends inheritableScopes {
|
|
2042
2083
|
}
|
|
2043
2084
|
|
|
2085
|
+
@complex model notebookLinks {
|
|
2086
|
+
oneNoteClientUrl: externalLink | null;
|
|
2087
|
+
oneNoteWebUrl: externalLink | null;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2044
2090
|
@complex model numberColumn {
|
|
2045
2091
|
decimalPlaces: string | null;
|
|
2046
2092
|
displayAs: string | null;
|
|
@@ -2082,6 +2128,27 @@ namespace reference.`microsoft.graph` {
|
|
|
2082
2128
|
value: string | null;
|
|
2083
2129
|
}
|
|
2084
2130
|
|
|
2131
|
+
@complex model onenoteOperationError {
|
|
2132
|
+
code: string | null;
|
|
2133
|
+
message: string | null;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
@complex model onenotePagePreview {
|
|
2137
|
+
links: onenotePagePreviewLinks | null;
|
|
2138
|
+
previewText: string | null;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
@complex model onenotePagePreviewLinks {
|
|
2142
|
+
previewImageUrl: externalLink | null;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
@complex model onenotePatchContentCommand {
|
|
2146
|
+
action: onenotePatchActionType;
|
|
2147
|
+
content: string | null;
|
|
2148
|
+
position: onenotePatchInsertPosition | null;
|
|
2149
|
+
target: string;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2085
2152
|
@complex model onlineMeetingInfo {
|
|
2086
2153
|
conferenceId: string | null;
|
|
2087
2154
|
joinUrl: string | null;
|
|
@@ -2106,6 +2173,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2106
2173
|
}
|
|
2107
2174
|
|
|
2108
2175
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
2176
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
2109
2177
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
2110
2178
|
blockSoftMatchEnabled: boolean | null;
|
|
2111
2179
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -2200,6 +2268,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2200
2268
|
type: string | null;
|
|
2201
2269
|
}
|
|
2202
2270
|
|
|
2271
|
+
@complex model pageLinks {
|
|
2272
|
+
oneNoteClientUrl: externalLink | null;
|
|
2273
|
+
oneNoteWebUrl: externalLink | null;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2203
2276
|
@complex model parentalControlSettings {
|
|
2204
2277
|
countriesBlockedForMinors: string[] | null;
|
|
2205
2278
|
legalAgeGroupRule: string | null;
|
|
@@ -2652,6 +2725,18 @@ namespace reference.`microsoft.graph` {
|
|
|
2652
2725
|
shareCount: int32 | null;
|
|
2653
2726
|
}
|
|
2654
2727
|
|
|
2728
|
+
@complex model recentNotebook {
|
|
2729
|
+
displayName: string | null;
|
|
2730
|
+
lastAccessedTime: offsetDateTime | null;
|
|
2731
|
+
links: recentNotebookLinks | null;
|
|
2732
|
+
sourceService: onenoteSourceService | null;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
@complex model recentNotebookLinks {
|
|
2736
|
+
oneNoteClientUrl: externalLink | null;
|
|
2737
|
+
oneNoteWebUrl: externalLink | null;
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2655
2740
|
@complex model recipient {
|
|
2656
2741
|
emailAddress: emailAddress | null;
|
|
2657
2742
|
}
|
|
@@ -2847,6 +2932,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2847
2932
|
onClickTelemetryUrl: string | null;
|
|
2848
2933
|
}
|
|
2849
2934
|
|
|
2935
|
+
@complex model sectionLinks {
|
|
2936
|
+
oneNoteClientUrl: externalLink | null;
|
|
2937
|
+
oneNoteWebUrl: externalLink | null;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2850
2940
|
@complex model secureScoreControlStateUpdate {
|
|
2851
2941
|
assignedTo: string | null;
|
|
2852
2942
|
comment: string | null;
|
|
@@ -3227,6 +3317,9 @@ namespace reference.`microsoft.graph` {
|
|
|
3227
3317
|
tabId: string | null;
|
|
3228
3318
|
}
|
|
3229
3319
|
|
|
3320
|
+
@complex model targetAgentIdentitySponsorsOrOwners extends subjectSet {
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3230
3323
|
@complex model targetApplicationOwners extends subjectSet {
|
|
3231
3324
|
}
|
|
3232
3325
|
|
|
@@ -3649,10 +3742,9 @@ namespace reference.`microsoft.graph` {
|
|
|
3649
3742
|
userId: string | null;
|
|
3650
3743
|
}
|
|
3651
3744
|
|
|
3652
|
-
@
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
workLocationType: workLocationType;
|
|
3745
|
+
@abstract
|
|
3746
|
+
@complex model validatingDomains {
|
|
3747
|
+
rootDomains: rootDomains;
|
|
3656
3748
|
}
|
|
3657
3749
|
|
|
3658
3750
|
@complex model verifiedDomain {
|
|
@@ -5416,7 +5508,11 @@ namespace reference.`microsoft.graph` {
|
|
|
5416
5508
|
description: string | null;
|
|
5417
5509
|
issuer: string;
|
|
5418
5510
|
name: string;
|
|
5419
|
-
subject: string;
|
|
5511
|
+
subject: string | null;
|
|
5512
|
+
}
|
|
5513
|
+
|
|
5514
|
+
@entity model federatedTokenValidationPolicy extends directoryObject {
|
|
5515
|
+
validatingDomains: validatingDomains;
|
|
5420
5516
|
}
|
|
5421
5517
|
|
|
5422
5518
|
@entity model fido2AuthenticationMethod extends authenticationMethod {
|
|
@@ -5461,6 +5557,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5461
5557
|
|
|
5462
5558
|
@open
|
|
5463
5559
|
@entity model group extends directoryObject {
|
|
5560
|
+
accessType: groupAccessType | null;
|
|
5464
5561
|
allowExternalSenders: boolean | null;
|
|
5465
5562
|
assignedLabels: assignedLabel[] | null;
|
|
5466
5563
|
assignedLicenses: assignedLicense[] | null;
|
|
@@ -5477,6 +5574,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5477
5574
|
infoCatalogs: string[];
|
|
5478
5575
|
isArchived: boolean | null;
|
|
5479
5576
|
isAssignableToRole: boolean | null;
|
|
5577
|
+
isFavorite: boolean | null;
|
|
5480
5578
|
isManagementRestricted: boolean | null;
|
|
5481
5579
|
isSubscribedByMail: boolean | null;
|
|
5482
5580
|
licenseProcessingState: licenseProcessingState | null;
|
|
@@ -5504,7 +5602,9 @@ namespace reference.`microsoft.graph` {
|
|
|
5504
5602
|
serviceProvisioningErrors: serviceProvisioningError[] | null;
|
|
5505
5603
|
theme: string | null;
|
|
5506
5604
|
uniqueName: string | null;
|
|
5605
|
+
unseenConversationsCount: int32 | null;
|
|
5507
5606
|
unseenCount: int32 | null;
|
|
5607
|
+
unseenMessagesCount: int32 | null;
|
|
5508
5608
|
visibility: string | null;
|
|
5509
5609
|
welcomeMessageEnabled: boolean | null;
|
|
5510
5610
|
@contains acceptedSenders: directoryObject[];
|
|
@@ -5521,6 +5621,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5521
5621
|
@references memberOf: directoryObject[];
|
|
5522
5622
|
@references members: directoryObject[];
|
|
5523
5623
|
@references membersWithLicenseErrors: directoryObject[];
|
|
5624
|
+
@contains onenote: onenote | null;
|
|
5524
5625
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
5525
5626
|
@references owners: directoryObject[];
|
|
5526
5627
|
@contains photo: profilePhoto | null;
|
|
@@ -5723,6 +5824,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5723
5824
|
@contains drive: drive | null;
|
|
5724
5825
|
@contains items: listItem[];
|
|
5725
5826
|
@contains operations: richLongRunningOperation[];
|
|
5827
|
+
@contains permissions: permission[];
|
|
5726
5828
|
@contains subscriptions: subscription[];
|
|
5727
5829
|
}
|
|
5728
5830
|
|
|
@@ -5733,6 +5835,7 @@ namespace reference.`microsoft.graph` {
|
|
|
5733
5835
|
@contains documentSetVersions: documentSetVersion[];
|
|
5734
5836
|
@contains driveItem: driveItem | null;
|
|
5735
5837
|
@contains fields: fieldValueSet | null;
|
|
5838
|
+
@contains permissions: permission[];
|
|
5736
5839
|
@contains versions: listItemVersion[];
|
|
5737
5840
|
}
|
|
5738
5841
|
|
|
@@ -5855,6 +5958,17 @@ namespace reference.`microsoft.graph` {
|
|
|
5855
5958
|
modifiedDateTime: offsetDateTime | null;
|
|
5856
5959
|
}
|
|
5857
5960
|
|
|
5961
|
+
@entity model notebook extends onenoteEntityHierarchyModel {
|
|
5962
|
+
isDefault: boolean | null;
|
|
5963
|
+
isShared: boolean | null;
|
|
5964
|
+
links: notebookLinks | null;
|
|
5965
|
+
sectionGroupsUrl: string | null;
|
|
5966
|
+
sectionsUrl: string | null;
|
|
5967
|
+
userRole: onenoteUserRole | null;
|
|
5968
|
+
@contains sectionGroups: sectionGroup[];
|
|
5969
|
+
@contains sections: onenoteSection[];
|
|
5970
|
+
}
|
|
5971
|
+
|
|
5858
5972
|
@entity model oAuth2PermissionGrant extends entity {
|
|
5859
5973
|
clientId: string;
|
|
5860
5974
|
consentType: string | null;
|
|
@@ -5863,6 +5977,68 @@ namespace reference.`microsoft.graph` {
|
|
|
5863
5977
|
scope: string | null;
|
|
5864
5978
|
}
|
|
5865
5979
|
|
|
5980
|
+
@entity model onenote extends entity {
|
|
5981
|
+
@contains notebooks: notebook[];
|
|
5982
|
+
@contains operations: onenoteOperation[];
|
|
5983
|
+
@contains pages: onenotePage[];
|
|
5984
|
+
@contains resources: onenoteResource[];
|
|
5985
|
+
@contains sectionGroups: sectionGroup[];
|
|
5986
|
+
@contains sections: onenoteSection[];
|
|
5987
|
+
}
|
|
5988
|
+
|
|
5989
|
+
@abstract
|
|
5990
|
+
@entity model onenoteEntityBaseModel extends entity {
|
|
5991
|
+
self: string | null;
|
|
5992
|
+
}
|
|
5993
|
+
|
|
5994
|
+
@abstract
|
|
5995
|
+
@entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
|
|
5996
|
+
createdBy: identitySet | null;
|
|
5997
|
+
displayName: string | null;
|
|
5998
|
+
lastModifiedBy: identitySet | null;
|
|
5999
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
6000
|
+
}
|
|
6001
|
+
|
|
6002
|
+
@abstract
|
|
6003
|
+
@entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
|
|
6004
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
@entity model onenoteOperation extends operation {
|
|
6008
|
+
error: onenoteOperationError | null;
|
|
6009
|
+
percentComplete: string | null;
|
|
6010
|
+
resourceId: string | null;
|
|
6011
|
+
resourceLocation: string | null;
|
|
6012
|
+
}
|
|
6013
|
+
|
|
6014
|
+
@entity model onenotePage extends onenoteEntitySchemaObjectModel {
|
|
6015
|
+
content: stream | null;
|
|
6016
|
+
contentUrl: string | null;
|
|
6017
|
+
createdByAppId: string | null;
|
|
6018
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
6019
|
+
level: int32 | null;
|
|
6020
|
+
links: pageLinks | null;
|
|
6021
|
+
order: int32 | null;
|
|
6022
|
+
title: string | null;
|
|
6023
|
+
userTags: string[] | null;
|
|
6024
|
+
@contains parentNotebook: notebook | null;
|
|
6025
|
+
@contains parentSection: onenoteSection | null;
|
|
6026
|
+
}
|
|
6027
|
+
|
|
6028
|
+
@entity model onenoteResource extends onenoteEntityBaseModel {
|
|
6029
|
+
content: stream | null;
|
|
6030
|
+
contentUrl: string | null;
|
|
6031
|
+
}
|
|
6032
|
+
|
|
6033
|
+
@entity model onenoteSection extends onenoteEntityHierarchyModel {
|
|
6034
|
+
isDefault: boolean | null;
|
|
6035
|
+
links: sectionLinks | null;
|
|
6036
|
+
pagesUrl: string | null;
|
|
6037
|
+
@contains pages: onenotePage[];
|
|
6038
|
+
@contains parentNotebook: notebook | null;
|
|
6039
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
6040
|
+
}
|
|
6041
|
+
|
|
5866
6042
|
@open
|
|
5867
6043
|
@entity model onlineMeeting extends entity {
|
|
5868
6044
|
allowAttendeeToEnableCamera: boolean | null;
|
|
@@ -5908,6 +6084,12 @@ namespace reference.`microsoft.graph` {
|
|
|
5908
6084
|
extensionName: string;
|
|
5909
6085
|
}
|
|
5910
6086
|
|
|
6087
|
+
@entity model operation extends entity {
|
|
6088
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
6089
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
6090
|
+
status: operationStatus | null;
|
|
6091
|
+
}
|
|
6092
|
+
|
|
5911
6093
|
@open
|
|
5912
6094
|
@entity model organization extends directoryObject {
|
|
5913
6095
|
assignedPlans: assignedPlan[];
|
|
@@ -6236,6 +6418,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6236
6418
|
@contains defaultAppManagementPolicy: tenantAppManagementPolicy | null;
|
|
6237
6419
|
@contains deviceRegistrationPolicy: deviceRegistrationPolicy | null;
|
|
6238
6420
|
@contains featureRolloutPolicies: featureRolloutPolicy[];
|
|
6421
|
+
@contains federatedTokenValidationPolicy: federatedTokenValidationPolicy | null;
|
|
6239
6422
|
@contains homeRealmDiscoveryPolicies: homeRealmDiscoveryPolicy[];
|
|
6240
6423
|
@contains identitySecurityDefaultsEnforcementPolicy: identitySecurityDefaultsEnforcementPolicy | null;
|
|
6241
6424
|
@contains permissionGrantPolicies: permissionGrantPolicy[];
|
|
@@ -6266,7 +6449,6 @@ namespace reference.`microsoft.graph` {
|
|
|
6266
6449
|
activity: string | null;
|
|
6267
6450
|
availability: string | null;
|
|
6268
6451
|
statusMessage: presenceStatusMessage | null;
|
|
6269
|
-
workLocation: userWorkLocation | null;
|
|
6270
6452
|
}
|
|
6271
6453
|
|
|
6272
6454
|
@entity model privilegedAccessGroup extends entity {
|
|
@@ -6583,6 +6765,15 @@ namespace reference.`microsoft.graph` {
|
|
|
6583
6765
|
roleMemberInfo: identity;
|
|
6584
6766
|
}
|
|
6585
6767
|
|
|
6768
|
+
@entity model sectionGroup extends onenoteEntityHierarchyModel {
|
|
6769
|
+
sectionGroupsUrl: string | null;
|
|
6770
|
+
sectionsUrl: string | null;
|
|
6771
|
+
@contains parentNotebook: notebook | null;
|
|
6772
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
6773
|
+
@contains sectionGroups: sectionGroup[];
|
|
6774
|
+
@contains sections: onenoteSection[];
|
|
6775
|
+
}
|
|
6776
|
+
|
|
6586
6777
|
@open
|
|
6587
6778
|
@entity model secureScore extends entity {
|
|
6588
6779
|
activeUserCount: int32 | null;
|
|
@@ -6821,23 +7012,29 @@ namespace reference.`microsoft.graph` {
|
|
|
6821
7012
|
appDisplayName: string | null;
|
|
6822
7013
|
appId: string | null;
|
|
6823
7014
|
appliedConditionalAccessPolicies: appliedConditionalAccessPolicy[] | null;
|
|
7015
|
+
authenticationAppDeviceDetails: authenticationAppDeviceDetails | null;
|
|
6824
7016
|
clientAppUsed: string | null;
|
|
6825
7017
|
conditionalAccessStatus: conditionalAccessStatus | null;
|
|
6826
7018
|
correlationId: string | null;
|
|
6827
7019
|
@computed createdDateTime: offsetDateTime;
|
|
6828
7020
|
deviceDetail: deviceDetail | null;
|
|
7021
|
+
homeTenantId: string | null;
|
|
6829
7022
|
ipAddress: string | null;
|
|
6830
7023
|
isInteractive: boolean | null;
|
|
6831
7024
|
location: signInLocation | null;
|
|
6832
7025
|
resourceDisplayName: string | null;
|
|
6833
7026
|
resourceId: string | null;
|
|
7027
|
+
resourceTenantId: string | null;
|
|
6834
7028
|
riskDetail: riskDetail | null;
|
|
6835
7029
|
riskEventTypes: riskEventType[] | null;
|
|
6836
7030
|
riskEventTypes_v2: string[] | null;
|
|
6837
7031
|
riskLevelAggregated: riskLevel | null;
|
|
6838
7032
|
riskLevelDuringSignIn: riskLevel | null;
|
|
6839
7033
|
riskState: riskState | null;
|
|
7034
|
+
servicePrincipalId: string | null;
|
|
7035
|
+
servicePrincipalName: string | null;
|
|
6840
7036
|
status: signInStatus | null;
|
|
7037
|
+
userAgent: string | null;
|
|
6841
7038
|
userDisplayName: string | null;
|
|
6842
7039
|
userId: string;
|
|
6843
7040
|
userPrincipalName: string | null;
|
|
@@ -6861,6 +7058,7 @@ namespace reference.`microsoft.graph` {
|
|
|
6861
7058
|
@references externalColumns: columnDefinition[];
|
|
6862
7059
|
@contains items: baseItem[];
|
|
6863
7060
|
@contains lists: list[];
|
|
7061
|
+
@contains onenote: onenote | null;
|
|
6864
7062
|
@contains operations: richLongRunningOperation[];
|
|
6865
7063
|
@contains pages: baseSitePage[];
|
|
6866
7064
|
@contains permissions: permission[];
|
|
@@ -7505,6 +7703,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7505
7703
|
@references memberOf: directoryObject[];
|
|
7506
7704
|
@contains messages: message[];
|
|
7507
7705
|
@references oauth2PermissionGrants: oAuth2PermissionGrant[];
|
|
7706
|
+
@contains onenote: onenote | null;
|
|
7508
7707
|
@contains onlineMeetings: onlineMeeting[];
|
|
7509
7708
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
7510
7709
|
@contains outlook: outlookUser | null;
|
|
@@ -7946,6 +8145,8 @@ namespace reference.`microsoft.graph` {
|
|
|
7946
8145
|
target: 1,
|
|
7947
8146
|
createdBy: 2,
|
|
7948
8147
|
unknownFutureValue: 99,
|
|
8148
|
+
targetManager: 100,
|
|
8149
|
+
targetAgentIdentitySponsorOrOwner: 101,
|
|
7949
8150
|
}
|
|
7950
8151
|
|
|
7951
8152
|
enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
|
|
@@ -7953,6 +8154,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7953
8154
|
createdBy: 2,
|
|
7954
8155
|
approver: 3,
|
|
7955
8156
|
unknownFutureValue: 99,
|
|
8157
|
+
targetOrRequestor: 100,
|
|
8158
|
+
targetManager: 101,
|
|
8159
|
+
requestForOthers: 102,
|
|
8160
|
+
targetAgentIdentitySponsorOrOwner: 103,
|
|
7956
8161
|
}
|
|
7957
8162
|
|
|
7958
8163
|
enum accessPackageAssignmentState {
|
|
@@ -8135,6 +8340,7 @@ namespace reference.`microsoft.graph` {
|
|
|
8135
8340
|
allDirectoryServicePrincipals: 6,
|
|
8136
8341
|
allConfiguredConnectedOrganizationUsers: 7,
|
|
8137
8342
|
allExternalUsers: 8,
|
|
8343
|
+
allDirectoryAgentIdentities: 9,
|
|
8138
8344
|
unknownFutureValue: 10,
|
|
8139
8345
|
}
|
|
8140
8346
|
|
|
@@ -9002,6 +9208,14 @@ namespace reference.`microsoft.graph` {
|
|
|
9002
9208
|
unknownFutureValue: 2,
|
|
9003
9209
|
}
|
|
9004
9210
|
|
|
9211
|
+
enum groupAccessType {
|
|
9212
|
+
none: 0,
|
|
9213
|
+
private: 1,
|
|
9214
|
+
secret: 2,
|
|
9215
|
+
public: 3,
|
|
9216
|
+
unknownFutureValue: 4,
|
|
9217
|
+
}
|
|
9218
|
+
|
|
9005
9219
|
enum groupType {
|
|
9006
9220
|
unifiedGroups: 0,
|
|
9007
9221
|
azureAD: 1,
|
|
@@ -9284,6 +9498,37 @@ namespace reference.`microsoft.graph` {
|
|
|
9284
9498
|
Unsynchronized: 6,
|
|
9285
9499
|
}
|
|
9286
9500
|
|
|
9501
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9502
|
+
enum onenotePatchActionType {
|
|
9503
|
+
Replace: 0,
|
|
9504
|
+
Append: 1,
|
|
9505
|
+
Delete: 2,
|
|
9506
|
+
Insert: 3,
|
|
9507
|
+
Prepend: 4,
|
|
9508
|
+
}
|
|
9509
|
+
|
|
9510
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9511
|
+
enum onenotePatchInsertPosition {
|
|
9512
|
+
After: 0,
|
|
9513
|
+
Before: 1,
|
|
9514
|
+
}
|
|
9515
|
+
|
|
9516
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9517
|
+
enum onenoteSourceService {
|
|
9518
|
+
`Unknown`: 0,
|
|
9519
|
+
OneDrive: 1,
|
|
9520
|
+
OneDriveForBusiness: 2,
|
|
9521
|
+
OnPremOneDriveForBusiness: 3,
|
|
9522
|
+
}
|
|
9523
|
+
|
|
9524
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
9525
|
+
enum onenoteUserRole {
|
|
9526
|
+
None: -1,
|
|
9527
|
+
Owner: 0,
|
|
9528
|
+
Contributor: 1,
|
|
9529
|
+
Reader: 2,
|
|
9530
|
+
}
|
|
9531
|
+
|
|
9287
9532
|
@graphFlags
|
|
9288
9533
|
enum onlineMeetingContentSharingDisabledReason {
|
|
9289
9534
|
watermarkProtection: 1,
|
|
@@ -9721,6 +9966,16 @@ namespace reference.`microsoft.graph` {
|
|
|
9721
9966
|
unknownFutureValue: 4,
|
|
9722
9967
|
}
|
|
9723
9968
|
|
|
9969
|
+
enum rootDomains {
|
|
9970
|
+
none: 0,
|
|
9971
|
+
all: 1,
|
|
9972
|
+
allFederated: 2,
|
|
9973
|
+
allManaged: 3,
|
|
9974
|
+
enumerated: 4,
|
|
9975
|
+
allManagedAndEnumeratedFederated: 5,
|
|
9976
|
+
unknownFutureValue: 6,
|
|
9977
|
+
}
|
|
9978
|
+
|
|
9724
9979
|
enum routingType {
|
|
9725
9980
|
forwarded: 0,
|
|
9726
9981
|
lookup: 1,
|
|
@@ -10389,22 +10644,6 @@ namespace reference.`microsoft.graph` {
|
|
|
10389
10644
|
failed: 3,
|
|
10390
10645
|
}
|
|
10391
10646
|
|
|
10392
|
-
enum workLocationSource {
|
|
10393
|
-
none: 0,
|
|
10394
|
-
manual: 1,
|
|
10395
|
-
scheduled: 2,
|
|
10396
|
-
automatic: 3,
|
|
10397
|
-
unknownFutureValue: 4,
|
|
10398
|
-
}
|
|
10399
|
-
|
|
10400
|
-
enum workLocationType {
|
|
10401
|
-
unspecified: 0,
|
|
10402
|
-
office: 1,
|
|
10403
|
-
remote: 2,
|
|
10404
|
-
timeOff: 3,
|
|
10405
|
-
unknownFutureValue: 4,
|
|
10406
|
-
}
|
|
10407
|
-
|
|
10408
10647
|
enum x509CertificateAffinityLevel {
|
|
10409
10648
|
low: 0,
|
|
10410
10649
|
high: 1,
|
|
@@ -10466,6 +10705,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10466
10705
|
triggerAttributes: triggerAttribute[];
|
|
10467
10706
|
}
|
|
10468
10707
|
|
|
10708
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
10709
|
+
threshold: int64;
|
|
10710
|
+
}
|
|
10711
|
+
|
|
10469
10712
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
10470
10713
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
10471
10714
|
}
|
|
@@ -10498,6 +10741,32 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10498
10741
|
valueType: valueType;
|
|
10499
10742
|
}
|
|
10500
10743
|
|
|
10744
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
10745
|
+
percentage: int32;
|
|
10746
|
+
}
|
|
10747
|
+
|
|
10748
|
+
@complex model previewFailedTask {
|
|
10749
|
+
definitionId: string;
|
|
10750
|
+
failureReason: string;
|
|
10751
|
+
name: string;
|
|
10752
|
+
taskId: string;
|
|
10753
|
+
}
|
|
10754
|
+
|
|
10755
|
+
@abstract
|
|
10756
|
+
@complex model quarantineCondition {
|
|
10757
|
+
}
|
|
10758
|
+
|
|
10759
|
+
@complex model quarantineConfiguration {
|
|
10760
|
+
conditions: quarantineCondition[];
|
|
10761
|
+
matchMode: matchMode;
|
|
10762
|
+
}
|
|
10763
|
+
|
|
10764
|
+
@complex model quarantineDetails {
|
|
10765
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
10766
|
+
quarantineReason: string | null;
|
|
10767
|
+
quarantineType: quarantineType;
|
|
10768
|
+
}
|
|
10769
|
+
|
|
10501
10770
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
10502
10771
|
rule: string;
|
|
10503
10772
|
}
|
|
@@ -10584,6 +10853,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10584
10853
|
@complex model workflowExecutionTrigger {
|
|
10585
10854
|
}
|
|
10586
10855
|
|
|
10856
|
+
@complex model workflowSetting {
|
|
10857
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
10858
|
+
}
|
|
10859
|
+
|
|
10587
10860
|
@complex model workflowsInsightsByCategory {
|
|
10588
10861
|
failedJoinerRuns: int32;
|
|
10589
10862
|
failedLeaverRuns: int32;
|
|
@@ -10621,6 +10894,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10621
10894
|
|
|
10622
10895
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
10623
10896
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
10897
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
10624
10898
|
workflowScheduleIntervalInHours: int32;
|
|
10625
10899
|
}
|
|
10626
10900
|
|
|
@@ -10678,6 +10952,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10678
10952
|
completedDateTime: offsetDateTime | null;
|
|
10679
10953
|
@computed createdDateTime: offsetDateTime;
|
|
10680
10954
|
failureReason: string | null;
|
|
10955
|
+
processingInfo: string | null;
|
|
10681
10956
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
10682
10957
|
startedDateTime: offsetDateTime | null;
|
|
10683
10958
|
@references subject: reference.`microsoft.graph`.user;
|
|
@@ -10718,8 +10993,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10718
10993
|
deletedDateTime: offsetDateTime | null;
|
|
10719
10994
|
@computed @key id: string;
|
|
10720
10995
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
10996
|
+
quarantineDetails: quarantineDetails;
|
|
10997
|
+
settings: workflowSetting;
|
|
10721
10998
|
version: int32 | null;
|
|
10722
10999
|
@references executionScope: userProcessingResult[];
|
|
11000
|
+
@references previewScope: reference.`microsoft.graph`.directoryObject[];
|
|
10723
11001
|
@contains runs: run[];
|
|
10724
11002
|
@contains taskReports: taskReport[];
|
|
10725
11003
|
@contains userProcessingResults: userProcessingResult[];
|
|
@@ -10751,6 +11029,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10751
11029
|
}
|
|
10752
11030
|
|
|
10753
11031
|
@entity model workflowVersion extends workflowBase {
|
|
11032
|
+
settings: workflowSetting;
|
|
10754
11033
|
@computed @key versionNumber: int32;
|
|
10755
11034
|
}
|
|
10756
11035
|
|
|
@@ -10795,6 +11074,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10795
11074
|
canceled: 4,
|
|
10796
11075
|
failed: 5,
|
|
10797
11076
|
unknownFutureValue: 6,
|
|
11077
|
+
quarantined: 8,
|
|
11078
|
+
}
|
|
11079
|
+
|
|
11080
|
+
enum matchMode {
|
|
11081
|
+
any: 0,
|
|
11082
|
+
all: 1,
|
|
11083
|
+
unknownFutureValue: 2,
|
|
10798
11084
|
}
|
|
10799
11085
|
|
|
10800
11086
|
enum membershipChangeType {
|
|
@@ -10803,6 +11089,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10803
11089
|
unknownFutureValue: 3,
|
|
10804
11090
|
}
|
|
10805
11091
|
|
|
11092
|
+
enum quarantineType {
|
|
11093
|
+
notQuarantined: 0,
|
|
11094
|
+
countBasedThresholdExceeded: 1,
|
|
11095
|
+
percentageBasedThresholdExceeded: 2,
|
|
11096
|
+
multipleConditionsExceeded: 3,
|
|
11097
|
+
unknownFutureValue: 4,
|
|
11098
|
+
}
|
|
11099
|
+
|
|
10806
11100
|
enum valueType {
|
|
10807
11101
|
`enum`: 0,
|
|
10808
11102
|
`string`: 1,
|
|
@@ -10816,6 +11110,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
10816
11110
|
onDemand: 1,
|
|
10817
11111
|
unknownFutureValue: 2,
|
|
10818
11112
|
activatedWithScope: 3,
|
|
11113
|
+
preview: 4,
|
|
10819
11114
|
}
|
|
10820
11115
|
|
|
10821
11116
|
enum workflowTriggerTimeBasedAttribute {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/typespec-msgraph-reference",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Reference models for Microsoft Graph across multiple clouds",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@typespec/compiler": "~1.9.0",
|
|
75
75
|
"@typespec/http": "~1.9.0",
|
|
76
|
-
"@microsoft/typespec-msgraph": "1.
|
|
76
|
+
"@microsoft/typespec-msgraph": "1.2.1"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"typescript": "~5.9.2"
|