@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/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.
|
|
@@ -294,6 +296,10 @@ namespace reference.`microsoft.graph` {
|
|
|
294
296
|
orientation: pageOrientation | null;
|
|
295
297
|
}
|
|
296
298
|
|
|
299
|
+
@complex model agentSignIn extends signInIdentity {
|
|
300
|
+
agentServicePrincipalId: string | null;
|
|
301
|
+
}
|
|
302
|
+
|
|
297
303
|
@complex model agreementFileData {
|
|
298
304
|
data: binary | null;
|
|
299
305
|
}
|
|
@@ -1127,12 +1133,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1127
1133
|
}
|
|
1128
1134
|
|
|
1129
1135
|
@complex model conditionalAccessClientApplications {
|
|
1136
|
+
agentIdServicePrincipalFilter: conditionalAccessFilter | null;
|
|
1137
|
+
excludeAgentIdServicePrincipals: string[];
|
|
1130
1138
|
excludeServicePrincipals: string[];
|
|
1139
|
+
includeAgentIdServicePrincipals: string[];
|
|
1131
1140
|
includeServicePrincipals: string[];
|
|
1132
1141
|
servicePrincipalFilter: conditionalAccessFilter | null;
|
|
1133
1142
|
}
|
|
1134
1143
|
|
|
1135
1144
|
@complex model conditionalAccessConditionSet {
|
|
1145
|
+
agentIdRiskLevels: conditionalAccessAgentIdRiskLevels | null;
|
|
1136
1146
|
applications: conditionalAccessApplications | null;
|
|
1137
1147
|
authenticationFlows: conditionalAccessAuthenticationFlows | null;
|
|
1138
1148
|
clientApplications: conditionalAccessClientApplications | null;
|
|
@@ -1349,6 +1359,24 @@ namespace reference.`microsoft.graph` {
|
|
|
1349
1359
|
targetId: string | null;
|
|
1350
1360
|
}
|
|
1351
1361
|
|
|
1362
|
+
@complex model CopyNotebookModel {
|
|
1363
|
+
createdBy: string | null;
|
|
1364
|
+
createdByIdentity: identitySet | null;
|
|
1365
|
+
createdTime: offsetDateTime | null;
|
|
1366
|
+
id: string | null;
|
|
1367
|
+
isDefault: boolean | null;
|
|
1368
|
+
isShared: boolean | null;
|
|
1369
|
+
lastModifiedBy: string | null;
|
|
1370
|
+
lastModifiedByIdentity: identitySet | null;
|
|
1371
|
+
lastModifiedTime: offsetDateTime | null;
|
|
1372
|
+
links: notebookLinks | null;
|
|
1373
|
+
name: string | null;
|
|
1374
|
+
sectionGroupsUrl: string | null;
|
|
1375
|
+
sectionsUrl: string | null;
|
|
1376
|
+
self: string | null;
|
|
1377
|
+
userRole: onenoteUserRole | null;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1352
1380
|
@complex model corsConfiguration {
|
|
1353
1381
|
allowedHeaders: string[] | null;
|
|
1354
1382
|
allowedMethods: string[] | null;
|
|
@@ -1419,6 +1447,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1419
1447
|
@complex model customAppScopeAttributesDictionary extends Dictionary {
|
|
1420
1448
|
}
|
|
1421
1449
|
|
|
1450
|
+
@open
|
|
1451
|
+
@complex model customEmojiFromIdentitySet extends identitySet {
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1422
1454
|
@abstract
|
|
1423
1455
|
@complex model customExtensionAuthenticationConfiguration {
|
|
1424
1456
|
}
|
|
@@ -1651,6 +1683,11 @@ namespace reference.`microsoft.graph` {
|
|
|
1651
1683
|
triggers: restrictionTrigger[] | null;
|
|
1652
1684
|
}
|
|
1653
1685
|
|
|
1686
|
+
@complex model diagnostic {
|
|
1687
|
+
message: string | null;
|
|
1688
|
+
url: string | null;
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1654
1691
|
@complex model diagnosticMetadata {
|
|
1655
1692
|
}
|
|
1656
1693
|
|
|
@@ -1867,6 +1904,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1867
1904
|
discoveredSensitiveTypes: discoveredSensitiveType[] | null;
|
|
1868
1905
|
}
|
|
1869
1906
|
|
|
1907
|
+
@complex model evaluationScope {
|
|
1908
|
+
type: evaluationScopeType;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1870
1911
|
@abstract
|
|
1871
1912
|
@complex model eventMessageDetail {
|
|
1872
1913
|
}
|
|
@@ -1933,6 +1974,10 @@ namespace reference.`microsoft.graph` {
|
|
|
1933
1974
|
issuerUri: string | null;
|
|
1934
1975
|
}
|
|
1935
1976
|
|
|
1977
|
+
@complex model externalLink {
|
|
1978
|
+
href: string | null;
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1936
1981
|
@complex model externalSponsors extends userSet {
|
|
1937
1982
|
}
|
|
1938
1983
|
|
|
@@ -2889,6 +2934,11 @@ namespace reference.`microsoft.graph` {
|
|
|
2889
2934
|
@complex model noScopes extends inheritableScopes {
|
|
2890
2935
|
}
|
|
2891
2936
|
|
|
2937
|
+
@complex model notebookLinks {
|
|
2938
|
+
oneNoteClientUrl: externalLink | null;
|
|
2939
|
+
oneNoteWebUrl: externalLink | null;
|
|
2940
|
+
}
|
|
2941
|
+
|
|
2892
2942
|
@complex model notifyUserAction extends dlpActionInfo {
|
|
2893
2943
|
@computed actionLastModifiedDateTime: offsetDateTime | null;
|
|
2894
2944
|
emailText: string | null;
|
|
@@ -2954,6 +3004,27 @@ namespace reference.`microsoft.graph` {
|
|
|
2954
3004
|
@complex model onAuthenticationMethodLoadStartHandler {
|
|
2955
3005
|
}
|
|
2956
3006
|
|
|
3007
|
+
@complex model onenoteOperationError {
|
|
3008
|
+
code: string | null;
|
|
3009
|
+
message: string | null;
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
@complex model onenotePagePreview {
|
|
3013
|
+
links: onenotePagePreviewLinks | null;
|
|
3014
|
+
previewText: string | null;
|
|
3015
|
+
}
|
|
3016
|
+
|
|
3017
|
+
@complex model onenotePagePreviewLinks {
|
|
3018
|
+
previewImageUrl: externalLink | null;
|
|
3019
|
+
}
|
|
3020
|
+
|
|
3021
|
+
@complex model onenotePatchContentCommand {
|
|
3022
|
+
action: onenotePatchActionType;
|
|
3023
|
+
content: string | null;
|
|
3024
|
+
position: onenotePatchInsertPosition | null;
|
|
3025
|
+
target: string;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
2957
3028
|
@complex model onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp extends onInteractiveAuthFlowStartHandler {
|
|
2958
3029
|
isSignUpAllowed: boolean;
|
|
2959
3030
|
}
|
|
@@ -2988,6 +3059,7 @@ namespace reference.`microsoft.graph` {
|
|
|
2988
3059
|
}
|
|
2989
3060
|
|
|
2990
3061
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
3062
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
2991
3063
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
2992
3064
|
blockSoftMatchEnabled: boolean | null;
|
|
2993
3065
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -3140,6 +3212,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3140
3212
|
type: string | null;
|
|
3141
3213
|
}
|
|
3142
3214
|
|
|
3215
|
+
@complex model pageLinks {
|
|
3216
|
+
oneNoteClientUrl: externalLink | null;
|
|
3217
|
+
oneNoteWebUrl: externalLink | null;
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3143
3220
|
@complex model parentalControlSettings {
|
|
3144
3221
|
countriesBlockedForMinors: string[] | null;
|
|
3145
3222
|
legalAgeGroupRule: string | null;
|
|
@@ -3529,6 +3606,9 @@ namespace reference.`microsoft.graph` {
|
|
|
3529
3606
|
@complex model policyLocationDomain extends policyLocation {
|
|
3530
3607
|
}
|
|
3531
3608
|
|
|
3609
|
+
@complex model policyLocationTool extends policyLocation {
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3532
3612
|
@complex model policyLocationUrl extends policyLocation {
|
|
3533
3613
|
}
|
|
3534
3614
|
|
|
@@ -3536,6 +3616,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3536
3616
|
@complex model policyScopeBase {
|
|
3537
3617
|
activities: userActivityTypes;
|
|
3538
3618
|
executionMode: executionMode;
|
|
3619
|
+
locationExclusions: policyLocation[];
|
|
3539
3620
|
locations: policyLocation[];
|
|
3540
3621
|
policyActions: dlpActionInfo[];
|
|
3541
3622
|
}
|
|
@@ -3612,6 +3693,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3612
3693
|
activityMetadata: activityMetadata;
|
|
3613
3694
|
contentEntries: processContentMetadataBase[];
|
|
3614
3695
|
deviceMetadata: deviceMetadata;
|
|
3696
|
+
evaluationScope: evaluationScope | null;
|
|
3615
3697
|
integratedAppMetadata: integratedApplicationMetadata;
|
|
3616
3698
|
protectedAppMetadata: protectedApplicationMetadata | null;
|
|
3617
3699
|
}
|
|
@@ -3669,6 +3751,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3669
3751
|
|
|
3670
3752
|
@complex model protectedApplicationMetadata extends integratedApplicationMetadata {
|
|
3671
3753
|
applicationLocation: policyLocation | null;
|
|
3754
|
+
sourceLocation: policyLocation | null;
|
|
3672
3755
|
}
|
|
3673
3756
|
|
|
3674
3757
|
@complex model protectedContent {
|
|
@@ -3798,6 +3881,18 @@ namespace reference.`microsoft.graph` {
|
|
|
3798
3881
|
shareCount: int32 | null;
|
|
3799
3882
|
}
|
|
3800
3883
|
|
|
3884
|
+
@complex model recentNotebook {
|
|
3885
|
+
displayName: string | null;
|
|
3886
|
+
lastAccessedTime: offsetDateTime | null;
|
|
3887
|
+
links: recentNotebookLinks | null;
|
|
3888
|
+
sourceService: onenoteSourceService | null;
|
|
3889
|
+
}
|
|
3890
|
+
|
|
3891
|
+
@complex model recentNotebookLinks {
|
|
3892
|
+
oneNoteClientUrl: externalLink | null;
|
|
3893
|
+
oneNoteWebUrl: externalLink | null;
|
|
3894
|
+
}
|
|
3895
|
+
|
|
3801
3896
|
@complex model recipient {
|
|
3802
3897
|
emailAddress: emailAddress | null;
|
|
3803
3898
|
}
|
|
@@ -4083,6 +4178,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4083
4178
|
onClickTelemetryUrl: string | null;
|
|
4084
4179
|
}
|
|
4085
4180
|
|
|
4181
|
+
@complex model sectionLinks {
|
|
4182
|
+
oneNoteClientUrl: externalLink | null;
|
|
4183
|
+
oneNoteWebUrl: externalLink | null;
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4086
4186
|
@complex model secureScoreControlStateUpdate {
|
|
4087
4187
|
assignedTo: string | null;
|
|
4088
4188
|
comment: string | null;
|
|
@@ -4234,6 +4334,7 @@ namespace reference.`microsoft.graph` {
|
|
|
4234
4334
|
appId: string | null;
|
|
4235
4335
|
serviceArea: string | null;
|
|
4236
4336
|
tenantId: string | null;
|
|
4337
|
+
throttledRequests: int64 | null;
|
|
4237
4338
|
usageDateTime: offsetDateTime | null;
|
|
4238
4339
|
usageMB: int64 | null;
|
|
4239
4340
|
usageRequests: int64 | null;
|
|
@@ -4372,6 +4473,7 @@ namespace reference.`microsoft.graph` {
|
|
|
4372
4473
|
}
|
|
4373
4474
|
|
|
4374
4475
|
@complex model signInConditions {
|
|
4476
|
+
agentIdRiskLevel: agentIdRiskLevel | null;
|
|
4375
4477
|
authenticationFlow: authenticationFlow | null;
|
|
4376
4478
|
clientAppType: conditionalAccessClientApp | null;
|
|
4377
4479
|
country: string | null;
|
|
@@ -4625,6 +4727,9 @@ namespace reference.`microsoft.graph` {
|
|
|
4625
4727
|
tabId: string | null;
|
|
4626
4728
|
}
|
|
4627
4729
|
|
|
4730
|
+
@complex model targetAgentIdentitySponsorsOrOwners extends userSet {
|
|
4731
|
+
}
|
|
4732
|
+
|
|
4628
4733
|
@complex model targetResource {
|
|
4629
4734
|
displayName: string | null;
|
|
4630
4735
|
groupType: groupType | null;
|
|
@@ -5956,6 +6061,34 @@ namespace reference.`microsoft.graph` {
|
|
|
5956
6061
|
@references sponsors: directoryObject[];
|
|
5957
6062
|
}
|
|
5958
6063
|
|
|
6064
|
+
@entity model agentRiskDetection extends entity {
|
|
6065
|
+
activityDateTime: offsetDateTime | null;
|
|
6066
|
+
additionalInfo: string | null;
|
|
6067
|
+
|
|
6068
|
+
@graphDeprecated("beta:DisplayNameRename")
|
|
6069
|
+
agentDisplayName: string | null;
|
|
6070
|
+
|
|
6071
|
+
@graphDeprecated("beta:IdentityIDRename")
|
|
6072
|
+
agentId: string | null;
|
|
6073
|
+
blueprintId: string | null;
|
|
6074
|
+
clientSessionId: string | null;
|
|
6075
|
+
detectedDateTime: offsetDateTime | null;
|
|
6076
|
+
detectionTimingType: riskDetectionTimingType;
|
|
6077
|
+
displayName: string;
|
|
6078
|
+
identityId: string;
|
|
6079
|
+
identityType: agentIdentityType;
|
|
6080
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
6081
|
+
riskDetail: riskDetail;
|
|
6082
|
+
riskEventType: string;
|
|
6083
|
+
riskEvidence: string | null;
|
|
6084
|
+
riskLevel: riskLevel;
|
|
6085
|
+
riskState: riskState;
|
|
6086
|
+
signInClientDisplayName: string | null;
|
|
6087
|
+
signInCorrelationId: string | null;
|
|
6088
|
+
signInRequestId: string | null;
|
|
6089
|
+
source: string | null;
|
|
6090
|
+
}
|
|
6091
|
+
|
|
5959
6092
|
@open
|
|
5960
6093
|
@entity model agentUser extends user {
|
|
5961
6094
|
}
|
|
@@ -7838,6 +7971,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7838
7971
|
@references memberOf: directoryObject[];
|
|
7839
7972
|
@references members: directoryObject[];
|
|
7840
7973
|
@references membersWithLicenseErrors: directoryObject[];
|
|
7974
|
+
@contains onenote: onenote | null;
|
|
7841
7975
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
7842
7976
|
@references owners: directoryObject[];
|
|
7843
7977
|
@contains permissionGrants: resourceSpecificPermissionGrant[];
|
|
@@ -7897,7 +8031,9 @@ namespace reference.`microsoft.graph` {
|
|
|
7897
8031
|
}
|
|
7898
8032
|
|
|
7899
8033
|
@entity model identityProtectionRoot extends MsGraph.SharedModels.entity {
|
|
8034
|
+
@contains agentRiskDetections: agentRiskDetection[];
|
|
7900
8035
|
@contains riskDetections: riskDetection[];
|
|
8036
|
+
@contains riskyAgents: riskyAgent[];
|
|
7901
8037
|
@contains riskyServicePrincipals: riskyServicePrincipal[];
|
|
7902
8038
|
@contains riskyUsers: riskyUser[];
|
|
7903
8039
|
@contains servicePrincipalRiskDetections: servicePrincipalRiskDetection[];
|
|
@@ -8319,6 +8455,17 @@ namespace reference.`microsoft.graph` {
|
|
|
8319
8455
|
roleTemplateId: string | null;
|
|
8320
8456
|
}
|
|
8321
8457
|
|
|
8458
|
+
@entity model notebook extends onenoteEntityHierarchyModel {
|
|
8459
|
+
isDefault: boolean | null;
|
|
8460
|
+
isShared: boolean | null;
|
|
8461
|
+
links: notebookLinks | null;
|
|
8462
|
+
sectionGroupsUrl: string | null;
|
|
8463
|
+
sectionsUrl: string | null;
|
|
8464
|
+
userRole: onenoteUserRole | null;
|
|
8465
|
+
@contains sectionGroups: sectionGroup[];
|
|
8466
|
+
@contains sections: onenoteSection[];
|
|
8467
|
+
}
|
|
8468
|
+
|
|
8322
8469
|
@entity model oAuth2PermissionGrant extends entity {
|
|
8323
8470
|
clientId: string;
|
|
8324
8471
|
consentType: string | null;
|
|
@@ -8337,6 +8484,68 @@ namespace reference.`microsoft.graph` {
|
|
|
8337
8484
|
handler: onAuthenticationMethodLoadStartHandler | null;
|
|
8338
8485
|
}
|
|
8339
8486
|
|
|
8487
|
+
@entity model onenote extends entity {
|
|
8488
|
+
@contains notebooks: notebook[];
|
|
8489
|
+
@contains operations: onenoteOperation[];
|
|
8490
|
+
@contains pages: onenotePage[];
|
|
8491
|
+
@contains resources: onenoteResource[];
|
|
8492
|
+
@contains sectionGroups: sectionGroup[];
|
|
8493
|
+
@contains sections: onenoteSection[];
|
|
8494
|
+
}
|
|
8495
|
+
|
|
8496
|
+
@abstract
|
|
8497
|
+
@entity model onenoteEntityBaseModel extends entity {
|
|
8498
|
+
self: string | null;
|
|
8499
|
+
}
|
|
8500
|
+
|
|
8501
|
+
@abstract
|
|
8502
|
+
@entity model onenoteEntityHierarchyModel extends onenoteEntitySchemaObjectModel {
|
|
8503
|
+
createdBy: identitySet | null;
|
|
8504
|
+
displayName: string | null;
|
|
8505
|
+
lastModifiedBy: identitySet | null;
|
|
8506
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8507
|
+
}
|
|
8508
|
+
|
|
8509
|
+
@abstract
|
|
8510
|
+
@entity model onenoteEntitySchemaObjectModel extends onenoteEntityBaseModel {
|
|
8511
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8512
|
+
}
|
|
8513
|
+
|
|
8514
|
+
@entity model onenoteOperation extends operation {
|
|
8515
|
+
error: onenoteOperationError | null;
|
|
8516
|
+
percentComplete: string | null;
|
|
8517
|
+
resourceId: string | null;
|
|
8518
|
+
resourceLocation: string | null;
|
|
8519
|
+
}
|
|
8520
|
+
|
|
8521
|
+
@entity model onenotePage extends onenoteEntitySchemaObjectModel {
|
|
8522
|
+
content: stream | null;
|
|
8523
|
+
contentUrl: string | null;
|
|
8524
|
+
createdByAppId: string | null;
|
|
8525
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
8526
|
+
level: int32 | null;
|
|
8527
|
+
links: pageLinks | null;
|
|
8528
|
+
order: int32 | null;
|
|
8529
|
+
title: string | null;
|
|
8530
|
+
userTags: string[] | null;
|
|
8531
|
+
@contains parentNotebook: notebook | null;
|
|
8532
|
+
@contains parentSection: onenoteSection | null;
|
|
8533
|
+
}
|
|
8534
|
+
|
|
8535
|
+
@entity model onenoteResource extends onenoteEntityBaseModel {
|
|
8536
|
+
content: stream | null;
|
|
8537
|
+
contentUrl: string | null;
|
|
8538
|
+
}
|
|
8539
|
+
|
|
8540
|
+
@entity model onenoteSection extends onenoteEntityHierarchyModel {
|
|
8541
|
+
isDefault: boolean | null;
|
|
8542
|
+
links: sectionLinks | null;
|
|
8543
|
+
pagesUrl: string | null;
|
|
8544
|
+
@contains pages: onenotePage[];
|
|
8545
|
+
@contains parentNotebook: notebook | null;
|
|
8546
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
8547
|
+
}
|
|
8548
|
+
|
|
8340
8549
|
@entity model onInteractiveAuthFlowStartListener extends authenticationEventListener {
|
|
8341
8550
|
handler: onInteractiveAuthFlowStartHandler | null;
|
|
8342
8551
|
}
|
|
@@ -8407,6 +8616,12 @@ namespace reference.`microsoft.graph` {
|
|
|
8407
8616
|
extensionName: string;
|
|
8408
8617
|
}
|
|
8409
8618
|
|
|
8619
|
+
@entity model operation extends entity {
|
|
8620
|
+
@computed createdDateTime: offsetDateTime | null;
|
|
8621
|
+
@computed lastActionDateTime: offsetDateTime | null;
|
|
8622
|
+
status: operationStatus | null;
|
|
8623
|
+
}
|
|
8624
|
+
|
|
8410
8625
|
@open
|
|
8411
8626
|
@entity model organization extends directoryObject {
|
|
8412
8627
|
assignedPlans: assignedPlan[];
|
|
@@ -9386,6 +9601,31 @@ namespace reference.`microsoft.graph` {
|
|
|
9386
9601
|
userPrincipalName: string | null;
|
|
9387
9602
|
}
|
|
9388
9603
|
|
|
9604
|
+
@entity model riskyAgent extends entity {
|
|
9605
|
+
agentDisplayName: string | null;
|
|
9606
|
+
blueprintId: string | null;
|
|
9607
|
+
identityType: agentIdentityType;
|
|
9608
|
+
isDeleted: boolean;
|
|
9609
|
+
isEnabled: boolean;
|
|
9610
|
+
isProcessing: boolean;
|
|
9611
|
+
riskDetail: riskDetail;
|
|
9612
|
+
@computed riskLastModifiedDateTime: offsetDateTime | null;
|
|
9613
|
+
riskLevel: riskLevel;
|
|
9614
|
+
riskState: riskState;
|
|
9615
|
+
}
|
|
9616
|
+
|
|
9617
|
+
@entity model riskyAgentIdentity extends riskyAgent {
|
|
9618
|
+
@references agentIdentity: agentIdentity | null;
|
|
9619
|
+
}
|
|
9620
|
+
|
|
9621
|
+
@entity model riskyAgentIdentityBlueprintPrincipal extends riskyAgent {
|
|
9622
|
+
@references agentIdentityBlueprintPrincipal: agentIdentityBlueprintPrincipal | null;
|
|
9623
|
+
}
|
|
9624
|
+
|
|
9625
|
+
@entity model riskyAgentUser extends riskyAgent {
|
|
9626
|
+
@references agentUser: agentUser | null;
|
|
9627
|
+
}
|
|
9628
|
+
|
|
9389
9629
|
@entity model riskyServicePrincipal extends entity {
|
|
9390
9630
|
|
|
9391
9631
|
@graphDeprecated("accountEnabledDeprecated")
|
|
@@ -9505,6 +9745,15 @@ namespace reference.`microsoft.graph` {
|
|
|
9505
9745
|
roleMemberInfo: identity;
|
|
9506
9746
|
}
|
|
9507
9747
|
|
|
9748
|
+
@entity model sectionGroup extends onenoteEntityHierarchyModel {
|
|
9749
|
+
sectionGroupsUrl: string | null;
|
|
9750
|
+
sectionsUrl: string | null;
|
|
9751
|
+
@contains parentNotebook: notebook | null;
|
|
9752
|
+
@contains parentSectionGroup: sectionGroup | null;
|
|
9753
|
+
@contains sectionGroups: sectionGroup[];
|
|
9754
|
+
@contains sections: onenoteSection[];
|
|
9755
|
+
}
|
|
9756
|
+
|
|
9508
9757
|
@open
|
|
9509
9758
|
@entity model secureScore extends entity {
|
|
9510
9759
|
activeUserCount: int32 | null;
|
|
@@ -10036,6 +10285,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10036
10285
|
@references externalColumns: columnDefinition[];
|
|
10037
10286
|
@contains items: baseItem[];
|
|
10038
10287
|
@contains lists: list[];
|
|
10288
|
+
@contains onenote: onenote | null;
|
|
10039
10289
|
@contains operations: richLongRunningOperation[];
|
|
10040
10290
|
@contains pages: baseSitePage[];
|
|
10041
10291
|
@contains pageTemplates: pageTemplate[];
|
|
@@ -10362,6 +10612,13 @@ namespace reference.`microsoft.graph` {
|
|
|
10362
10612
|
@entity model teamworkBot extends entity {
|
|
10363
10613
|
}
|
|
10364
10614
|
|
|
10615
|
+
@entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
|
|
10616
|
+
contentBytes: string | null;
|
|
10617
|
+
createdBy: customEmojiFromIdentitySet;
|
|
10618
|
+
@computed createdDateTime: offsetDateTime;
|
|
10619
|
+
@computed @key displayName: string;
|
|
10620
|
+
}
|
|
10621
|
+
|
|
10365
10622
|
@entity model teamworkDevice extends entity {
|
|
10366
10623
|
activityState: teamworkDeviceActivityState | null;
|
|
10367
10624
|
companyAssetTag: string | null;
|
|
@@ -10432,6 +10689,10 @@ namespace reference.`microsoft.graph` {
|
|
|
10432
10689
|
contentType: string | null;
|
|
10433
10690
|
}
|
|
10434
10691
|
|
|
10692
|
+
@entity model teamworkMessaging extends entity {
|
|
10693
|
+
@contains customEmojis: teamworkCustomEmoji[];
|
|
10694
|
+
}
|
|
10695
|
+
|
|
10435
10696
|
@entity model teamworkPeripheral extends entity {
|
|
10436
10697
|
displayName: string | null;
|
|
10437
10698
|
productId: string | null;
|
|
@@ -10943,6 +11204,7 @@ namespace reference.`microsoft.graph` {
|
|
|
10943
11204
|
@references manager: directoryObject | null;
|
|
10944
11205
|
@references memberOf: directoryObject[];
|
|
10945
11206
|
@contains messages: message[];
|
|
11207
|
+
@contains onenote: onenote | null;
|
|
10946
11208
|
@contains onPremisesSyncBehavior: onPremisesSyncBehavior | null;
|
|
10947
11209
|
@contains outlook: outlookUser | null;
|
|
10948
11210
|
@references ownedDevices: directoryObject[];
|
|
@@ -11497,6 +11759,8 @@ namespace reference.`microsoft.graph` {
|
|
|
11497
11759
|
target: 1,
|
|
11498
11760
|
createdBy: 2,
|
|
11499
11761
|
unknownFutureValue: 99,
|
|
11762
|
+
targetManager: 100,
|
|
11763
|
+
targetAgentIdentitySponsorOrOwner: 101,
|
|
11500
11764
|
}
|
|
11501
11765
|
|
|
11502
11766
|
enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
|
|
@@ -11504,6 +11768,10 @@ namespace reference.`microsoft.graph` {
|
|
|
11504
11768
|
createdBy: 2,
|
|
11505
11769
|
approver: 3,
|
|
11506
11770
|
unknownFutureValue: 99,
|
|
11771
|
+
targetOrRequestor: 100,
|
|
11772
|
+
targetManager: 101,
|
|
11773
|
+
requestForOthers: 102,
|
|
11774
|
+
targetAgentIdentitySponsorOrOwner: 103,
|
|
11507
11775
|
}
|
|
11508
11776
|
|
|
11509
11777
|
enum accessPackageCustomExtensionHandlerStatus {
|
|
@@ -11598,6 +11866,22 @@ namespace reference.`microsoft.graph` {
|
|
|
11598
11866
|
unknownFutureValue: 3,
|
|
11599
11867
|
}
|
|
11600
11868
|
|
|
11869
|
+
enum agentIdentityType {
|
|
11870
|
+
agentIdentity: 0,
|
|
11871
|
+
agentUser: 1,
|
|
11872
|
+
unknownFutureValue: 2,
|
|
11873
|
+
agentIdentityBlueprintPrincipal: 3,
|
|
11874
|
+
user: 4,
|
|
11875
|
+
}
|
|
11876
|
+
|
|
11877
|
+
enum agentIdRiskLevel {
|
|
11878
|
+
none: 0,
|
|
11879
|
+
low: 1,
|
|
11880
|
+
medium: 2,
|
|
11881
|
+
high: 4,
|
|
11882
|
+
unknownFutureValue: 8,
|
|
11883
|
+
}
|
|
11884
|
+
|
|
11601
11885
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
11602
11886
|
enum agentStatus {
|
|
11603
11887
|
active: 0,
|
|
@@ -12261,6 +12545,14 @@ namespace reference.`microsoft.graph` {
|
|
|
12261
12545
|
Label: 0,
|
|
12262
12546
|
}
|
|
12263
12547
|
|
|
12548
|
+
@graphFlags
|
|
12549
|
+
enum conditionalAccessAgentIdRiskLevels {
|
|
12550
|
+
low: 1,
|
|
12551
|
+
medium: 2,
|
|
12552
|
+
high: 4,
|
|
12553
|
+
unknownFutureValue: 8,
|
|
12554
|
+
}
|
|
12555
|
+
|
|
12264
12556
|
enum conditionalAccessClientApp {
|
|
12265
12557
|
all: 0,
|
|
12266
12558
|
browser: 1,
|
|
@@ -12639,6 +12931,13 @@ namespace reference.`microsoft.graph` {
|
|
|
12639
12931
|
IgnoreLookupReferenceResolutionFailure: 2,
|
|
12640
12932
|
}
|
|
12641
12933
|
|
|
12934
|
+
enum evaluationScopeType {
|
|
12935
|
+
tenant: 0,
|
|
12936
|
+
agent: 1,
|
|
12937
|
+
anonymousUser: 2,
|
|
12938
|
+
unknownFutureValue: 3,
|
|
12939
|
+
}
|
|
12940
|
+
|
|
12642
12941
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12643
12942
|
enum eventType {
|
|
12644
12943
|
singleInstance: 0,
|
|
@@ -12818,12 +13117,12 @@ namespace reference.`microsoft.graph` {
|
|
|
12818
13117
|
unknownFutureValue: 2,
|
|
12819
13118
|
}
|
|
12820
13119
|
|
|
12821
|
-
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
12822
13120
|
enum groupAccessType {
|
|
12823
13121
|
none: 0,
|
|
12824
13122
|
private: 1,
|
|
12825
13123
|
secret: 2,
|
|
12826
13124
|
public: 3,
|
|
13125
|
+
unknownFutureValue: 4,
|
|
12827
13126
|
}
|
|
12828
13127
|
|
|
12829
13128
|
enum groupPrivacy {
|
|
@@ -13185,6 +13484,37 @@ namespace reference.`microsoft.graph` {
|
|
|
13185
13484
|
Unsynchronized: 6,
|
|
13186
13485
|
}
|
|
13187
13486
|
|
|
13487
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13488
|
+
enum onenotePatchActionType {
|
|
13489
|
+
Replace: 0,
|
|
13490
|
+
Append: 1,
|
|
13491
|
+
Delete: 2,
|
|
13492
|
+
Insert: 3,
|
|
13493
|
+
Prepend: 4,
|
|
13494
|
+
}
|
|
13495
|
+
|
|
13496
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13497
|
+
enum onenotePatchInsertPosition {
|
|
13498
|
+
After: 0,
|
|
13499
|
+
Before: 1,
|
|
13500
|
+
}
|
|
13501
|
+
|
|
13502
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13503
|
+
enum onenoteSourceService {
|
|
13504
|
+
`Unknown`: 0,
|
|
13505
|
+
OneDrive: 1,
|
|
13506
|
+
OneDriveForBusiness: 2,
|
|
13507
|
+
OnPremOneDriveForBusiness: 3,
|
|
13508
|
+
}
|
|
13509
|
+
|
|
13510
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13511
|
+
enum onenoteUserRole {
|
|
13512
|
+
None: -1,
|
|
13513
|
+
Owner: 0,
|
|
13514
|
+
Contributor: 1,
|
|
13515
|
+
Reader: 2,
|
|
13516
|
+
}
|
|
13517
|
+
|
|
13188
13518
|
enum onlineMeetingForwarders {
|
|
13189
13519
|
everyone: 0,
|
|
13190
13520
|
organizer: 1,
|
|
@@ -13246,6 +13576,14 @@ namespace reference.`microsoft.graph` {
|
|
|
13246
13576
|
unknownFutureValue: 3,
|
|
13247
13577
|
}
|
|
13248
13578
|
|
|
13579
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
13580
|
+
enum operationStatus {
|
|
13581
|
+
NotStarted: 0,
|
|
13582
|
+
Running: 1,
|
|
13583
|
+
Completed: 2,
|
|
13584
|
+
Failed: 3,
|
|
13585
|
+
}
|
|
13586
|
+
|
|
13249
13587
|
enum originalTransferMethods {
|
|
13250
13588
|
none: 0,
|
|
13251
13589
|
deviceCodeFlow: 1,
|
|
@@ -13790,7 +14128,10 @@ namespace reference.`microsoft.graph` {
|
|
|
13790
14128
|
userChangedPasswordOnPremises: 15,
|
|
13791
14129
|
adminDismissedRiskForSignIn: 16,
|
|
13792
14130
|
adminConfirmedAccountSafe: 17,
|
|
13793
|
-
|
|
14131
|
+
adminConfirmedAgentSafe: 18,
|
|
14132
|
+
adminConfirmedAgentCompromised: 19,
|
|
14133
|
+
adminDismissedRiskForAgent: 20,
|
|
14134
|
+
microsoftRevokedSessions: 21,
|
|
13794
14135
|
}
|
|
13795
14136
|
|
|
13796
14137
|
enum riskDetectionTimingType {
|
|
@@ -14841,6 +15182,8 @@ namespace reference.`microsoft.graph` {
|
|
|
14841
15182
|
insiderRisk: 131072,
|
|
14842
15183
|
authenticationFlow: 262144,
|
|
14843
15184
|
unknownFutureValue: 524288,
|
|
15185
|
+
agentIdRisk: 1048576,
|
|
15186
|
+
agentIdentities: 2097152,
|
|
14844
15187
|
}
|
|
14845
15188
|
|
|
14846
15189
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
@@ -15035,6 +15378,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15035
15378
|
subject: workflowSubject | null;
|
|
15036
15379
|
}
|
|
15037
15380
|
|
|
15381
|
+
@complex model countBasedQuarantineCondition extends quarantineCondition {
|
|
15382
|
+
threshold: int64;
|
|
15383
|
+
}
|
|
15384
|
+
|
|
15038
15385
|
@complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
|
|
15039
15386
|
@references authorizedApps: reference.`microsoft.graph`.application[];
|
|
15040
15387
|
}
|
|
@@ -15074,6 +15421,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15074
15421
|
valueType: valueType;
|
|
15075
15422
|
}
|
|
15076
15423
|
|
|
15424
|
+
@complex model percentageBasedQuarantineCondition extends quarantineCondition {
|
|
15425
|
+
percentage: int32;
|
|
15426
|
+
}
|
|
15427
|
+
|
|
15077
15428
|
@complex model previewFailedTask {
|
|
15078
15429
|
definitionId: string;
|
|
15079
15430
|
failureReason: string;
|
|
@@ -15089,6 +15440,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15089
15440
|
id: string;
|
|
15090
15441
|
}
|
|
15091
15442
|
|
|
15443
|
+
@abstract
|
|
15444
|
+
@complex model quarantineCondition {
|
|
15445
|
+
}
|
|
15446
|
+
|
|
15447
|
+
@complex model quarantineConfiguration {
|
|
15448
|
+
conditions: quarantineCondition[];
|
|
15449
|
+
matchMode: matchMode;
|
|
15450
|
+
}
|
|
15451
|
+
|
|
15452
|
+
@complex model quarantineDetails {
|
|
15453
|
+
quarantinedDateTime: offsetDateTime | null;
|
|
15454
|
+
quarantineReason: string | null;
|
|
15455
|
+
quarantineType: quarantineType;
|
|
15456
|
+
}
|
|
15457
|
+
|
|
15092
15458
|
@complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
|
|
15093
15459
|
rule: string;
|
|
15094
15460
|
}
|
|
@@ -15175,6 +15541,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15175
15541
|
@complex model workflowExecutionTrigger {
|
|
15176
15542
|
}
|
|
15177
15543
|
|
|
15544
|
+
@complex model workflowSetting {
|
|
15545
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
15546
|
+
}
|
|
15547
|
+
|
|
15178
15548
|
@complex model workflowsInsightsByCategory {
|
|
15179
15549
|
failedJoinerRuns: int32;
|
|
15180
15550
|
failedLeaverRuns: int32;
|
|
@@ -15217,6 +15587,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15217
15587
|
|
|
15218
15588
|
@entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
|
|
15219
15589
|
emailSettings: reference.`microsoft.graph`.emailSettings;
|
|
15590
|
+
quarantineConfiguration: quarantineConfiguration | null;
|
|
15220
15591
|
workflowScheduleIntervalInHours: int32;
|
|
15221
15592
|
}
|
|
15222
15593
|
|
|
@@ -15290,6 +15661,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15290
15661
|
completedDateTime: offsetDateTime | null;
|
|
15291
15662
|
@computed createdDateTime: offsetDateTime;
|
|
15292
15663
|
failureReason: string | null;
|
|
15664
|
+
processingInfo: string | null;
|
|
15293
15665
|
processingStatus: lifecycleWorkflowProcessingStatus;
|
|
15294
15666
|
startedDateTime: offsetDateTime | null;
|
|
15295
15667
|
workflowSubject: workflowSubject | null;
|
|
@@ -15331,6 +15703,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15331
15703
|
deletedDateTime: offsetDateTime | null;
|
|
15332
15704
|
@computed @key id: string;
|
|
15333
15705
|
nextScheduleRunDateTime: offsetDateTime | null;
|
|
15706
|
+
quarantineDetails: quarantineDetails;
|
|
15707
|
+
settings: workflowSetting;
|
|
15334
15708
|
version: int32 | null;
|
|
15335
15709
|
@references executionScope: userProcessingResult[];
|
|
15336
15710
|
|
|
@@ -15368,6 +15742,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15368
15742
|
}
|
|
15369
15743
|
|
|
15370
15744
|
@entity model workflowVersion extends workflowBase {
|
|
15745
|
+
settings: workflowSetting;
|
|
15371
15746
|
@computed @key versionNumber: int32;
|
|
15372
15747
|
}
|
|
15373
15748
|
|
|
@@ -15421,6 +15796,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15421
15796
|
canceled: 4,
|
|
15422
15797
|
failed: 5,
|
|
15423
15798
|
unknownFutureValue: 6,
|
|
15799
|
+
quarantined: 8,
|
|
15800
|
+
}
|
|
15801
|
+
|
|
15802
|
+
enum matchMode {
|
|
15803
|
+
any: 0,
|
|
15804
|
+
all: 1,
|
|
15805
|
+
unknownFutureValue: 2,
|
|
15424
15806
|
}
|
|
15425
15807
|
|
|
15426
15808
|
enum membershipChangeType {
|
|
@@ -15429,6 +15811,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
|
|
|
15429
15811
|
unknownFutureValue: 3,
|
|
15430
15812
|
}
|
|
15431
15813
|
|
|
15814
|
+
enum quarantineType {
|
|
15815
|
+
notQuarantined: 0,
|
|
15816
|
+
countBasedThresholdExceeded: 1,
|
|
15817
|
+
percentageBasedThresholdExceeded: 2,
|
|
15818
|
+
multipleConditionsExceeded: 3,
|
|
15819
|
+
unknownFutureValue: 4,
|
|
15820
|
+
}
|
|
15821
|
+
|
|
15432
15822
|
enum valueType {
|
|
15433
15823
|
`enum`: 0,
|
|
15434
15824
|
`string`: 1,
|