@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/USNat/Beta/main.tsp
CHANGED
|
@@ -15,6 +15,8 @@ scalar binary; //TODO: Enables support for Edm.Binary
|
|
|
15
15
|
// Metadata item DeprecatedDefinition_SynchronizationSecret_Deprecation was already defined with a different value.
|
|
16
16
|
@deprecatedDefinition("AccessReviewReportBreakingChanges", "<ChangeLogCategory>", "2021-07-30", "2022-01-30", "This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead")
|
|
17
17
|
// Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
|
|
18
|
+
@deprecatedDefinition("beta:DisplayNameRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentDisplayName property is deprecated. Use displayName instead.")
|
|
19
|
+
@deprecatedDefinition("beta:IdentityIDRename", "<ChangeLogCategory>", "2026-04-28", "2027-04-28", "The agentId property is deprecated. Use identityId instead.")
|
|
18
20
|
@deprecatedDefinition("AuthenticationStrengthsRemove", "<ChangeLogCategory>", "2023-02-01", "2023-03-31", "The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead.")
|
|
19
21
|
@deprecatedDefinition("credentialUserRegistrationDetails", "<ChangeLogCategory>", "2023-06-21", "2024-06-30", "The Reporting userCredentialUsageDetails API is deprecated and will stop returning data on June 30, 2025. Please use the new userEventsSummary API.")
|
|
20
22
|
// Metadata item DeprecatedDefinition_credentialUserRegistrationDetails was already defined with a different value.
|
|
@@ -290,6 +292,10 @@ namespace reference.`microsoft.graph` {
|
|
|
290
292
|
orientation: pageOrientation | null;
|
|
291
293
|
}
|
|
292
294
|
|
|
295
|
+
@complex model agentSignIn extends signInIdentity {
|
|
296
|
+
agentServicePrincipalId: string | null;
|
|
297
|
+
}
|
|
298
|
+
|
|
293
299
|
@complex model agreementFileData {
|
|
294
300
|
data: binary | null;
|
|
295
301
|
}
|
|
@@ -1101,12 +1107,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1101
1107
|
}
|
|
1102
1108
|
|
|
1103
1109
|
@complex model conditionalAccessClientApplications {
|
|
1110
|
+
agentIdServicePrincipalFilter: conditionalAccessFilter | null;
|
|
1111
|
+
excludeAgentIdServicePrincipals: string[];
|
|
1104
1112
|
excludeServicePrincipals: string[];
|
|
1113
|
+
includeAgentIdServicePrincipals: string[];
|
|
1105
1114
|
includeServicePrincipals: string[];
|
|
1106
1115
|
servicePrincipalFilter: conditionalAccessFilter | null;
|
|
1107
1116
|
}
|
|
1108
1117
|
|
|
1109
1118
|
@complex model conditionalAccessConditionSet {
|
|
1119
|
+
agentIdRiskLevels: conditionalAccessAgentIdRiskLevels | null;
|
|
1110
1120
|
applications: conditionalAccessApplications | null;
|
|
1111
1121
|
authenticationFlows: conditionalAccessAuthenticationFlows | null;
|
|
1112
1122
|
clientApplications: conditionalAccessClientApplications | null;
|
|
@@ -1319,6 +1329,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1319
1329
|
targetId: string | null;
|
|
1320
1330
|
}
|
|
1321
1331
|
|
|
1332
|
+
@complex model CopyNotebookModel {
|
|
1333
|
+
createdBy: string | null;
|
|
1334
|
+
createdByIdentity: identitySet | null;
|
|
1335
|
+
createdTime: offsetDateTime | null;
|
|
1336
|
+
id: string | null;
|
|
1337
|
+
isDefault: boolean | null;
|
|
1338
|
+
isShared: boolean | null;
|
|
1339
|
+
lastModifiedBy: string | null;
|
|
1340
|
+
lastModifiedByIdentity: identitySet | null;
|
|
1341
|
+
lastModifiedTime: offsetDateTime | null;
|
|
1342
|
+
links: notebookLinks | null;
|
|
1343
|
+
name: string | null;
|
|
1344
|
+
sectionGroupsUrl: string | null;
|
|
1345
|
+
sectionsUrl: string | null;
|
|
1346
|
+
self: string | null;
|
|
1347
|
+
userRole: onenoteUserRole | null;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1322
1350
|
@complex model corsConfiguration {
|
|
1323
1351
|
allowedHeaders: string[] | null;
|
|
1324
1352
|
allowedMethods: string[] | null;
|
|
@@ -1389,6 +1417,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1389
1417
|
@complex model customAppScopeAttributesDictionary extends Dictionary {
|
|
1390
1418
|
}
|
|
1391
1419
|
|
|
1420
|
+
@open
|
|
1421
|
+
@complex model customEmojiFromIdentitySet extends identitySet {
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1392
1424
|
@abstract
|
|
1393
1425
|
@complex model customExtensionAuthenticationConfiguration {
|
|
1394
1426
|
}
|
|
@@ -1606,6 +1638,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1606
1638
|
triggers: restrictionTrigger[] | null;
|
|
1607
1639
|
}
|
|
1608
1640
|
|
|
1641
|
+
@complex model diagnostic {
|
|
1642
|
+
message: string | null;
|
|
1643
|
+
url: string | null;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1609
1646
|
@complex model diagnosticMetadata {
|
|
1610
1647
|
}
|
|
1611
1648
|
|
|
@@ -1894,6 +1931,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1894
1931
|
issuerUri: string | null;
|
|
1895
1932
|
}
|
|
1896
1933
|
|
|
1934
|
+
@complex model externalLink {
|
|
1935
|
+
href: string | null;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1897
1938
|
@complex model externalSponsors extends userSet {
|
|
1898
1939
|
}
|
|
1899
1940
|
|
|
@@ -2823,6 +2864,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2823
2864
|
@complex model noScopes extends inheritableScopes {
|
|
2824
2865
|
}
|
|
2825
2866
|
|
|
2867
|
+
@complex model notebookLinks {
|
|
2868
|
+
oneNoteClientUrl: externalLink | null;
|
|
2869
|
+
oneNoteWebUrl: externalLink | null;
|
|
2870
|
+
}
|
|
2871
|
+
|
|
2826
2872
|
@complex model notifyUserAction extends dlpActionInfo {
|
|
2827
2873
|
@computed actionLastModifiedDateTime: offsetDateTime | null;
|
|
2828
2874
|
emailText: string | null;
|
|
@@ -2889,6 +2935,27 @@ namespace reference.`microsoft.graph` {
|
|
|
2889
2935
|
@complex model onAuthenticationMethodLoadStartHandler {
|
|
2890
2936
|
}
|
|
2891
2937
|
|
|
2938
|
+
@complex model onenoteOperationError {
|
|
2939
|
+
code: string | null;
|
|
2940
|
+
message: string | null;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
@complex model onenotePagePreview {
|
|
2944
|
+
links: onenotePagePreviewLinks | null;
|
|
2945
|
+
previewText: string | null;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
@complex model onenotePagePreviewLinks {
|
|
2949
|
+
previewImageUrl: externalLink | null;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
@complex model onenotePatchContentCommand {
|
|
2953
|
+
action: onenotePatchActionType;
|
|
2954
|
+
content: string | null;
|
|
2955
|
+
position: onenotePatchInsertPosition | null;
|
|
2956
|
+
target: string;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2892
2959
|
@complex model onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp extends onInteractiveAuthFlowStartHandler {
|
|
2893
2960
|
isSignUpAllowed: boolean;
|
|
2894
2961
|
}
|
|
@@ -2923,6 +2990,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2923
2990
|
}
|
|
2924
2991
|
|
|
2925
2992
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
2993
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
2926
2994
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
2927
2995
|
blockSoftMatchEnabled: boolean | null;
|
|
2928
2996
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -3066,6 +3134,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3066
3134
|
type: string | null;
|
|
3067
3135
|
}
|
|
3068
3136
|
|
|
3137
|
+
@complex model pageLinks {
|
|
3138
|
+
oneNoteClientUrl: externalLink | null;
|
|
3139
|
+
oneNoteWebUrl: externalLink | null;
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3069
3142
|
@complex model parentalControlSettings {
|
|
3070
3143
|
countriesBlockedForMinors: string[] | null;
|
|
3071
3144
|
legalAgeGroupRule: string | null;
|
|
@@ -3621,6 +3694,18 @@ namespace reference.`microsoft.graph` {
|
|
|
3621
3694
|
shareCount: int32 | null;
|
|
3622
3695
|
}
|
|
3623
3696
|
|
|
3697
|
+
@complex model recentNotebook {
|
|
3698
|
+
displayName: string | null;
|
|
3699
|
+
lastAccessedTime: offsetDateTime | null;
|
|
3700
|
+
links: recentNotebookLinks | null;
|
|
3701
|
+
sourceService: onenoteSourceService | null;
|
|
3702
|
+
}
|
|
3703
|
+
|
|
3704
|
+
@complex model recentNotebookLinks {
|
|
3705
|
+
oneNoteClientUrl: externalLink | null;
|
|
3706
|
+
oneNoteWebUrl: externalLink | null;
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3624
3709
|
@complex model recipient {
|
|
3625
3710
|
emailAddress: emailAddress | null;
|
|
3626
3711
|
}
|
|
@@ -3882,6 +3967,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3882
3967
|
onClickTelemetryUrl: string | null;
|
|
3883
3968
|
}
|
|
3884
3969
|
|
|
3970
|
+
@complex model sectionLinks {
|
|
3971
|
+
oneNoteClientUrl: externalLink | null;
|
|
3972
|
+
oneNoteWebUrl: externalLink | null;
|
|
3973
|
+
}
|
|
3974
|
+
|
|
3885
3975
|
@complex model secureScoreControlStateUpdate {
|
|
3886
3976
|
assignedTo: string | null;
|
|
3887
3977
|
comment: string | null;
|
|
@@ -4033,6 +4123,7 @@ namespace reference.`microsoft.graph` {
|
|
|
4033
4123
|
appId: string | null;
|
|
4034
4124
|
serviceArea: string | null;
|
|
4035
4125
|
tenantId: string | null;
|
|
4126
|
+
throttledRequests: int64 | null;
|
|
4036
4127
|
usageDateTime: offsetDateTime | null;
|
|
4037
4128
|
usageMB: int64 | null;
|
|
4038
4129
|
usageRequests: int64 | null;
|
|
@@ -4171,6 +4262,7 @@ namespace reference.`microsoft.graph` {
|
|
|
4171
4262
|
}
|
|
4172
4263
|
|
|
4173
4264
|
@complex model signInConditions {
|
|
4265
|
+
agentIdRiskLevel: agentIdRiskLevel | null;
|
|
4174
4266
|
authenticationFlow: authenticationFlow | null;
|
|
4175
4267
|
clientAppType: conditionalAccessClientApp | null;
|
|
4176
4268
|
country: string | null;
|
|
@@ -4424,6 +4516,9 @@ namespace reference.`microsoft.graph` {
|
|
|
4424
4516
|
tabId: string | null;
|
|
4425
4517
|
}
|
|
4426
4518
|
|
|
4519
|
+
@complex model targetAgentIdentitySponsorsOrOwners extends userSet {
|
|
4520
|
+
}
|
|
4521
|
+
|
|
4427
4522
|
@complex model targetResource {
|
|
4428
4523
|
displayName: string | null;
|
|
4429
4524
|
groupType: groupType | null;
|
|
@@ -5732,6 +5827,34 @@ namespace reference.`microsoft.graph` {
|
|
|
5732
5827
|
@references sponsors: directoryObject[];
|
|
5733
5828
|
}
|
|
5734
5829
|
|
|
5830
|
+
@entity model agentRiskDetection extends entity {
|
|
5831
|
+
activityDateTime: offsetDateTime | null;
|
|
5832
|
+
additionalInfo: string | null;
|
|
5833
|
+
|
|
5834
|
+
@graphDeprecated("beta:DisplayNameRename")
|
|
5835
|
+
agentDisplayName: string | null;
|
|
5836
|
+
|
|
5837
|
+
@graphDeprecated("beta:IdentityIDRename")
|
|
5838
|
+
agentId: string | null;
|
|
5839
|
+
blueprintId: string | null;
|
|
5840
|
+
clientSessionId: string | null;
|
|
5841
|
+
detectedDateTime: offsetDateTime | null;
|
|
5842
|
+
detectionTimingType: riskDetectionTimingType;
|
|
5843
|
+
displayName: string;
|
|
5844
|
+
identityId: string;
|
|
5845
|
+
identityType: agentIdentityType;
|
|
5846
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
5847
|
+
riskDetail: riskDetail;
|
|
5848
|
+
riskEventType: string;
|
|
5849
|
+
riskEvidence: string | null;
|
|
5850
|
+
riskLevel: riskLevel;
|
|
5851
|
+
riskState: riskState;
|
|
5852
|
+
signInClientDisplayName: string | null;
|
|
5853
|
+
signInCorrelationId: string | null;
|
|
5854
|
+
signInRequestId: string | null;
|
|
5855
|
+
source: string | null;
|
|
5856
|
+
}
|
|
5857
|
+
|
|
5735
5858
|
@open
|
|
5736
5859
|
@entity model agentUser extends user {
|
|
5737
5860
|
}
|
|
@@ -7613,6 +7736,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7613
7736
|
@references memberOf: directoryObject[];
|
|
7614
7737
|
@references members: directoryObject[];
|
|
7615
7738
|
@references membersWithLicenseErrors: directoryObject[];
|
|
7739
|
+
@contains onenote: onenote | null;
|
|
7616
7740
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
7617
7741
|
@references owners: directoryObject[];
|
|
7618
7742
|
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
@@ -7672,7 +7796,9 @@ namespace reference.`microsoft.graph` {
|
|
|
7672
7796
|
}
|
|
7673
7797
|
|
|
7674
7798
|
@entity model identityProtectionRoot extends MsGraph.SharedModels.entity {
|
|
7799
|
+
@contains agentRiskDetections: agentRiskDetection[];
|
|
7675
7800
|
@contains riskDetections: riskDetection[];
|
|
7801
|
+
@contains riskyAgents: riskyAgent[];
|
|
7676
7802
|
@contains riskyServicePrincipals: riskyServicePrincipal[];
|
|
7677
7803
|
@contains riskyUsers: riskyUser[];
|
|
7678
7804
|
@contains servicePrincipalRiskDetections: servicePrincipalRiskDetection[];
|
|
@@ -8093,6 +8219,17 @@ namespace reference.`microsoft.graph` {
|
|
|
8093
8219
|
roleTemplateId: string | null;
|
|
8094
8220
|
}
|
|
8095
8221
|
|
|
8222
|
+
@entity model notebook extends onenoteEntityHierarchyModel {
|
|
8223
|
+
isDefault: boolean | null;
|
|
8224
|
+
isShared: boolean | null;
|
|
8225
|
+
links: notebookLinks | null;
|
|
8226
|
+
sectionGroupsUrl: string | null;
|
|
8227
|
+
sectionsUrl: string | null;
|
|
8228
|
+
userRole: onenoteUserRole | null;
|
|
8229
|
+
@contains sectionGroups: sectionGroup[];
|
|
8230
|
+
@contains sections: onenoteSection[];
|
|
8231
|
+
}
|
|
8232
|
+
|
|
8096
8233
|
@entity model oAuth2PermissionGrant extends entity {
|
|
8097
8234
|
clientId: string;
|
|
8098
8235
|
consentType: string | null;
|
|
@@ -8111,6 +8248,68 @@ namespace reference.`microsoft.graph` {
|
|
|
8111
8248
|
handler: onAuthenticationMethodLoadStartHandler | null;
|
|
8112
8249
|
}
|
|
8113
8250
|
|
|
8251
|
+
@entity model onenote extends entity {
|
|
8252
|
+
@contains notebooks: notebook[];
|
|
8253
|
+
@contains operations: onenoteOperation[];
|
|
8254
|
+
@contains pages: onenotePage[];
|
|
8255
|
+
@contains resources: onenoteResource[];
|
|
8256
|
+
@contains sectionGroups: sectionGroup[];
|
|
8257
|
+
@contains sections: onenoteSection[];
|
|
8258
|
+
}
|
|
8259
|
+
|
|
8260
|
+
@abstract
|
|
8261
|
+
@entity model onenoteEntityBaseModel extends entity {
|
|
8262
|
+
self: string | null;
|
|
8263
|
+
}
|
|
8264
|
+
|
|
8265
|
+
@abstract
|
|
8266
|
+
@entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
|
|
8267
|
+
createdBy: identitySet | null;
|
|
8268
|
+
displayName: string | null;
|
|
8269
|
+
lastModifiedBy: identitySet | null;
|
|
8270
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8271
|
+
}
|
|
8272
|
+
|
|
8273
|
+
@abstract
|
|
8274
|
+
@entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
|
|
8275
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8276
|
+
}
|
|
8277
|
+
|
|
8278
|
+
@entity model onenoteOperation extends operation {
|
|
8279
|
+
error: onenoteOperationError | null;
|
|
8280
|
+
percentComplete: string | null;
|
|
8281
|
+
resourceId: string | null;
|
|
8282
|
+
resourceLocation: string | null;
|
|
8283
|
+
}
|
|
8284
|
+
|
|
8285
|
+
@entity model onenotePage extends onenoteEntitySchemaObjectModel {
|
|
8286
|
+
content: stream | null;
|
|
8287
|
+
contentUrl: string | null;
|
|
8288
|
+
createdByAppId: string | null;
|
|
8289
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8290
|
+
level: int32 | null;
|
|
8291
|
+
links: pageLinks | null;
|
|
8292
|
+
order: int32 | null;
|
|
8293
|
+
title: string | null;
|
|
8294
|
+
userTags: string[] | null;
|
|
8295
|
+
@contains parentNotebook: notebook | null;
|
|
8296
|
+
@contains parentSection: onenoteSection | null;
|
|
8297
|
+
}
|
|
8298
|
+
|
|
8299
|
+
@entity model onenoteResource extends onenoteEntityBaseModel {
|
|
8300
|
+
content: stream | null;
|
|
8301
|
+
contentUrl: string | null;
|
|
8302
|
+
}
|
|
8303
|
+
|
|
8304
|
+
@entity model onenoteSection extends onenoteEntityHierarchyModel {
|
|
8305
|
+
isDefault: boolean | null;
|
|
8306
|
+
links: sectionLinks | null;
|
|
8307
|
+
pagesUrl: string | null;
|
|
8308
|
+
@contains pages: onenotePage[];
|
|
8309
|
+
@contains parentNotebook: notebook | null;
|
|
8310
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
8311
|
+
}
|
|
8312
|
+
|
|
8114
8313
|
@entity model onInteractiveAuthFlowStartListener extends authenticationEventListener {
|
|
8115
8314
|
handler: onInteractiveAuthFlowStartHandler | null;
|
|
8116
8315
|
}
|
|
@@ -8181,6 +8380,12 @@ namespace reference.`microsoft.graph` {
|
|
|
8181
8380
|
extensionName: string;
|
|
8182
8381
|
}
|
|
8183
8382
|
|
|
8383
|
+
@entity model operation extends entity {
|
|
8384
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8385
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
8386
|
+
status: operationStatus | null;
|
|
8387
|
+
}
|
|
8388
|
+
|
|
8184
8389
|
@open
|
|
8185
8390
|
@entity model organization extends directoryObject {
|
|
8186
8391
|
assignedPlans: assignedPlan[];
|
|
@@ -9160,6 +9365,31 @@ namespace reference.`microsoft.graph` {
|
|
|
9160
9365
|
userPrincipalName: string | null;
|
|
9161
9366
|
}
|
|
9162
9367
|
|
|
9368
|
+
@entity model riskyAgent extends entity {
|
|
9369
|
+
agentDisplayName: string | null;
|
|
9370
|
+
blueprintId: string | null;
|
|
9371
|
+
identityType: agentIdentityType;
|
|
9372
|
+
isDeleted: boolean;
|
|
9373
|
+
isEnabled: boolean;
|
|
9374
|
+
isProcessing: boolean;
|
|
9375
|
+
riskDetail: riskDetail;
|
|
9376
|
+
@computed riskLastModifiedDateTime: offsetDateTime | null;
|
|
9377
|
+
riskLevel: riskLevel;
|
|
9378
|
+
riskState: riskState;
|
|
9379
|
+
}
|
|
9380
|
+
|
|
9381
|
+
@entity model riskyAgentIdentity extends riskyAgent {
|
|
9382
|
+
@references agentIdentity: agentIdentity | null;
|
|
9383
|
+
}
|
|
9384
|
+
|
|
9385
|
+
@entity model riskyAgentIdentityBlueprintPrincipal extends riskyAgent {
|
|
9386
|
+
@references agentIdentityBlueprintPrincipal: agentIdentityBlueprintPrincipal | null;
|
|
9387
|
+
}
|
|
9388
|
+
|
|
9389
|
+
@entity model riskyAgentUser extends riskyAgent {
|
|
9390
|
+
@references agentUser: agentUser | null;
|
|
9391
|
+
}
|
|
9392
|
+
|
|
9163
9393
|
@entity model riskyServicePrincipal extends entity {
|
|
9164
9394
|
|
|
9165
9395
|
@graphDeprecated("accountEnabledDeprecated")
|
|
@@ -9279,6 +9509,15 @@ namespace reference.`microsoft.graph` {
|
|
|
9279
9509
|
roleMemberInfo: identity;
|
|
9280
9510
|
}
|
|
9281
9511
|
|
|
9512
|
+
@entity model sectionGroup extends onenoteEntityHierarchyModel {
|
|
9513
|
+
sectionGroupsUrl: string | null;
|
|
9514
|
+
sectionsUrl: string | null;
|
|
9515
|
+
@contains parentNotebook: notebook | null;
|
|
9516
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
9517
|
+
@contains sectionGroups: sectionGroup[];
|
|
9518
|
+
@contains sections: onenoteSection[];
|
|
9519
|
+
}
|
|
9520
|
+
|
|
9282
9521
|
@open
|
|
9283
9522
|
@entity model secureScore extends entity {
|
|
9284
9523
|
activeUserCount: int32 | null;
|
|
@@ -9808,6 +10047,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9808
10047
|
@references externalColumns: columnDefinition[];
|
|
9809
10048
|
@contains items: baseItem[];
|
|
9810
10049
|
@contains lists: list[];
|
|
10050
|
+
@contains onenote: onenote | null;
|
|
9811
10051
|
@contains operations: richLongRunningOperation[];
|
|
9812
10052
|
@contains pages: baseSitePage[];
|
|
9813
10053
|
@contains pageTemplates: pageTemplate[];
|
|
@@ -10134,6 +10374,13 @@ namespace reference.`microsoft.graph` {
|
|
|
10134
10374
|
@entity model teamworkBot extends entity {
|
|
10135
10375
|
}
|
|
10136
10376
|
|
|
10377
|
+
@entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
|
|
10378
|
+
contentBytes: string | null;
|
|
10379
|
+
createdBy: customEmojiFromIdentitySet;
|
|
10380
|
+
@computed createdDateTime: offsetDateTime;
|
|
10381
|
+
@computed @key displayName: string;
|
|
10382
|
+
}
|
|
10383
|
+
|
|
10137
10384
|
@entity model teamworkDevice extends entity {
|
|
10138
10385
|
activityState: teamworkDeviceActivityState | null;
|
|
10139
10386
|
companyAssetTag: string | null;
|
|
@@ -10204,6 +10451,10 @@ namespace reference.`microsoft.graph` {
|
|
|
10204
10451
|
contentType: string | null;
|
|
10205
10452
|
}
|
|
10206
10453
|
|
|
10454
|
+
@entity model teamworkMessaging extends entity {
|
|
10455
|
+
@contains customEmojis: teamworkCustomEmoji[];
|
|
10456
|
+
}
|
|
10457
|
+
|
|
10207
10458
|
@entity model teamworkPeripheral extends entity {
|
|
10208
10459
|
displayName: string | null;
|
|
10209
10460
|
productId: string | null;
|
|
@@ -10707,6 +10958,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10707
10958
|
@references manager: directoryObject | null;
|
|
10708
10959
|
@references memberOf: directoryObject[];
|
|
10709
10960
|
@contains messages: message[];
|
|
10961
|
+
@contains onenote: onenote | null;
|
|
10710
10962
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
10711
10963
|
@contains outlook: outlookUser | null;
|
|
10712
10964
|
@references ownedDevices: directoryObject[];
|
|
@@ -11253,6 +11505,8 @@ namespace reference.`microsoft.graph` {
|
|
|
11253
11505
|
target: 1,
|
|
11254
11506
|
createdBy: 2,
|
|
11255
11507
|
unknownFutureValue: 99,
|
|
11508
|
+
targetManager: 100,
|
|
11509
|
+
targetAgentIdentitySponsorOrOwner: 101,
|
|
11256
11510
|
}
|
|
11257
11511
|
|
|
11258
11512
|
enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
|
|
@@ -11260,6 +11514,10 @@ namespace reference.`microsoft.graph` {
|
|
|
11260
11514
|
createdBy: 2,
|
|
11261
11515
|
approver: 3,
|
|
11262
11516
|
unknownFutureValue: 99,
|
|
11517
|
+
targetOrRequestor: 100,
|
|
11518
|
+
targetManager: 101,
|
|
11519
|
+
requestForOthers: 102,
|
|
11520
|
+
targetAgentIdentitySponsorOrOwner: 103,
|
|
11263
11521
|
}
|
|
11264
11522
|
|
|
11265
11523
|
enum accessPackageCustomExtensionHandlerStatus {
|
|
@@ -11360,6 +11618,22 @@ namespace reference.`microsoft.graph` {
|
|
|
11360
11618
|
unknownFutureValue: 3,
|
|
11361
11619
|
}
|
|
11362
11620
|
|
|
11621
|
+
enum agentIdentityType {
|
|
11622
|
+
agentIdentity: 0,
|
|
11623
|
+
agentUser: 1,
|
|
11624
|
+
unknownFutureValue: 2,
|
|
11625
|
+
agentIdentityBlueprintPrincipal: 3,
|
|
11626
|
+
user: 4,
|
|
11627
|
+
}
|
|
11628
|
+
|
|
11629
|
+
enum agentIdRiskLevel {
|
|
11630
|
+
none: 0,
|
|
11631
|
+
low: 1,
|
|
11632
|
+
medium: 2,
|
|
11633
|
+
high: 4,
|
|
11634
|
+
unknownFutureValue: 8,
|
|
11635
|
+
}
|
|
11636
|
+
|
|
11363
11637
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
11364
11638
|
enum agentStatus {
|
|
11365
11639
|
active: 0,
|
|
@@ -12015,6 +12289,14 @@ namespace reference.`microsoft.graph` {
|
|
|
12015
12289
|
Label: 0,
|
|
12016
12290
|
}
|
|
12017
12291
|
|
|
12292
|
+
@graphFlags
|
|
12293
|
+
enum conditionalAccessAgentIdRiskLevels {
|
|
12294
|
+
low: 1,
|
|
12295
|
+
medium: 2,
|
|
12296
|
+
high: 4,
|
|
12297
|
+
unknownFutureValue: 8,
|
|
12298
|
+
}
|
|
12299
|
+
|
|
12018
12300
|
enum conditionalAccessClientApp {
|
|
12019
12301
|
all: 0,
|
|
12020
12302
|
browser: 1,
|
|
@@ -12560,12 +12842,12 @@ namespace reference.`microsoft.graph` {
|
|
|
12560
12842
|
unknownFutureValue: 2,
|
|
12561
12843
|
}
|
|
12562
12844
|
|
|
12563
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12564
12845
|
enum groupAccessType {
|
|
12565
12846
|
none: 0,
|
|
12566
12847
|
private: 1,
|
|
12567
12848
|
secret: 2,
|
|
12568
12849
|
public: 3,
|
|
12850
|
+
unknownFutureValue: 4,
|
|
12569
12851
|
}
|
|
12570
12852
|
|
|
12571
12853
|
enum groupPrivacy {
|
|
@@ -12910,6 +13192,37 @@ namespace reference.`microsoft.graph` {
|
|
|
12910
13192
|
Unsynchronized: 6,
|
|
12911
13193
|
}
|
|
12912
13194
|
|
|
13195
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13196
|
+
enum onenotePatchActionType {
|
|
13197
|
+
Replace: 0,
|
|
13198
|
+
Append: 1,
|
|
13199
|
+
Delete: 2,
|
|
13200
|
+
Insert: 3,
|
|
13201
|
+
Prepend: 4,
|
|
13202
|
+
}
|
|
13203
|
+
|
|
13204
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13205
|
+
enum onenotePatchInsertPosition {
|
|
13206
|
+
After: 0,
|
|
13207
|
+
Before: 1,
|
|
13208
|
+
}
|
|
13209
|
+
|
|
13210
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13211
|
+
enum onenoteSourceService {
|
|
13212
|
+
`Unknown`: 0,
|
|
13213
|
+
OneDrive: 1,
|
|
13214
|
+
OneDriveForBusiness: 2,
|
|
13215
|
+
OnPremOneDriveForBusiness: 3,
|
|
13216
|
+
}
|
|
13217
|
+
|
|
13218
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13219
|
+
enum onenoteUserRole {
|
|
13220
|
+
None: -1,
|
|
13221
|
+
Owner: 0,
|
|
13222
|
+
Contributor: 1,
|
|
13223
|
+
Reader: 2,
|
|
13224
|
+
}
|
|
13225
|
+
|
|
12913
13226
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12914
13227
|
enum onlineMeetingProviderType {
|
|
12915
13228
|
`unknown`: 0,
|
|
@@ -12957,6 +13270,14 @@ namespace reference.`microsoft.graph` {
|
|
|
12957
13270
|
unknownFutureValue: 3,
|
|
12958
13271
|
}
|
|
12959
13272
|
|
|
13273
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13274
|
+
enum operationStatus {
|
|
13275
|
+
NotStarted: 0,
|
|
13276
|
+
Running: 1,
|
|
13277
|
+
Completed: 2,
|
|
13278
|
+
Failed: 3,
|
|
13279
|
+
}
|
|
13280
|
+
|
|
12960
13281
|
enum originalTransferMethods {
|
|
12961
13282
|
none: 0,
|
|
12962
13283
|
deviceCodeFlow: 1,
|
|
@@ -13480,7 +13801,10 @@ namespace reference.`microsoft.graph` {
|
|
|
13480
13801
|
userChangedPasswordOnPremises: 15,
|
|
13481
13802
|
adminDismissedRiskForSignIn: 16,
|
|
13482
13803
|
adminConfirmedAccountSafe: 17,
|
|
13483
|
-
|
|
13804
|
+
adminConfirmedAgentSafe: 18,
|
|
13805
|
+
adminConfirmedAgentCompromised: 19,
|
|
13806
|
+
adminDismissedRiskForAgent: 20,
|
|
13807
|
+
microsoftRevokedSessions: 21,
|
|
13484
13808
|
}
|
|
13485
13809
|
|
|
13486
13810
|
enum riskDetectionTimingType {
|
|
@@ -14505,6 +14829,8 @@ namespace reference.`microsoft.graph` {
|
|
|
14505
14829
|
insiderRisk: 131072,
|
|
14506
14830
|
authenticationFlow: 262144,
|
|
14507
14831
|
unknownFutureValue: 524288,
|
|
14832
|
+
agentIdRisk: 1048576,
|
|
14833
|
+
agentIdentities: 2097152,
|
|
14508
14834
|
}
|
|
14509
14835
|
|
|
14510
14836
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
@@ -14630,6 +14956,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14630
14956
|
subject: workflowSubject | null;
|
|
14631
14957
|
}
|
|
14632
14958
|
|
|
14959
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
14960
|
+
threshold: int64;
|
|
14961
|
+
}
|
|
14962
|
+
|
|
14633
14963
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
14634
14964
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
14635
14965
|
}
|
|
@@ -14669,6 +14999,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14669
14999
|
valueType: valueType;
|
|
14670
15000
|
}
|
|
14671
15001
|
|
|
15002
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
15003
|
+
percentage: int32;
|
|
15004
|
+
}
|
|
15005
|
+
|
|
14672
15006
|
@complex model previewFailedTask {
|
|
14673
15007
|
definitionId: string;
|
|
14674
15008
|
failureReason: string;
|
|
@@ -14684,6 +15018,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14684
15018
|
id: string;
|
|
14685
15019
|
}
|
|
14686
15020
|
|
|
15021
|
+
@abstract
|
|
15022
|
+
@complex model quarantineCondition {
|
|
15023
|
+
}
|
|
15024
|
+
|
|
15025
|
+
@complex model quarantineConfiguration {
|
|
15026
|
+
conditions: quarantineCondition[];
|
|
15027
|
+
matchMode: matchMode;
|
|
15028
|
+
}
|
|
15029
|
+
|
|
15030
|
+
@complex model quarantineDetails {
|
|
15031
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
15032
|
+
quarantineReason: string | null;
|
|
15033
|
+
quarantineType: quarantineType;
|
|
15034
|
+
}
|
|
15035
|
+
|
|
14687
15036
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
14688
15037
|
rule: string;
|
|
14689
15038
|
}
|
|
@@ -14770,6 +15119,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14770
15119
|
@complex model workflowExecutionTrigger {
|
|
14771
15120
|
}
|
|
14772
15121
|
|
|
15122
|
+
@complex model workflowSetting {
|
|
15123
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
15124
|
+
}
|
|
15125
|
+
|
|
14773
15126
|
@complex model workflowsInsightsByCategory {
|
|
14774
15127
|
failedJoinerRuns: int32;
|
|
14775
15128
|
failedLeaverRuns: int32;
|
|
@@ -14812,6 +15165,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14812
15165
|
|
|
14813
15166
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
14814
15167
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
15168
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
14815
15169
|
workflowScheduleIntervalInHours: int32;
|
|
14816
15170
|
}
|
|
14817
15171
|
|
|
@@ -14885,6 +15239,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14885
15239
|
completedDateTime: offsetDateTime | null;
|
|
14886
15240
|
@computed createdDateTime: offsetDateTime;
|
|
14887
15241
|
failureReason: string | null;
|
|
15242
|
+
processingInfo: string | null;
|
|
14888
15243
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
14889
15244
|
startedDateTime: offsetDateTime | null;
|
|
14890
15245
|
workflowSubject: workflowSubject | null;
|
|
@@ -14926,6 +15281,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14926
15281
|
deletedDateTime: offsetDateTime | null;
|
|
14927
15282
|
@computed @key id: string;
|
|
14928
15283
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
15284
|
+
quarantineDetails: quarantineDetails;
|
|
15285
|
+
settings: workflowSetting;
|
|
14929
15286
|
version: int32 | null;
|
|
14930
15287
|
@references executionScope: userProcessingResult[];
|
|
14931
15288
|
|
|
@@ -14963,6 +15320,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
14963
15320
|
}
|
|
14964
15321
|
|
|
14965
15322
|
@entity model workflowVersion extends workflowBase {
|
|
15323
|
+
settings: workflowSetting;
|
|
14966
15324
|
@computed @key versionNumber: int32;
|
|
14967
15325
|
}
|
|
14968
15326
|
|
|
@@ -15016,6 +15374,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15016
15374
|
canceled: 4,
|
|
15017
15375
|
failed: 5,
|
|
15018
15376
|
unknownFutureValue: 6,
|
|
15377
|
+
quarantined: 8,
|
|
15378
|
+
}
|
|
15379
|
+
|
|
15380
|
+
enum matchMode {
|
|
15381
|
+
any: 0,
|
|
15382
|
+
all: 1,
|
|
15383
|
+
unknownFutureValue: 2,
|
|
15019
15384
|
}
|
|
15020
15385
|
|
|
15021
15386
|
enum membershipChangeType {
|
|
@@ -15024,6 +15389,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15024
15389
|
unknownFutureValue: 3,
|
|
15025
15390
|
}
|
|
15026
15391
|
|
|
15392
|
+
enum quarantineType {
|
|
15393
|
+
notQuarantined: 0,
|
|
15394
|
+
countBasedThresholdExceeded: 1,
|
|
15395
|
+
percentageBasedThresholdExceeded: 2,
|
|
15396
|
+
multipleConditionsExceeded: 3,
|
|
15397
|
+
unknownFutureValue: 4,
|
|
15398
|
+
}
|
|
15399
|
+
|
|
15027
15400
|
enum valueType {
|
|
15028
15401
|
`enum`: 0,
|
|
15029
15402
|
`string`: 1,
|